Skip to content

Commit

Permalink
Fixing reserved words tables
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwihl committed Nov 6, 2024
1 parent 3213777 commit e2778e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Flow considers all the reserved words in the official [SQLServer documentation](
These reserved words are listed in the table below. Flow automatically quotes fields that are in this list.
| Reserved words | | | | |
| -------------- | ------------- | ------------- | ------------- | ------------- | ----- |
| -------------- | ------------- | ------------- | ------------- | ------------- |
| absolute | connect | else | intersect | on |
| action | connection | end | intersection | only |
| ada | constraint | end-exec | interval | open |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Flow considers all the reserved words in the official [SQLServer documentation](
These reserved words are listed in the table below. Flow automatically quotes fields that are in this list.
| Reserved words | | | | |
| -------------- | ------------- | ------------- | ------------- | ------------- | ----- |
| -------------- | ------------- | ------------- | ------------- | ------------- |
| absolute | connect | else | intersect | on |
| action | connection | end | intersection | only |
| ada | constraint | end-exec | interval | open |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Flow considers all the reserved words in the official [SQLServer documentation](
These reserved words are listed in the table below. Flow automatically quotes fields that are in this list.
| Reserved words | | | | |
| -------------- | ------------- | ------------- | ------------- | ------------- | ----- |
| -------------- | ------------- | ------------- | ------------- | ------------- |
| absolute | connect | else | intersect | on |
| action | connection | end | intersection | only |
| ada | constraint | end-exec | interval | open |
Expand Down

0 comments on commit e2778e0

Please sign in to comment.