Commit Graph

556 Commits

Author SHA1 Message Date
John Guo
99455e328b
Merge pull request #1535 from starccck/master
support manipulate pg.Array type data
2022-01-04 21:24:44 +08:00
John Guo
0a7e4be4ef improve DoCommit for package gdb 2022-01-01 15:47:17 +08:00
starccck
f04715bccb support manipulate pg.Array type data 2021-12-29 00:13:22 +08:00
John Guo
3932e0b15f add OmitEmpty support for WhereIn 2021-12-28 17:15:01 +08:00
John Guo
b00de2c617 add gdb.DB.DoFilter; improve function gdb.DB.DoCommit for package gdb 2021-12-27 20:51:26 +08:00
John Guo
b79e4a3ab7 add interface function ConvertDataForRecord for gdb.DB 2021-12-23 22:00:28 +08:00
John Guo
b9bb1ecd46 Merge branch 'master' of https://github.com/gogf/gf into feature/v2-gerror 2021-12-22 22:29:02 +08:00
John Guo
2a8e2f9f2c
Merge pull request #1524 from houseme/master
feat:improve tracing
2021-12-22 22:26:15 +08:00
John Guo
cafd9098d7 change errors wrapped by gerror.Wrap with error stack info for all packages 2021-12-22 22:22:42 +08:00
John Guo
44089d70d4 Merge branch 'master' of https://github.com/gogf/gf into feature/v2-gerror 2021-12-22 18:28:04 +08:00
John Guo
aabc1f8322 fix issue in time maintaining feature for package gdb 2021-12-22 17:42:26 +08:00
John Guo
ce93b625d4 change errors wrapped by gerror.Wrap with error stack info for all packages 2021-12-21 22:59:14 +08:00
houseme
25bdf10cc8 feat:improve tracing 2021-12-19 00:44:31 +08:00
John Guo
0b05c9e3e7 improve function gdb.Core.HasTable 2021-12-17 12:26:30 +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
b6d60fc209 downgrade otel version to v1.0.0 2021-12-17 00:55:48 +08:00
John Guo
aee52fd56e enable OpenTelemetry in default for some core components 2021-12-16 23:09:37 +08:00
John Guo
19c9f0a488 add DTO feature for package gdb 2021-12-15 00:01:59 +08:00
John Guo
0e3a8576b4 improve debugging feature 2021-12-04 23:07:54 +08:00
John Guo
b6df7b94d0 change MaxConnCount to 0 for ulimited connections for package gdb 2021-12-04 13:57:38 +08:00
houseme
5ed5adc6df feat:add trace db.statement、host.name 2021-12-02 18:54:56 +08:00
John Guo
5073413ffc improve TableFields feature for package gdb 2021-11-27 12:59:41 +08:00
John Guo
35cf228d83 add AdapterRedis for package gcache 2021-11-27 01:10:00 +08:00
fanwei
656fb99b6a add test case 2021-11-26 11:48:15 +08:00
fanwei
1725d247ae order by null is not escaped 2021-11-26 10:38:50 +08:00
John Guo
7b22355abb expose package internal/structs as os/gstructs; add package gtag for custom tag storage feature 2021-11-24 16:17:50 +08:00
John Guo
0622b517c5 command object feature for package gcmd 2021-11-23 20:26:55 +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
bb4f72d1ec improve code Introduce according to grouping 2021-11-16 19:43:02 +08:00
houseme
e86ee052cb improve code import 2021-11-16 19:29:02 +08:00
houseme
c6efb5ee3b [feature] improve code range map 2021-11-16 17:21:13 +08:00
John Guo
634cacd435 merge develop 2021-11-15 19:15:58 +08:00
John Guo
da7ddd43f5 improve field filtering for list type parameters of function Data for ForDao models 2021-11-15 17:39:23 +08:00
John Guo
98e5fb1542 improve field filtering for list type parameters of function Data for ForDao models 2021-11-15 17:27:35 +08:00
John Guo
f99b037c60 improve field filtering for list type parameters of function Data for ForDao models 2021-11-15 17:06:04 +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
John Guo
fd9246358a Merge branch 'feature/gconv.ScanList' into develop 2021-11-07 00:16:26 +08:00
John Guo
42c4b32720 add gconv.ScanList 2021-11-07 00:16:14 +08:00
John Guo
4f2a22dd0e Merge branch 'master' of https://github.com/gogf/gf 2021-11-05 01:15:30 +08:00
John Guo
485706a676 improve ScanList feature for package gdb 2021-11-05 01:07:06 +08:00
John Guo
9a757acc88
Merge pull request #1438 from danvinhe/bugfix/i1435
Bugfix/i1435
2021-11-04 20:38:58 +08:00
John Guo
c3a75f5568 logging content update for package gdb 2021-11-03 23:13:11 +08:00
danvinhe
35a786d765
Update gdb_func.go 2021-11-03 15:05:25 +08:00
danvinhe
12fe41e34d
Merge branch 'master' into bugfix/i1435 2021-11-03 15:04:22 +08:00
John Guo
77a0f59cd3 add automatic adding OmitNil option for data and where filtering if given struct name is defined like 'xxxForDao' 2021-11-02 09:55:37 +08:00
John Guo
d817047c98 remove Logger interface from package gdb 2021-10-30 16:12:51 +08:00
John Guo
17e6063c5c add neccessary parameter context for package gcron/gtimer 2021-10-30 15:36:10 +08:00