glebarez / sqlite

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

Out of sync with gorm.io/driver/sqlite #104

Closed samuelncui closed 1 year ago

samuelncui commented 1 year ago

I have currently added some changes in migrator.go on gorm.io/driver/sqlite, which can resolve some problems in the issues. Could you rebase those changes? Thx.

glebarez commented 1 year ago

Hello @samuelncui thank you for the message. Unfortunately I am super busy right now, but will be glad to merge your contributions, and even welcome you as a co-author, if you wish.

Just a quick note: the upstream sync for this repo is usually a merge-type work, because rebase would reassign tags to different commits, resulting in golang package manager checksum failures.

glebarez commented 1 year ago

Synced with upstream.