X Tutup
Skip to content

Fix Double PRIMARY KEY declarations#98

Open
XedinUnknown wants to merge 7 commits intomysql2sqlite:masterfrom
UN1Q-com:master
Open

Fix Double PRIMARY KEY declarations#98
XedinUnknown wants to merge 7 commits intomysql2sqlite:masterfrom
UN1Q-com:master

Conversation

@XedinUnknown
Copy link

Fixes #15, by implementing the fix by the author.

This is required by Linux to run scripts.
Add support for `ALTER TABLE ... ADD INDEX`
Same comma normalization logic as before, except no printing comma:

- Before first line inside multiline constraint;
- Before the line that closes the constraint.

This is more aligned with the design of the program.
…y-commas

Skip Printing Comma In Constraints
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Double primary key statement in create table with autoincrement fields

1 participant

X Tutup