sqlparse
sqlparse copied to clipboard
Fixed bad parsing of create table statements that use lower case
there were missing upper() calls that messed up parsing of some of my create table statements.
Try running the new test without and with my contribution and you will see the bad behavior.
Best,
Simon
Seems related to issue #217 and #543. Both had issues with lowercase create table statements.
wow! That slipped through for so long! Nice catch. Thank you!
btw, #543 is a different topic. There the LIKE keyword has a different meaning in a DDL context.