We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890062c commit 86d71f2Copy full SHA for 86d71f2
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "sqlparser"
3
description = "Extensible SQL Lexer and Parser with support for ANSI SQL:2011"
4
-version = "0.28.0"
+version = "0.29.0"
5
authors = ["Andy Grove <[email protected]>"]
6
homepage = "https://github.com/sqlparser-rs/sqlparser-rs"
7
documentation = "https://docs.rs/sqlparser/"
@@ -48,4 +48,4 @@ publish = false
48
49
[package.metadata.docs.rs]
50
# Document these features on docs.rs
51
-features = ["serde", "visitor"]
+features = ["serde", "visitor"]
0 commit comments