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

1 Commits

Author SHA1 Message Date
ca679bab8b Fix index name parsing in SQLite dialect
All checks were successful
continuous-integration/drone/pr Build is passing
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.
2020-07-09 15:49:25 +08:00