Skip to content

Commit af6af0e

Browse files
Merge pull request #11 from PhilippSalvisberg/issue_4
Fixes #4 - use "ANSI SQL-92" instead of "ANSI"
2 parents 29592ac + c24022e commit af6af0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/4-language-usage/3-dml-and-sql/1-general/g-3130.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# G-3130: Try to use ANSI-join syntax.
1+
# G-3130: Try to use ANSI SQL-92 join syntax.
22

33
!!! tip "Minor"
44
Maintainability, Portability
55

66
## Reason
77

8-
ANSI join syntax supports the full outer join. A further advantage of the ANSI join syntax is the separation of the join condition from the query filters.
8+
ANSI SQL-92 join syntax supports the full outer join. A further advantage of the ANSI SQL-92 join syntax is the separation of the join condition from the query filters.
99

1010
## Example (bad)
1111

docs/9-appendix/appendix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ n/a | 2230 | Try to use SIMPLE_INTEGER datatype when appropriate. | Minor | |
3232
25 | 2510 | Avoid using the LONG and LONG RAW data types. | Major | | | | ✘ | | | |
3333
26 | 3110 | Always specify the target columns when coding an insert statement. | Major | | | ✘ | | ✘ | | |
3434
27 | 3120 | Always use table aliases when your SQL statement involves more than one source. | Major | | | ✘ | | | | |
35-
28 | 3130 | Try to use ANSI-join syntax. | Minor | | | ✘ | ✘ | | | |
35+
28 | 3130 | Try to use ANSI SQL-92 join syntax. | Minor | | | ✘ | ✘ | | | |
3636
29 | 3140 | Try to use anchored records as targets for your cursors. | Major | | | ✘ | | ✘ | | |
3737
n/a | 3150 | Try to use identity columns for surrogate keys. | Minor | | | ✘ | | ✘ | | |
3838
n/a | 3160 | Avoid virtual columns to be visible. | Major | | | ✘ | | ✘ | | |

0 commit comments

Comments
 (0)