glebarez / sqlite

The pure-Go SQLite driver for GORM
MIT License
615 stars 40 forks source link

fix: allow parseDDL to recognize table names with dashes #50

Closed morremeyer closed 2 years ago

morremeyer commented 2 years ago

This fixes #44. The implementation is the same as @cncal used in https://github.com/go-gorm/sqlite/pull/104.

glebarez commented 2 years ago

The bug is fixed by pulling the upstream, as it is the preferred method. Thank you for the PR.