Closed luxint closed 2 years ago
Hi,
I noticed that this create table statement is not parsed:
create table t1 (c1 text,c2 text,primary key(c1,c2))
as far as I know this I the only way to create a compound primary key in sqlite.
Hi, thanks for the bug report. I've fixed this on the master branch. Do you need a new release to PyPI?
Hi Ian,,
Thanks for the quick fix! No need for me for an imminent release to PyPI
Hi,
I noticed that this create table statement is not parsed:
create table t1 (c1 text,c2 text,primary key(c1,c2))
as far as I know this I the only way to create a compound primary key in sqlite.