You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@arnovkh thanks for reporting the issue. I had surgery and other a lot things to do, but I'm back. Already added support for your statements in next release. I will ping you when it will be available on pypi.
parsing following create table statement returns an empty array
CREATE TABLE TEST.CRM_JOB_PARAM (
COL1 VARCHAR(50) NOT NULL,
COl2 VARCHAR(50),
COL3 VARCHAR(50) DEFAULT '0',
COL3 TIMESTAMP
)
IN TABLESPACE1
INDEX IN TABLESPACE2
If INDEX IN is removed, parsing works fine.
This issue applys to any 2/3 word tokens e.g. ORGANIZE BY ROW
The text was updated successfully, but these errors were encountered: