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:
parent
befcba7105
commit
8cdb9c3f1d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user