go-gorm / sqlite

GORM sqlite driver
MIT License
179 stars 184 forks source link

:bug: sqlite v1.5.4 Create Table Exception #168

Open xuxiaowei-com-cn opened 1 year ago

xuxiaowei-com-cn commented 1 year ago
  1. gorm.io/driver/sqlite v1.5.3 normal operation
  2. gorm.io/driver/sqlite v1.5.4 Abnormal operation: Create Table Exception
  3. View sqlite/v1.5.4 branch and run project replication issues
  4. An error PR: https://github.com/xuxiaowei-com-cn/sqlite-err/pull/1
xuxiaowei-com-cn commented 1 year ago

Please delete the original database or table during testing

mrz1836 commented 1 year ago

@xuxiaowei-com-cn When will a new version be released to fix this issue?

xuxiaowei-com-cn commented 1 year ago

@mrz1836 Please wait for the official to fix this issue. I have just started learning the go language, but I cannot solve this problem at the moment. You can use v1.5.3 version, which can create table structures normally.

mrz1836 commented 11 months ago

Any update on this @xuxiaowei-com-cn ?

mrz1836 commented 5 months ago

Has this been updated? It's been several months now @xuxiaowei-com-cn...

xuxiaowei-com-cn commented 5 months ago

Has this been updated? It's been several months now @xuxiaowei-com-cn...

I haven't written Golang recently