Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
needs: [flake8_py3]
strategy:
matrix:
python: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
python: [3.8, 3.9, '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down
1 change: 1 addition & 0 deletions simple_ddl_parser/dialects/sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -1566,6 +1566,7 @@ def p_default(self, p: List) -> None:
| default id
| DEFAULT ID EQ id_or_string
| DEFAULT funct_expr
| DEFAULT dot_id
| default dot_id
"""
p_list = remove_par(list(p))
Expand Down
Loading
Loading