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

Support authorization parsing for Sharding core #996

Merged
merged 128 commits into from
Jul 11, 2018
Merged

Support authorization parsing for Sharding core #996

merged 128 commits into from
Jul 11, 2018

Conversation

tristaZero
Copy link
Contributor

Fixes #980 #992 .

Changes proposed in this pull request:

  • Add SQL Parsing for DCL statement in Sharding-Core.
  • Add unit test cases for DCL statement.
  • To replace DataSourceName with actual database name to optimize the SQL routing of SHOW COLUMNS FROM TABLE FROM SCHEMA.

@codecov-io
Copy link

codecov-io commented Jul 11, 2018

Codecov Report

Merging #996 into dev will decrease coverage by 0.07%.
The diff coverage is 55.9%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #996      +/-   ##
==========================================
- Coverage   54.93%   54.86%   -0.08%     
==========================================
  Files         587      622      +35     
  Lines       12025    12285     +260     
  Branches     1895     1951      +56     
==========================================
+ Hits         6606     6740     +134     
- Misses       5020     5131     +111     
- Partials      399      414      +15
Impacted Files Coverage Δ
...lect/sqlserver/sql/SQLServerCreateTableParser.java 100% <ø> (ø)
...ect/postgresql/sql/PostgreSQLAlterTableParser.java 100% <ø> (ø)
...ct/postgresql/sql/PostgreSQLCreateIndexParser.java 100% <ø> (ø)
...ialect/sqlserver/sql/SQLServerDropTableParser.java 100% <ø> (ø)
...lect/postgresql/sql/PostgreSQLDropIndexParser.java 100% <ø> (ø)
...rser/dialect/oracle/sql/OracleDropTableParser.java 100% <ø> (ø)
...parser/dialect/mysql/sql/MySQLDropTableParser.java 100% <ø> (ø)
...er/dialect/oracle/sql/OracleCreateTableParser.java 100% <ø> (ø)
.../postgresql/sql/PostgreSQLTruncateTableParser.java 100% <ø> (ø)
...rser/dialect/mysql/sql/MySQLCreateTableParser.java 100% <ø> (ø)
... and 100 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4b09953...0888154. Read the comment docs.

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

Successfully merging this pull request may close these issues.

None yet

3 participants