From c24022e89b1b80815780f78b00b7ed2855e6a362 Mon Sep 17 00:00:00 2001 From: Philipp Salvisberg Date: Sun, 8 Jul 2018 18:07:06 +0200 Subject: [PATCH] Fixes #4 - use "ANSI SQL-92" instead of "ANSI" --- docs/4-language-usage/3-dml-and-sql/1-general/g-3130.md | 4 ++-- docs/9-appendix/appendix.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/4-language-usage/3-dml-and-sql/1-general/g-3130.md b/docs/4-language-usage/3-dml-and-sql/1-general/g-3130.md index 9b681a22..beb605fd 100644 --- a/docs/4-language-usage/3-dml-and-sql/1-general/g-3130.md +++ b/docs/4-language-usage/3-dml-and-sql/1-general/g-3130.md @@ -1,11 +1,11 @@ -# G-3130: Try to use ANSI-join syntax. +# G-3130: Try to use ANSI SQL-92 join syntax. !!! tip "Minor" Maintainability, Portability ## Reason -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. +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. ## Example (bad) diff --git a/docs/9-appendix/appendix.md b/docs/9-appendix/appendix.md index 37c9af4b..aded20e4 100644 --- a/docs/9-appendix/appendix.md +++ b/docs/9-appendix/appendix.md @@ -32,7 +32,7 @@ n/a | 2230 | Try to use SIMPLE_INTEGER datatype when appropriate. | Minor | | 25 | 2510 | Avoid using the LONG and LONG RAW data types. | Major | | | | ✘ | | | | 26 | 3110 | Always specify the target columns when coding an insert statement. | Major | | | ✘ | | ✘ | | | 27 | 3120 | Always use table aliases when your SQL statement involves more than one source. | Major | | | ✘ | | | | | -28 | 3130 | Try to use ANSI-join syntax. | Minor | | | ✘ | ✘ | | | | +28 | 3130 | Try to use ANSI SQL-92 join syntax. | Minor | | | ✘ | ✘ | | | | 29 | 3140 | Try to use anchored records as targets for your cursors. | Major | | | ✘ | | ✘ | | | n/a | 3150 | Try to use identity columns for surrogate keys. | Minor | | | ✘ | | ✘ | | | n/a | 3160 | Avoid virtual columns to be visible. | Major | | | ✘ | | ✘ | | |