go-gorm / playground

GORM Playground (Please Create PR for this project to report issues)
MIT License
88 stars 666 forks source link

fix 多次调用Model方法 只有第一次调用更新了表名 #704

Open ZiRunHua opened 4 months ago

ZiRunHua commented 4 months ago

Explain your user case and expected results

问题:https://github.com/go-gorm/gorm/issues/6913

ZiRunHua commented 4 months ago

sqlite会通过过测试是因为它对时间的处理似乎有些不同,但是仔细查看他的查询语句,还是会发现它是错误的。