From ccbd233b623c693a30a764c4ea3b5a136edbfff8 Mon Sep 17 00:00:00 2001 From: robocop Date: Sat, 24 May 2014 06:12:52 +0000 Subject: [PATCH] Misc. --- doc/sql.extensions/README.identity_columns.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sql.extensions/README.identity_columns.txt b/doc/sql.extensions/README.identity_columns.txt index 4b4931a216..2da196909e 100644 --- a/doc/sql.extensions/README.identity_columns.txt +++ b/doc/sql.extensions/README.identity_columns.txt @@ -31,7 +31,7 @@ Implementation: RDB$GENERATOR_NAME stores the automatically created generator for the column. In RDB$GENERATORS, the value of RDB$SYSTEM_FLAG of that generator will be 6. RDB$IDENTITY_TYPE will currently always store the value 1 (by default) for identity columns and NULL for non-identity columns. - In the future this column will can store the value 0 (always) when Firebird support this type + In the future this column will store the value 0, too (for ALWAYS) when Firebird support this type of identity column. Example: