Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into 40-find-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gmickus committed Sep 13, 2024
2 parents 8912b7c + fb36d1e commit 874db03
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 21 deletions.
10 changes: 0 additions & 10 deletions resources/functionalTests/temptable/4-like/input.p

This file was deleted.

8 changes: 0 additions & 8 deletions resources/functionalTests/temptable/4-like/target.p

This file was deleted.

2 changes: 1 addition & 1 deletion resources/functionalTests/temptable/5-serializable/input.p
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
/* { "AblFormatter.temptableFormatting": true,
"abl.completion.upperCase": true}*/

DEFINE SERIALIZABLE TEMP-TABLE ttCustomer NO-UNDO REFERENCE-ONLY LIKE Customer INX CustNum I PRIMARY UNIQUE ustNum
DEFINE SERIALIZABLE TEMP-TABLE ttCustomer NO-UNDO REFERENCE-ONLY LIKE Customer INDEX CustNum I PRIMARY UNIQUE ustNum
INDEX CustNum IS PRIMARY UNIQUE CustNum.
4 changes: 2 additions & 2 deletions resources/functionalTests/temptable/5-serializable/target.p
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
/* { "AblFormatter.temptableFormatting": true,
"abl.completion.upperCase": true}*/

DEFINE SERIALIZABLE TEMP-TABLE ttCustomer NO-UNDO REFERENCE-ONLY
LIKE Customer. INX CustNum I PRIMARY UNIQUE ustNum
DEFINE SERIALIZABLE TEMP-TABLE ttCustomer NO-UNDO REFERENCE-ONLY LIKE Customer
INDEX CustNum I PRIMARY UNIQUE ustNum
INDEX CustNum IS PRIMARY UNIQUE CustNum.

0 comments on commit 874db03

Please sign in to comment.