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

Add metadata information for FB 3 IDENTITY columns [JDBC322] #368

Closed
firebird-automations opened this issue Aug 5, 2013 · 4 comments
Closed

Comments

@firebird-automations
Copy link

Submitted by: @mrotteveel

Add metadata information for FB 3 IDENTITY columns

Commits: 24e3207 c8e29ba

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

Fix Version: Jaybird 3.0 [ 10440 ]

@firebird-automations
Copy link
Author

Commented by: @mrotteveel

For identity columns, getColumns "IS_AUTOINCREMENT" and "IS_GENERATEDCOLUMN" will now report YES if the column is an identity column.

Also added Jaybird-specific columns:

JB_IS_IDENTITY with possible values YES and NO
JB_IDENTITY_TYPE with possible values ALWAYS (although not yet supported by Firebird), BY DEFAULT and null (which either means 'not an identity column, or identity type is unknown).

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

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

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

status: Resolved [ 5 ] => Closed [ 6 ]

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