JakeWheat / simple-sql-parser

SQL parser in Haskell
http://jakewheat.github.io/simple-sql-parser/latest
Other
82 stars 29 forks source link

Support autoincrement columns #50

Closed prescientmoon closed 10 months ago

prescientmoon commented 10 months ago

Closes #45

JakeWheat commented 10 months ago

Thanks. Can you easily add a dialect flag so that this syntax is only supported when the flag is enabled? If it isn't easy, let me know and I can merge it without this.

prescientmoon commented 10 months ago

Thanks. Can you easily add a dialect flag so that this syntax is only supported when the flag is enabled? If it isn't easy, let me know and I can merge it without this.

done!