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

feat(parser): create keyspace query #23

Merged
merged 4 commits into from
Oct 20, 2023
Merged

Conversation

Fyko
Copy link
Owner

@Fyko Fyko commented Oct 20, 2023

This PR also, by proxy, enables multi-line statement construction.

@codecov
Copy link

codecov bot commented Oct 20, 2023

Codecov Report

Merging #23 (bcedefe) into main (0ce9eaa) will increase coverage by 1.28%.
The diff coverage is 94.96%.

@@            Coverage Diff             @@
##             main      #23      +/-   ##
==========================================
+ Coverage   83.23%   84.51%   +1.28%     
==========================================
  Files          25       27       +2     
  Lines        2141     2409     +268     
==========================================
+ Hits         1782     2036     +254     
- Misses        359      373      +14     
Files Coverage Δ
scyllax-parser/src/comment.rs 100.00% <100.00%> (ø)
scyllax-parser/src/common.rs 93.61% <100.00%> (+0.59%) ⬆️
scyllax-parser/src/where.rs 100.00% <100.00%> (ø)
scyllax-parser/src/create_keyspace.rs 96.79% <96.79%> (ø)
scyllax-parser/src/lib.rs 88.57% <70.37%> (-11.43%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Fyko Fyko merged commit 4ec0ae5 into main Oct 20, 2023
4 checks passed
@Fyko Fyko deleted the ch-feat-parser-create-keyspace-1 branch October 20, 2023 02:56
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