Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Values for rdb$identity_type not correct in release notes [DOC92] #102

Closed
firebird-automations opened this issue Oct 31, 2013 · 3 comments
Closed

Comments

@firebird-automations
Copy link

Submitted by: Robert (rjm1102)

Page 39 of Firebird 3.0 Release Notes (23 July 2013 - Document v.0300-06 - for Firebird 3.0 Alpha 1) mentions:

<start>
Currently, RDB$IDENTITY_TYPE always stores the value 0 (GENERATED BY DEFAULT) for identity
columns and NULL for non-identity columns. In the future this column will be able to store the value 1
(GENERATED ALWAYS) when that type of identity column is supported by Firebird.
<end>

It appears to be the otherway around (see also rdb$types): value 1 represents GENERATED BY DEFAULT and is currently always the case, and value 0 represents GENERATED ALWAYS (for future use).

Commits: FirebirdSQL/firebird@8cdb9c3 FirebirdSQL/fbt-repository@92b14a2

@firebird-automations
Copy link
Author

Commented by: @asfernandes

I fixed the readme.

@firebird-automations
Copy link
Author

Commented by: @helebor

Fixed in Beta 1 notes.

@firebird-automations
Copy link
Author

Modified by: @helebor

assignee: Paul Vinkenoog [ paulvink ] => Helen Borrie [ helebor ]

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants