Skip to content

Commit 4954465

Browse files
committed
Rename crate to pgmold-sqlparser for crates.io publishing.
1 parent bd9e0a9 commit 4954465

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
# under the License.
1717

1818
[package]
19-
name = "sqlparser"
20-
description = "Extensible SQL Lexer and Parser with support for ANSI SQL:2011"
19+
name = "pgmold-sqlparser"
20+
description = "Fork of sqlparser with additional PostgreSQL features (PARTITION OF, SECURITY DEFINER/INVOKER, SET params)"
2121
version = "0.60.0"
22-
authors = ["Apache DataFusion <dev@datafusion.apache.org>"]
23-
homepage = "https://github.com/apache/datafusion-sqlparser-rs"
24-
documentation = "https://docs.rs/sqlparser/"
25-
keywords = ["ansi", "sql", "lexer", "parser"]
26-
repository = "https://github.com/apache/datafusion-sqlparser-rs"
22+
authors = ["Filipe Guerreiro <filipe.m.guerreiro@gmail.com>"]
23+
homepage = "https://github.com/fmguerreiro/datafusion-sqlparser-rs"
24+
documentation = "https://docs.rs/pgmold-sqlparser/"
25+
keywords = ["ansi", "sql", "lexer", "parser", "postgresql"]
26+
repository = "https://github.com/fmguerreiro/datafusion-sqlparser-rs"
2727
license = "Apache-2.0"
2828
include = [
2929
"src/**/*.rs",

0 commit comments

Comments
 (0)