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

Use cql3 parser #598

Closed
Show file tree
Hide file tree
Changes from 41 commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
130b97e
partial fix
Claude-at-Instaclustr Mar 29, 2022
4aaa6e4
partial fixes
Claude-at-Instaclustr Mar 30, 2022
6440910
first code complete
Claude-at-Instaclustr Mar 31, 2022
9c45cbb
fixed clippy issues
Claude-at-Instaclustr Mar 31, 2022
ed1aeea
partial fix for cache processing
Claude-at-Instaclustr Mar 31, 2022
5443078
updated tests
Claude-at-Instaclustr Apr 1, 2022
d1095e1
updated CQL to contain only one statement
Claude-at-Instaclustr Apr 4, 2022
e9a72d3
compiles
Claude-at-Instaclustr Apr 6, 2022
3125826
cache tests working
Claude-at-Instaclustr Apr 7, 2022
908042a
merged
Claude-at-Instaclustr Apr 7, 2022
522bad3
Fixed clippy issues
Claude-at-Instaclustr Apr 7, 2022
a835258
removed invalid network 'name' attribute
Claudenw Apr 7, 2022
de0c0d7
updated for cache fix
Claude-at-Instaclustr Apr 7, 2022
9ab220a
fixed clippy issues
Claude-at-Instaclustr Apr 7, 2022
fe8ac42
Fixed cache bug
Claude-at-Instaclustr Apr 7, 2022
4328a9a
fixed formatting issue
Claude-at-Instaclustr Apr 7, 2022
a6ce802
changes for debugging on linux
Claude-at-Instaclustr Apr 8, 2022
bf224f3
fixed formatting
Claude-at-Instaclustr Apr 8, 2022
7362e20
added handling of multiple statements in CQL
Claude-at-Instaclustr Apr 12, 2022
11c91f9
fixed some coding issues
Claude-at-Instaclustr Apr 12, 2022
d8d1c41
compilation works again
Claude-at-Instaclustr Apr 14, 2022
5d79b45
updated caching tests
Claude-at-Instaclustr Apr 14, 2022
007c9c1
fixed tests
Claude-at-Instaclustr Apr 14, 2022
09e972f
all tests pass
Claude-at-Instaclustr Apr 20, 2022
3a83dfa
fixed up cargo issues
Claude-at-Instaclustr Apr 20, 2022
d9d2dad
added cache documentation
Claude-at-Instaclustr Apr 20, 2022
685587e
merged main
Claude-at-Instaclustr Apr 20, 2022
1f891fe
update cql3 dependency
Claude-at-Instaclustr Apr 20, 2022
7309cf2
fixed cargo issues
Claude-at-Instaclustr Apr 20, 2022
1ea5b64
fixed cargo issues
Claude-at-Instaclustr Apr 20, 2022
e1f7e2c
Merge branch 'main' into use_cql3_parser
Claude-at-Instaclustr Apr 21, 2022
f961aae
updated cql parser
Claude-at-Instaclustr Apr 21, 2022
e1bdebc
modified test to verify decrypted data
Claude-at-Instaclustr Apr 21, 2022
1f4ae01
changed to use FQName
Claude-at-Instaclustr Apr 22, 2022
154a3f4
fixed protect code
Claude-at-Instaclustr Apr 22, 2022
aff9552
fixed cargo errors
Claude-at-Instaclustr Apr 22, 2022
4fe3b70
fixed cargo issues
Claude-at-Instaclustr Apr 25, 2022
fda4907
updated cql3 version
Claude-at-Instaclustr Apr 25, 2022
56950b7
updated as per Connor review
Claude-at-Instaclustr Apr 25, 2022
1180075
updated as per Connor review
Claude-at-Instaclustr Apr 25, 2022
65f58a8
fixed typo
Claude-at-Instaclustr Apr 25, 2022
cab383b
Merge branch 'main' into use_cql3_parser
conorbros Apr 26, 2022
31416e0
Changes as per Connor review
Claude-at-Instaclustr Apr 26, 2022
cf05704
Merge branch 'use_cql3_parser' of github.com:Claude-at-Instaclustr/sh…
Claude-at-Instaclustr Apr 26, 2022
e8dcbc3
Merge branch 'main' into use_cql3_parser
Claude-at-Instaclustr Apr 26, 2022
0d55dba
fixed broken merge
Claude-at-Instaclustr Apr 26, 2022
2faf934
Changes as per Connor and Lucas
Claude-at-Instaclustr Apr 27, 2022
4ed6ff7
changes as per Lucas
Claude-at-Instaclustr Apr 28, 2022
22e76c1
fixed compile issue
Claude-at-Instaclustr Apr 28, 2022
95a25ef
changed to shotover repo
Claude-at-Instaclustr Apr 28, 2022
d424c6d
updated Cargo.lock added logic documentation
Claude-at-Instaclustr Apr 28, 2022
ab61046
removed boxing in CQL structure
Claude-at-Instaclustr Apr 29, 2022
000579c
Changed to cql3-parser 0.1.0 and commented out sqlparser
Claude-at-Instaclustr Apr 29, 2022
6842998
Updated as per code review
Claude-at-Instaclustr May 3, 2022
83b05e6
Changes as per Lucas
Claude-at-Instaclustr May 4, 2022
098caec
changes as per Lucas
Claude-at-Instaclustr May 4, 2022
7a1614c
changes requested by Lucas
Claude-at-Instaclustr May 5, 2022
0aa6498
merged main
Claude-at-Instaclustr May 9, 2022
e09cf52
fixed string issue
Claude-at-Instaclustr May 9, 2022
381a288
Merge branch 'main' into use_cql3_parser
Claude-at-Instaclustr May 9, 2022
8b69aa9
removed default feature from cargo
Claude-at-Instaclustr May 9, 2022
75ce260
Merge branch 'main' into use_cql3_parser
rukai May 9, 2022
ce41ceb
converted parse error to Unknown()
Claude-at-Instaclustr May 10, 2022
7cf11bd
Merge branch 'use_cql3_parser' of github.com:Claude-at-Instaclustr/sh…
Claude-at-Instaclustr May 10, 2022
9153aee
first fix of parse_from_string
Claude-at-Instaclustr May 11, 2022
1cc13ad
Made CQL.statments Vec<CassandraStatement>
Claude-at-Instaclustr May 11, 2022
c89bb16
changes as per review
Claude-at-Instaclustr May 12, 2022
2beccfa
changes as per review
Claude-at-Instaclustr May 13, 2022
9d21ed5
Merge branch 'main' into use_cql3_parser
Claude-at-Instaclustr May 13, 2022
5ea6dc4
switched Identifier for named items
Claude-at-Instaclustr May 20, 2022
3b2ea52
fixes as per review
Claude-at-Instaclustr May 23, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]
]
Loading