|
|
d7764e2968
|
Merge branch 'develop'
|
2022-03-18 11:52:02 +08:00 |
|
|
|
e6bbead4e6
|
Merge pull request #1660 from qinyuguang/gdb_cache
gdb returns result when cache set failed
|
2022-03-17 22:05:06 +08:00 |
|
|
|
dccfc1c8cd
|
add hook feature for model of package gdb
|
2022-03-14 23:47:55 +08:00 |
|
|
|
bbab9f3934
|
rename DoGetAll to DoSelect
|
2022-03-14 19:36:43 +08:00 |
|
|
|
a4ab9c284f
|
gdb returns result when cache set failed
|
2022-03-11 13:04:53 +08:00 |
|
|
|
d8d9996464
|
fix issue #1662
|
2022-03-11 10:24:42 +08:00 |
|
|
|
5ab959ba58
|
fix issue #1554
|
2022-02-16 00:26:06 +08:00 |
|
|
|
23c00eb83f
|
fix issue #1394
|
2022-02-14 16:08:26 +08:00 |
|
|
|
04eb654133
|
add error stack for internal error printing
|
2022-01-28 14:51:49 +08:00 |
|
|
|
d32acabcef
|
fix issue #1570
|
2022-01-15 21:38:15 +08:00 |
|
|
|
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 |
|
|
|
3932e0b15f
|
add OmitEmpty support for WhereIn
|
2021-12-28 17:15:01 +08:00 |
|
|
|
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 |
|
|
|
1978a262a8
|
improve ScanList feature for pakcga egdb
|
2021-11-23 15:28:40 +08:00 |
|
|
|
732664a1ff
|
files renaming for package gdb
|
2021-11-17 22:01:17 +08:00 |
|
|
|
f2ef7454c2
|
improve prefix feature for package gdb
|
2021-11-17 21:29:46 +08:00 |
|
|
|
c6efb5ee3b
|
[feature] improve code range map
|
2021-11-16 17:21:13 +08:00 |
|
|
|
be03b3cdda
|
Improved import, by group improt.
|
2021-11-13 23:23:55 +08:00 |
|
|
|
e0a0fcbde2
|
improve cache feature for package gdb
|
2021-11-09 16:06:31 +08:00 |
|
|
|
485706a676
|
improve ScanList feature for package gdb
|
2021-11-05 01:07:06 +08:00 |
|
|
|
8ef4f68215
|
add IgnoreEmptySliceWhere feature for package gdb; add OriginValueAndKind/OriginTypeAndKind functions for package internal/utils
|
2021-10-28 23:18:23 +08:00 |
|
|
|
1bc0635f8b
|
version 2
|
2021-10-11 21:41:56 +08:00 |
|
|
|
dd4e08e88d
|
refract package gdb; add selected & affected count to logging
|
2021-09-29 20:39:02 +08:00 |
|
|
|
993bf897cf
|
remove deprecated functions; refract package gjson
|
2021-09-27 22:47:39 +08:00 |
|
|
|
28f70d52ee
|
add context parameter for all functions of package gcache
|
2021-09-17 10:48:08 +08:00 |
|
|
|
1455e30350
|
change returned value by Get* and Update/Remove functions from type interface{} to *gvar.Var for package gcache
|
2021-09-16 22:13:00 +08:00 |
|
|
|
101db282c2
|
fix issue #1401
|
2021-09-15 22:28:26 +08:00 |
|
|
|
abc8e62d58
|
add package gcode and improve error implements for package gerror
|
2021-08-24 21:18:59 +08:00 |
|
|
|
fa64df6f91
|
improve package gdb/glog
|
2021-08-01 10:33:33 +08:00 |
|
|
|
ebe90dcaa8
|
fix issue in Cache Penetration for cache feature of package gdb
|
2021-07-21 19:24:16 +08:00 |
|
|
|
0ddacdd7e2
|
add error code for components
|
2021-07-20 23:02:02 +08:00 |
|
|
|
9df860a202
|
fix issue #1292
|
2021-07-08 21:02:36 +08:00 |
|
|
|
50e5dd5bd0
|
fix issue in fields filtering for table name with as statement
|
2021-07-06 13:14:33 +08:00 |
|
|
|
50ffaef33f
|
add context for intlog/gsession;improve struct/structs converting for package gconv
|
2021-06-26 16:23:54 +08:00 |
|
|
|
d6ea2220f7
|
add auto fields filtering feature for function Scan of package gdb; mark funtcion Struct/Structs deprecated for gdb.Model
|
2021-06-22 21:48:56 +08:00 |
|
|
|
266f592739
|
improve raw sql count statement for package gdb
|
2021-06-21 19:21:38 +08:00 |
|
|
|
3ac5772059
|
add UNION/UNION ALL feature for package gdb
|
2021-06-06 23:06:39 +08:00 |
|
|
|
8aa7f08350
|
improve DB interface for package gdb
|
2021-06-04 09:54:19 +08:00 |
|
|
|
5100e0e8b7
|
add sub-query feature for orm
|
2021-05-27 22:18:16 +08:00 |
|
|
|
4e41d8aff8
|
improve context and nested transaction feature for package gdb
|
2021-05-21 13:25:53 +08:00 |
|
|
|
7003c284d0
|
replace json.Unmarshal with json.UnmarshalUseNumber for packages
|
2021-05-15 22:38:07 +08:00 |
|
|
|
bd84b97614
|
add more Where*/Min/Max/Avg/Sum/CountColumn/Increment/Decrement/OrderAsc/OrderDesc/OrderRandom functions and associated unit testing cases for package gdb
|
2021-05-02 12:17:06 +08:00 |
|
|
|
a3b94c24de
|
fix issue #854; add maxIdleTime configuration and comments update for package gdb; version updates
|
2021-04-04 12:01:22 +08:00 |
|
|
|
a3fa10d820
|
great! completed 'with' feature for package gdb
|
2021-02-09 18:00:43 +08:00 |
|
|
|
acf47f3907
|
orm with feature
|
2021-02-08 17:57:21 +08:00 |
|
|
|
3b2bae6128
|
improve soft deletion for package gdb
|
2021-02-03 23:11:17 +08:00 |
|
|
|
52c17dfce0
|
add example for tracing feature
|
2021-01-26 14:33:35 +08:00 |
|
|
|
4c6d9f5eff
|
improve tracing feture for package glog/gdb/gredis
|
2021-01-26 01:19:55 +08:00 |
|
|
|
093034acd1
|
copyright comment update
|
2021-01-17 21:46:25 +08:00 |
|