Skip to content

Commit

Permalink
replace with code from datafusion
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Sep 3, 2018
1 parent a86bd30 commit 0c23392
Show file tree
Hide file tree
Showing 14 changed files with 1,762 additions and 595 deletions.
18 changes: 17 additions & 1 deletion Cargo.toml
@@ -1,6 +1,22 @@
[package]
name = "datafusion-sql"
name = "sqlparser"
description = "ANSI SQL parser"
version = "0.1.0"
authors = ["Andy Grove <andygrove73@gmail.com>"]
homepage = "https://github.com/andygrove/sqlparser-rs"
documentation = "https://github.com/andygrove/sqlparser-rs"
keywords = [ "sql", "lexer", "parser" ]
repository = "https://github.com/andygrove/sqlparser-rs"
license = "Apache-2.0"
include = [
"src/**/*.rs",
"Cargo.toml",
]

[lib]
name = "sqlparser"
path = "src/lib.rs"

[dependencies]
fnv = "1.0.3"
lazy_static = "1.0"
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

0 comments on commit 0c23392

Please sign in to comment.