8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:43:02 +01:00

Fixed DOC-92 - Values for rdb$identity_type not correct in release notes.

This commit is contained in:
asfernandes 2014-05-21 17:11:27 +00:00
parent befcba7105
commit 8cdb9c3f1d

View File

@ -30,8 +30,8 @@ Implementation:
Two columns have been inserted in RDB$RELATION_FIELDS: RDB$GENERATOR_NAME and RDB$IDENTITY_TYPE. 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, 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 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. 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 1 (always) when Firebird support this type In the future this column will can store the value 0 (always) when Firebird support this type
of identity column. of identity column.
Example: Example: