mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-23 01:16:30 +00:00
Re-enable query parser and parse multiple statements (#191)
* Re-enable query parser and parse multiple statements * no diff
This commit is contained in:
@@ -20,7 +20,7 @@ serde_derive = "1"
|
||||
regex = "1"
|
||||
num_cpus = "1"
|
||||
once_cell = "1"
|
||||
sqlparser = "0.23.0"
|
||||
sqlparser = "0.26.0"
|
||||
log = "0.4"
|
||||
arc-swap = "1"
|
||||
env_logger = "0.9"
|
||||
|
||||
Reference in New Issue
Block a user