jianchenma
|
99dd889ff0
|
add tracing feature for package gredis
|
2021-01-25 21:59:44 +08:00 |
|
jianchenma
|
b89d8d2740
|
add tracing feature for package gdb
|
2021-01-25 21:17:32 +08:00 |
|
John Guo
|
9f2e69a9e6
|
improve model relation feature for package gdb
|
2021-01-25 00:04:01 +08:00 |
|
jflyfox
|
2dd2144dcd
|
improve unit testing case for package gdb/gcron
|
2021-01-24 21:52:34 +08:00 |
|
jflyfox
|
a5f53f158a
|
improve unit testing case for package gcron; improve package gdb;
|
2021-01-23 01:01:24 +08:00 |
|
jflyfox
|
2c7a257b5a
|
remove parseTime parameter for mysql driver for package gdb
|
2021-01-22 23:49:17 +08:00 |
|
jflyfox
|
f579c724c6
|
fix issue in batch number for package gdb
|
2021-01-22 23:21:29 +08:00 |
|
John Guo
|
0fb32b63e7
|
add signal handler feature for package gproc; improve package ghttp/g for signal listening feature
|
2021-01-21 21:14:17 +08:00 |
|
John Guo
|
333e5b27aa
|
add more unit testing case for package gdb
|
2021-01-19 21:08:01 +08:00 |
|
John Guo
|
093034acd1
|
copyright comment update
|
2021-01-17 21:46:25 +08:00 |
|
jianchenma
|
c1b52e0f35
|
add more unit testing cases for package gredis
|
2021-01-13 20:00:31 +08:00 |
|
John Guo
|
a9aa021914
|
add json tag for configuration struct for package gdb/gredis/ghttp/glog/gview
|
2021-01-12 00:42:33 +08:00 |
|
John Guo
|
2ae32ed2c2
|
add QueryTimeout/ExecTimeout/TranTimeout/PrepareTimeout for package gdb
|
2021-01-11 20:48:35 +08:00 |
|
John Guo
|
6f5b0c393e
|
add more unit testing case for package gdb
|
2021-01-11 19:30:22 +08:00 |
|
John Guo
|
bb2dad6d5e
|
improve package gdb of empty value handling for struct convertion
|
2021-01-09 23:02:16 +08:00 |
|
John Guo
|
92b791eb08
|
improve Struct convertion for package gdb; improve IsNil function for package internal/empty
|
2021-01-09 21:05:47 +08:00 |
|
jflyfox
|
7bc42e6eaa
|
improve Fields filtering for package gdb
|
2021-01-04 19:46:46 +08:00 |
|
jflyfox
|
b6b1bc8813
|
improve time converting for package gconv
|
2021-01-04 19:22:55 +08:00 |
|
jflyfox
|
d549311210
|
fix issue in uint testing case for package gdb
|
2021-01-04 13:04:57 +08:00 |
|
John Guo
|
4d962c5aa5
|
improve packge gdb for treat int8 as int64 for pgsql
|
2021-01-03 23:44:44 +08:00 |
|
John Guo
|
5629020538
|
fix issue in incorrect datetime string argument for oracle
|
2021-01-02 21:06:51 +08:00 |
|
John Guo
|
361742c4a0
|
fix issue in incorrect datetime string argument for oracle
|
2021-01-02 20:31:25 +08:00 |
|
John Guo
|
bdf23ef48f
|
fix issue of error code lost in middleware handling for package ghttp
|
2020-12-30 12:56:24 +08:00 |
|
jflyfox
|
820befa1a0
|
improve insert function for package gdb
|
2020-12-29 20:30:29 +08:00 |
|
jflyfox
|
51d9f7ff12
|
fix issue in configuration string parsing error when there're special chars(especially '?') in redis password
|
2020-12-29 16:49:15 +08:00 |
|
jflyfox
|
662f1ed6b7
|
add Query/Exec/Prepare back for gdb.Link
|
2020-12-29 14:01:49 +08:00 |
|
jflyfox
|
bfab4a4952
|
comment updates for package gdb
|
2020-12-29 13:30:15 +08:00 |
|
John Guo
|
4828ddcdd7
|
add example/unit testing cases for package gdb
|
2020-12-29 00:01:27 +08:00 |
|
John Guo
|
d25a3909d1
|
improve context feature for package gdb
|
2020-12-28 23:03:13 +08:00 |
|
John Guo
|
c893817e56
|
Merge branch 'master' of https://github.com/gogf/gf
|
2020-12-27 00:12:34 +08:00 |
|
John Guo
|
65785db659
|
improve Model.Data for shallow value copy for value type of map/slice
|
2020-12-27 00:11:26 +08:00 |
|
tiansin
|
95b09aa5fe
|
feat: 🐛 fix GetWhereConditionOfStruct where AND
|
2020-12-25 16:03:01 +08:00 |
|
John Guo
|
9b58b66172
|
fix issue of HAVING statement before ORDER BY
|
2020-12-14 23:34:23 +08:00 |
|
John Guo
|
cb2c9c43a8
|
rename constant names
|
2020-12-14 19:34:02 +08:00 |
|
dozysun
|
71444736ae
|
fix InsertIgnore didn't work
fix InsertIgnore didn't work
|
2020-12-10 14:40:58 +08:00 |
|
jflyfox
|
7316e6648f
|
change errors to gerror; update copyright in comment
|
2020-12-09 16:04:29 +08:00 |
|
John Guo
|
d2ae383b83
|
improve unit testing case for package gdb
|
2020-12-09 01:33:02 +08:00 |
|
John Guo
|
8978112433
|
add gdb.Raw for raw sql instead of prepare argument feature
|
2020-12-09 01:29:23 +08:00 |
|
John Guo
|
d2b65f0f91
|
add gcmd.GetWithEnv/genv.GetWithCmd; remove package cmdenv;
|
2020-12-04 23:44:54 +08:00 |
|
jianchenma
|
57a82ebcc0
|
improve gconv.Struct
|
2020-12-04 18:17:11 +08:00 |
|
Jack
|
5171250a9d
|
improve gutil.Keys,gdb.Model.Fields,internal/structs
|
2020-12-04 14:22:50 +08:00 |
|
John
|
790a651ac1
|
fix typo
|
2020-11-29 23:55:32 +08:00 |
|
John
|
6f93bd17f2
|
add context feature for package gdb
|
2020-11-29 23:54:38 +08:00 |
|
John
|
3419d66c4b
|
add context feature for package gdb
|
2020-11-29 23:50:16 +08:00 |
|
John
|
cabf684ec9
|
add context feature for package gdb
|
2020-11-29 23:47:57 +08:00 |
|
John
|
2b6e6ce28e
|
improve update counter feature for package gdb
|
2020-11-29 22:26:16 +08:00 |
|
John
|
32101189a2
|
Merge branch 'master' of https://github.com/gogf/gf into develop
|
2020-11-29 21:46:36 +08:00 |
|
sunmoon
|
6cb38cfa92
|
add update counter method for package gdb.
|
2020-11-28 14:56:21 +08:00 |
|
sunmoon
|
09bb0c9397
|
更新gdb.Update方法
|
2020-11-28 13:52:17 +08:00 |
|
John
|
55429ad589
|
fix data race issue in unit testing case of package gdb
|
2020-11-28 00:11:22 +08:00 |
|