issues
search
shinichi-takii
/
ddlparse
DDL parase and Convert to BigQuery JSON schema and DDL statements
https://pypi.org/project/ddlparse/
BSD 3-Clause "New" or "Revised" License
87
stars
29
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Patch 1
#78
francescpuig7
closed
1 year ago
0
Add support for TIME WITHOUT TIME ZONE
#77
HerveMignot
opened
2 years ago
3
Redshift [ IDENTITY ( seed, step ) ] statement support
#76
sankaranks
opened
2 years ago
0
TIME WITHOUT TIME ZONE not supported
#75
HerveMignot
opened
2 years ago
0
Parsing stops without error on default varying varchar
#74
HerveMignot
opened
2 years ago
0
column with timestamp not null default current_timestamp on update current_timestamp parse 3 columns
#73
sloanchen
opened
3 years ago
0
Support dots in schema names
#72
milesgranger
opened
3 years ago
4
Don't fail on dot within schema
#71
milesgranger
opened
3 years ago
0
Fix issue with NULL columns
#70
waltervos
closed
3 years ago
2
Parse table-level COMMENT from CREATE TABLE?
#69
kenwood-pieinsurance
opened
3 years ago
0
The parser stops when it encounters a NULL column definition
#68
sanimesa
closed
3 years ago
1
Unable to convert DDL for Oracle table with LONG datatype
#67
jasper-smith
opened
3 years ago
0
Migrate CI/CD from Travis CI to GitHub Actions
#66
shinichi-takii
opened
4 years ago
0
Add supports BYTES data types
#65
shinichi-takii
closed
4 years ago
1
Add BYTES to BQ_DATA_TYPE_DIC to support BYTES datatype
#64
manuelzander
closed
4 years ago
2
Add support for Cloud Spanner DDLs
#63
manuelzander
opened
4 years ago
1
Add STRING to BQ_DATA_TYPE_DIC["STRING"] to support STRING data type
#62
manuelzander
closed
4 years ago
4
MySQL CREATE TABLE parsing fails. some columns are missing.
#61
sakamossan
closed
3 years ago
1
Unknown data type VARBINARY
#60
dkrysmann
closed
4 years ago
1
Support for Sort Key
#59
BhuviTheDataGuy
opened
4 years ago
0
Add supports for parsing MySQL CHARACTER SET and FOREIGN KEY options
#58
shinichi-takii
closed
4 years ago
2
Unable to parse MySQL character sets
#57
byarmis
closed
4 years ago
2
Unable to parse MySQL foreign key constraints (ON DELETE, CASCADE)
#56
byarmis
closed
4 years ago
1
Enhancement parse of Redshift DDL
#55
shinichi-takii
closed
4 years ago
2
Support for Column names with space
#54
BhuviTheDataGuy
closed
4 years ago
1
Add Support for RedShift column_attributes
#53
BhuviTheDataGuy
closed
4 years ago
1
Fix parse Redshift encode attribute
#52
shinichi-takii
closed
4 years ago
2
Add supports MySQL data-type
#51
shinichi-takii
closed
4 years ago
3
Error while parsing
#50
aiphee
closed
4 years ago
2
Fix parse for column-constraint
#49
shinichi-takii
closed
4 years ago
2
Not able to parse Default value and Foreign Key constraint
#48
basantjain26
closed
4 years ago
0
Add supports to BigQuery NUMERIC data type
#47
shinichi-takii
closed
4 years ago
2
Add supports to BigQuery `NUMERIC` data type
#46
shinichi-takii
closed
4 years ago
0
Oracle `NUMBER(*,0)` format causes column parsing to stop
#45
tb0n3zz
closed
4 years ago
2
Parsing failure for columns include dot at default values
#44
shinichi-takii
closed
4 years ago
0
Fix parse error for field including dot.
#43
cyubachi
closed
4 years ago
3
Fix parse error with comma in comment string
#42
frozenpine
closed
4 years ago
2
Parse error for MySQL DDL with comma in COMMENT string
#41
frozenpine
closed
4 years ago
2
make ddl parser to convert to snowflake ddl
#40
vyam
closed
5 years ago
0
Add supports the parse of COMMENT statements
#39
shinichi-takii
closed
5 years ago
1
Add supports the parse of COMMENT statements
#38
shinichi-takii
closed
5 years ago
0
Add supports column comments in BigQuery DDL
#37
shinichi-takii
closed
5 years ago
0
ddlparse throws an error when primary key is composite
#36
noahbowman
closed
5 years ago
2
If the ddl comment has multibyte characters, it will not be parsed correctly
#35
gu4tkchi
closed
5 years ago
1
How can i get the comment content?
#34
razzl
opened
5 years ago
2
Fix parse error 'FOREIGN KEY' constraint, block comments
#33
shinichi-takii
closed
5 years ago
2
Not completely parsed with block comments
#32
shinichi-takii
closed
5 years ago
0
Parse error for MySQL DDL with 'FOREIGN KEY'
#31
shinichi-takii
closed
5 years ago
0
add supports PostgreSQL data type and FutureWarning of Python 3.7
#30
shinichi-takii
closed
5 years ago
1
Python3.7 : FutureWarning: Possible nested set at position 1
#29
shinichi-takii
closed
5 years ago
0
Next