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 the metadata module for Sharding-JDBC #758

Closed
tristaZero opened this issue Apr 24, 2018 · 0 comments
Closed

Add the metadata module for Sharding-JDBC #758

tristaZero opened this issue Apr 24, 2018 · 0 comments
Assignees

Comments

@tristaZero
Copy link
Contributor

The usage of metadata:

  1. Append derived Columns for 'order by' and 'group by'.

  2. Support insert statement without columns.

  3. Generate primary key for insert statement without columns.

  4. Get the information of Sharding datasources or default datasource from metadata for 'desc table;'.

  5. Get the information of Sharding datasources or default datasource from metadata for 'show create table;'.

  6. Get the information of Sharding datasources or default datasource from metadata for 'show tables;'.

  7. Get the amount of columns from metadata for prepare statements in Sharding-Proxy.

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