8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:43:02 +01:00
This commit is contained in:
robocop 2014-05-24 06:12:52 +00:00
parent 0c5944087c
commit ccbd233b62

View File

@ -31,7 +31,7 @@ Implementation:
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 1 (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 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. of identity column.
Example: Example: