issues Search Results · repo:xnuinside/simple-ddl-parser language:Python
Filter by
147 results
(85 ms)147 results
inxnuinside/simple-ddl-parser (press backspace or delete to remove)Describe the Bug
The parser is unable to correctly parse DDL statements that include OPTIONS(description=xxxxx). Mentioned ddl will
return [] after parsing.
To Reproduce
Steps to reproduce the behavior: ...
Trace2333
- Opened on Jun 5
- #298
Describe the bug DDLParserError: Unknown symbol occurs if the column comment contains ’ (Right Single Quotation Mark
U+2019)
Error messages are as follows
$ python test_ddlparser.py
\nCREATE TABLE ...
kenichi-cg
- Opened on Jun 4
- #297
Describe the bug when create table statement containts CHARACTER SET property,DDLParser(createsql).run() return empty
list.
To Reproduce Steps to reproduce the behavior:
python3 test code
from simple_ddl_parser ...
rubynle
- 1
- Opened on May 9
- #296
Describe the bug Here is a bug with MySQL composite index. There is the first column of index is recorded, but miss the
following columns.
To Reproduce Steps to reproduce the behavior:
1. MySQL example ...
finnou0817
- 1
- Opened on Jan 20
- #294
Sure, here is the detailed description of the issue for your problem statement:
Issue Description:
When using the DDLParser in Python with the provided code snippet, the parser is unable to correctly ...
wild-deer
- Opened on Jan 13
- #293
Describe the bug I m trying to parse PostgreSQL DDL to BigQuery schema. But the output content is unexpected format.
To Reproduce I followed the instruction and example on README.md, and created a snippet ...
a92340a
- 2
- Opened on Dec 26, 2024
- #292
A snowflake DDL CREATE TABLE test_table ( id INT, name STRING ) WITH ROW ACCESS POLICY my_policy; will not parse and
return [] if you remove with row access policy my_policy it will work
To Reproduce ...
sahilsahil934
- Opened on Dec 10, 2024
- #291
Describe the bug When this data is parsed the table student is not returned by the parsed output.
DDL =
CREATE TABLE `department` (
`dept_name` varchar(20) NOT NULL,
`building` varchar(15) DEFAULT ...
DevashishX
- Opened on Nov 29, 2024
- #290
Describe the bug SET grammar doesn t account for CHARACTER SET and breaks when encountering that combination.
To Reproduce
CREATE TABLE `table_notes` (
`id` int NOT NULL AUTO_INCREMENT,
`notes` varchar(255) ...
rayliverified
- 3
- Opened on Sep 30, 2024
- #288
Thank you for your beautiful piece of work!
Parsing a table with an enum column with a default results in a missing table. Removing the default solves this problem.
Here is a minimum viable DDL:
CREATE ...
foarsitter
- 3
- Opened on Sep 28, 2024
- #286

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.