Skip to content

Commit

Permalink
update sqlparse to handle duckdb syntax with CTEs
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanscott committed Oct 20, 2023
1 parent 3a47ece commit e5313f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ packages = [

[tool.poetry.dependencies]
python = "^3.8"
sqlparse = { git = "https://github.com/hex-inc/sqlparse", rev = "460e8084bc59fe84e00651a96ca2a919006d838c" }
# sqlparse = { path = "../sqlparse", develop = true }
sqlparse = { git = "https://github.com/hex-inc/sqlparse", rev = "ecf4fbe1e3a66a00bcccc7967ebf2a6014443c81" }

[tool.poetry.dev-dependencies]
black = "^23.9"
Expand Down

0 comments on commit e5313f5

Please sign in to comment.