7 Commits

Author SHA1 Message Date
Ming Deng
2d0da431cb
refactor: move the modelCache to internal/models package (#5306) 2023-08-28 21:10:31 +08:00
Uzziah
e9d3357643
fix: refactor ReadBatch method (#5298) 2023-08-23 18:35:17 +08:00
Uzziah
46a00d3592
fix: refactor InsertOrUpdate method in dbBase (#5296)
* fix: refactor InsertOrUpdate method in dbBase and add the test

* fix: add the change record to the CHANGELOG.md
2023-08-18 20:47:24 +08:00
Uzziah
a5eda3267a
fix: refactor UpdateBatch method (#5295) 2023-08-14 14:25:26 +08:00
Uzziah
24b41552c5
fix: refactor update sql (#5274)
* fix: refactor UpdateSQL method and add test

* fix: add modify record into CHANGELOG

* fix: modify url in the CHANGELOG

* fix: modify pr url in the CHANGELOG
2023-07-10 21:50:44 +08:00
Uzziah
957c526efb
fix: refactor Delete method (#5271)
* fix: refactor Delete method and add test

* fix: add modify record into CHANGELOG
2023-07-06 19:53:07 +08:00
Uzziah
20a5030842
fix: refactor InsertValue method (#5267)
* fix: refactor insertValue method and add the test

* fix: exec goimports and add Licence file header

* fix: modify construct method of dbBase

* fix: add modify record into CHANGELOG
2023-06-29 21:33:46 +08:00