-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
enhancementhelp wantedplannedThis issue/proposal is planned into our next steps.This issue/proposal is planned into our next steps.
Description
1. What version of Go and system type/arch are you using?
go 1.20
2. What version of GoFrame are you using?
gf 2.4.2
3. Can this issue be re-produced with the latest release?
yes
4. What did you do?
sqilte driver don't allow to insert and replace
Save operation is not supported by sqlite driver
1. Save operation is not supported by sqlite driver
1). github.com/gogf/gf/contrib/drivers/sqlite/v2.(*Driver).DoInsert
/Users/marxluo/go/src/lusson.cc/gogf/gf/contrib/drivers/sqlite/sqlite.go:183
actually, sqlite support this feature in 3.24.0(2018)https://www.sqlite.org/releaselog/3_24_0.html
so, sqilte driver should allow save method
5. What did you expect to see?
sqilte driver should allow save method
6. What did you see instead?
no
gqcngqcn
Metadata
Metadata
Assignees
Labels
enhancementhelp wantedplannedThis issue/proposal is planned into our next steps.This issue/proposal is planned into our next steps.