Results 91 comments of Iuliia Volkova

@timothy-r hello, thanks for opening the issue, can you send an example of SQL with this keyword?

released in version 1.1.0, added in PR: https://github.com/xnuinside/simple-ddl-parser/pull/246/files if will be needed anything else - feel fre to re-open this issue or create new one

@soujyosen hi, thanks for opening the issue, can you provide link to the documentation - what DB is supports creating column names without quotes and with spaces in names?

@ShahriyarR, thanks for the report, I will try to fix as soon as possible

@herokri thanks for reporting - will take a look on it on weekends

@hanaluana , hi, I don’t have a time last several months because of personal issues. Didn’t work on it yet

@Mathss thanks for opening this issue, but to be honest, I didn't have any resources of this. Such functionality requiers changing full parser, because right now it is working in...

create global temporary table - not supported yet, I will add it, thanks for opening the issue!

@mmoldrup hi, truncate statements are skipped same way as 'drop' statements and just not produces any results. What result as an output you expect? something like 'truncate': {'schema': 'schema_name', 'table_name':...

@mrmonkington hi, thanks for reporting the issue, I think problem in statement KEY, because it is usually PRIMARY KEY (https://www.w3schools.com/sql/sql_primarykey.ASP ). Can you share a doc for DB where is...