Fix index name parsing in SQLite dialect #1737

Merged
lunny merged 1 commits from stdioa/xorm:master into master 2020-07-09 08:27:26 +00:00
Contributor

If index is created with statement like CREATE INDEX "IDX_tbl_field" ON "tbl" ("field"), the dialect will parse index name as "IDX_tbl_field" and recognize it as an irregular index.

If index is created with statement like `CREATE INDEX "IDX_tbl_field" ON "tbl" ("field")`, the dialect will parse index name as `"IDX_tbl_field"` and recognize it as an irregular index.
StdioA force-pushed master from 994c99714b to c732232b50 2020-07-09 07:46:49 +00:00 Compare
StdioA force-pushed master from c732232b50 to ca679bab8b 2020-07-09 07:49:40 +00:00 Compare
lunny added the
kind
enhancement
label 2020-07-09 07:59:41 +00:00
lunny added this to the 1.0.3 milestone 2020-07-09 07:59:52 +00:00
lunny merged commit be7800fc63 into master 2020-07-09 08:26:22 +00:00
Owner

Thanks!

Thanks!
Sign in to join this conversation.
No description provided.