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

Introduce Sqlparser, use it for validating queries #8

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

mqus
Copy link
Owner

@mqus mqus commented Apr 18, 2021

for ci

@mqus mqus force-pushed the integrate-sqlparser-part1 branch from adcf223 to f284677 Compare April 19, 2021 18:28
@codecov
Copy link

codecov bot commented Apr 19, 2021

Codecov Report

Merging #8 (69ead47) into develop (98333a4) will increase coverage by 0.34%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop       #8      +/-   ##
===========================================
+ Coverage    90.04%   90.38%   +0.34%     
===========================================
  Files           74       76       +2     
  Lines         1858     1925      +67     
===========================================
+ Hits          1673     1740      +67     
  Misses         185      185              
Flag Coverage Δ
floor 90.42% <ø> (ø)
floor_generator 90.38% <100.00%> (+0.38%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...nerator/lib/misc/extension/sql_type_extension.dart 100.00% <100.00%> (ø)
floor_generator/lib/processor/dao_processor.dart 100.00% <100.00%> (ø)
...or_generator/lib/processor/database_processor.dart 98.71% <100.00%> (+0.05%) ⬆️
...tor/lib/processor/error/query_processor_error.dart 100.00% <100.00%> (ø)
...ator/lib/processor/error/view_processor_error.dart 100.00% <100.00%> (ø)
...generator/lib/processor/query_analyzer/engine.dart 100.00% <100.00%> (ø)
...enerator/lib/processor/query_method_processor.dart 100.00% <100.00%> (ø)
floor_generator/lib/processor/query_processor.dart 97.22% <100.00%> (+0.34%) ⬆️
floor_generator/lib/processor/view_processor.dart 100.00% <100.00%> (ø)
... and 1 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 98333a4...69ead47. Read the comment docs.

@mqus mqus force-pushed the integrate-sqlparser-part1 branch from 30b421b to 3d557b7 Compare April 19, 2021 21:45
@mqus mqus force-pushed the integrate-sqlparser-part1 branch from 3d557b7 to 69ead47 Compare April 23, 2021 12:24
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.

1 participant