From 8cdb9c3f1dc91f9d22d5c8c758a60f48262fd17a Mon Sep 17 00:00:00 2001 From: asfernandes Date: Wed, 21 May 2014 17:11:27 +0000 Subject: [PATCH] Fixed DOC-92 - Values for rdb$identity_type not correct in release notes. --- doc/sql.extensions/README.identity_columns.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sql.extensions/README.identity_columns.txt b/doc/sql.extensions/README.identity_columns.txt index 66c2e1f9c3..4b4931a216 100644 --- a/doc/sql.extensions/README.identity_columns.txt +++ b/doc/sql.extensions/README.identity_columns.txt @@ -30,8 +30,8 @@ Implementation: Two columns have been inserted in RDB$RELATION_FIELDS: RDB$GENERATOR_NAME and RDB$IDENTITY_TYPE. 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 0 (by default) for identity columns and NULL for non-identity columns. - In the future this column will can store the value 1 (always) when Firebird support this type + 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 of identity column. Example: