CyJaySong
e4c4fb591e
feat(database/gdb): add Exist support for checking records existance for certain condition ( #3854 )
2024-10-24 15:29:03 +08:00
John Guo
7dd38a1700
feat(database/gdb): add Raw
support for Fields
function of gdb.Model
( #3873 )
2024-10-21 09:22:31 +08:00
John Guo
91884e7c93
fix(database/gdb): remove support of Array/Value/Count operations for result that has multiple record fields ( #3839 )
2024-10-08 20:42:06 +08:00
John Guo
4ee5bf5c45
fix(database/gdb): #3754 FieldsEx feature conflicts with soft time feature in soft time fields updating ( #3773 )
2024-09-13 16:50:38 +08:00
John Guo
bbcf49db98
fix : #3238 first column might be overwritten in interal context data in multiple goroutines querying ( #3476 )
2024-04-16 19:31:06 +08:00
John Guo
2acdf4bb47
add field type detection for soft time field like created_at/updated_at/deleted_at
to support unix timestamp or bool deleting table field ( #3293 )
2024-02-06 10:21:23 +08:00
wlqe
85acd3d31d
Fix the bug that ScanAndCount and AllAndCount report errors in sqlserver ( #3155 )
2023-11-16 20:15:48 +08:00
Hunk Zhu
0b407c5e6d
fix "gf gen pb" api and ctrl not working well. ( #3076 )
2023-11-08 21:26:51 +08:00
咸鱼老罗
00190abad8
add method ScanAndCount
and AllAndCount
for Model package gdb
( #2635 )
2023-06-01 21:33:40 +08:00
John Guo
04c70f2037
fix empty string converted to none empty string type slice ( #2612 )
2023-04-28 14:55:37 +08:00
John Guo
ac6b0c0980
fix issue #2427 ( #2442 )
2023-02-15 09:45:40 +08:00
John Guo
117fc6eda2
fix issue #2339 ( #2433 )
2023-02-08 19:08:10 +08:00
John Guo
31e44062a8
revert from int64 to int for returning value of Count ( #2378 )
...
* revert from int64 to int for returning value of Count
* up
* up
* up
2022-12-30 16:54:43 +08:00
houseme
38a858d7d3
change result data type of function Count from int to int64 for package gdb ( #2298 )
...
* feat: modify model count value int64
* fix
* fix:modify int64
* fix
2022-11-17 19:47:17 +08:00
John Guo
73dc8c9c4b
fix cache issue in Count/Value functions for gdb.Model ( #2300 )
...
* add Tag* functions to retreive most commonly used tag value from struct field for package gstructs; use description tag as default value if brief is empty for gcmd.Argument
* fix cache issue in Count/Value functions for gdb.Model
* add more ut case for package gdb
* version updates
2022-11-16 10:04:49 +08:00
houseme
1793bf0863
add golangci feature to guarantee codes quality ( #2229 )
2022-11-01 20:12:21 +08:00
John Guo
534abb7f17
improve hook feature for package gdb
2022-05-09 14:22:28 +08:00
John Guo
8c40a53b80
improve WhereBuilder for package gdb
2022-05-06 22:21:43 +08:00
John Guo
68e75c589b
add WhereBuilder feature for package gdb
2022-04-30 15:53:56 +08:00
John Guo
ebad3eb93e
error meesage update for package gdb; remove default batch number for batch insert statement for package gdb
2022-04-18 20:28:00 +08:00
John Guo
ee29b28575
improve clickhouse driver
2022-04-12 21:31:51 +08:00
John Guo
190a53647e
fix issue #1701
2022-04-11 20:38:48 +08:00
John Guo
05508e4fcb
improve cache feature for package gdb
2022-03-31 16:15:44 +08:00
John Guo
372bae4799
fix issue in missing first result column when in select cache scenario
2022-03-31 15:42:12 +08:00
John Guo
09ba1bf1fb
imrove context handling for package gdb
2022-03-24 17:51:49 +08:00
John Guo
cc01629b57
improve hook and sharding feature for package gdb
2022-03-24 15:33:30 +08:00
John Guo
0e3f4f45e0
improve hook feature for package gdb
2022-03-23 16:23:33 +08:00
John Guo
045c3e132f
improve hook feature for package gdb
2022-03-23 16:17:18 +08:00
John Guo
6dacdd60dc
add sharding feature for package gdb
2022-03-21 21:17:48 +08:00
John Guo
87ccc27ee4
sharding feature develop
2022-03-21 14:26:56 +08:00
John Guo
d7764e2968
Merge branch 'develop'
2022-03-18 11:52:02 +08:00
John Guo
e6bbead4e6
Merge pull request #1660 from qinyuguang/gdb_cache
...
gdb returns result when cache set failed
2022-03-17 22:05:06 +08:00
John Guo
dccfc1c8cd
add hook feature for model of package gdb
2022-03-14 23:47:55 +08:00
John Guo
bbab9f3934
rename DoGetAll to DoSelect
2022-03-14 19:36:43 +08:00
qinyuguang
a4ab9c284f
gdb returns result when cache set failed
2022-03-11 13:04:53 +08:00
John Guo
d8d9996464
fix issue #1662
2022-03-11 10:24:42 +08:00
John Guo
5ab959ba58
fix issue #1554
2022-02-16 00:26:06 +08:00
John Guo
23c00eb83f
fix issue #1394
2022-02-14 16:08:26 +08:00
John Guo
04eb654133
add error stack for internal error printing
2022-01-28 14:51:49 +08:00
John Guo
d32acabcef
fix issue #1570
2022-01-15 21:38:15 +08:00
larry
9abaf744f2
edit imports sort
2022-01-10 10:02:03 +08:00
刘杨
3bed3e4f5b
修改gdb cache的key为gcache:md5(sql)方式
2022-01-07 22:14:47 +08:00
John Guo
3932e0b15f
add OmitEmpty support for WhereIn
2021-12-28 17:15:01 +08:00
John Guo
b9d6ac26d1
rename cache function from func() (interface{}, error) to func(ctx context.Context) (value interface{}, err error) for package gcache; add cache for function Tables of gdb.Core; improve Where condition with prefix handling for package gdb
2021-12-17 11:46:05 +08:00
John Guo
1978a262a8
improve ScanList feature for pakcga egdb
2021-11-23 15:28:40 +08:00
John Guo
732664a1ff
files renaming for package gdb
2021-11-17 22:01:17 +08:00
John Guo
f2ef7454c2
improve prefix feature for package gdb
2021-11-17 21:29:46 +08:00
houseme
c6efb5ee3b
[feature] improve code range map
2021-11-16 17:21:13 +08:00
houseme
be03b3cdda
Improved import, by group improt.
2021-11-13 23:23:55 +08:00
John Guo
e0a0fcbde2
improve cache feature for package gdb
2021-11-09 16:06:31 +08:00