-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Support column properties with jdbc connector #25174
base: master
Are you sure you want to change the base?
Support column properties with jdbc connector #25174
Conversation
This pull request has gone a while without any activity. Ask for help on #core-dev on Trino slack. |
fb07f55
to
6e462ab
Compare
c6bfe5f
to
7309388
Compare
7309388
to
dbc00bb
Compare
dbc00bb
to
7630693
Compare
7630693
to
dbc00bb
Compare
The JdbcColumnHandle may include all the information returned by DatabaseMetaData.getColumns()?
@chenjian2664 @ebyhr So which way is better? |
Description
Add column properties for base jdbc connector to support auto_increment, default value and other column attribute.
When running SHOW CREATE TABLE include column properties present for these column attribute.
Additional context and related issues
Release notes
( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text: