John Guo
|
4cd7e4e5a0
|
version updates
|
2021-06-23 21:57:13 +08:00 |
|
John Guo
|
e6688b9e86
|
add more unit testing cases for package ghttp
|
2021-06-23 21:39:12 +08:00 |
|
John Guo
|
65131c6f22
|
add automatic fields mapping and filtering for Model.Where statements
|
2021-06-23 12:04:16 +08:00 |
|
John Guo
|
7667aca4c2
|
improve Order feature for package gdb
|
2021-06-23 09:42:10 +08:00 |
|
John Guo
|
816791b9c1
|
improve function Increment/Decrement for package gdb
|
2021-06-23 09:34:53 +08:00 |
|
John Guo
|
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 |
|
John Guo
|
69dd5db774
|
improve record converting for package gdb
|
2021-06-22 20:05:37 +08:00 |
|
jflyfox
|
adca9222ab
|
improve transaction feature for package gdb
|
2021-06-22 17:42:31 +08:00 |
|
jflyfox
|
7144aa6999
|
improve caller path filtering for package gdebug
|
2021-06-22 15:34:26 +08:00 |
|
jflyfox
|
fbad5f60eb
|
improve caller path filtering for package gdebug
|
2021-06-22 15:09:08 +08:00 |
|
John Guo
|
266f592739
|
improve raw sql count statement for package gdb
|
2021-06-21 19:21:38 +08:00 |
|
John Guo
|
7c8bbcb3af
|
version update
|
2021-06-21 09:38:19 +08:00 |
|
John Guo
|
ba18e2bf6b
|
comment update
|
2021-06-21 09:37:12 +08:00 |
|
John Guo
|
5fefe97b87
|
add Raw Model for package gdb
|
2021-06-18 15:27:49 +08:00 |
|
John Guo
|
5fba250a14
|
add Raw Model for package gdb
|
2021-06-18 15:20:27 +08:00 |
|
John Guo
|
2606ad83ac
|
add OnDuplicate/OnDuplicateEx feature for package gdb
|
2021-06-16 21:51:44 +08:00 |
|
John Guo
|
d450de8e0d
|
add OnDuplicate/OnDuplicateEx feature for package gdb
|
2021-06-16 21:44:31 +08:00 |
|
John Guo
|
e4b0de0d4f
|
Merge branch 'master' of https://github.com/gogf/gf
|
2021-06-15 19:58:10 +08:00 |
|
John Guo
|
2af4fd86cc
|
rename configuration node name from LinkInfo to Link
|
2021-06-15 19:57:55 +08:00 |
|
John Guo
|
ddd171bc18
|
Merge pull request #1284 from qinyuguang/gutil
add gutil.SliceToMapWithColumnAsKey
|
2021-06-11 09:52:30 +08:00 |
|
John Guo
|
2679f92aa8
|
comment update for package gerror
|
2021-06-10 20:45:22 +08:00 |
|
John Guo
|
cca438d77f
|
fix issue #1209
|
2021-06-10 20:17:53 +08:00 |
|
qinyuguang
|
f2bc29e5c1
|
add gutil.SliceToMapWithColumnAsKey
|
2021-06-09 18:49:49 +08:00 |
|
John Guo
|
fe7209e76d
|
rename HandleSqlBeforeCommit to DoCommit for package gdb
|
2021-06-08 21:55:55 +08:00 |
|
John Guo
|
7c4a0453b7
|
improve handler feature for package glog
|
2021-06-08 21:35:54 +08:00 |
|
John Guo
|
97879834bc
|
remove deprecated functions for package gdb
|
2021-06-08 21:28:41 +08:00 |
|
John Guo
|
332535901f
|
Merge branch 'master' of https://github.com/gogf/gf
|
2021-06-08 20:32:52 +08:00 |
|
John Guo
|
e68e7a3224
|
remove Batch*/DoBatchInsert functions for package gdb
|
2021-06-08 20:32:34 +08:00 |
|
John Guo
|
65befd5ac4
|
Merge pull request #1276 from qinyuguang/gdb_config_timezone
add timezone configuration for package gdb
|
2021-06-07 20:01:06 +08:00 |
|
John Guo
|
78bdb5ef71
|
Merge pull request #1277 from weicut/master
Fixed incorrect type conversion
|
2021-06-07 19:58:27 +08:00 |
|
qinyuguang
|
6eb7261dfd
|
add timezone configuration for package gdb, effective for mysql and pgsql
|
2021-06-07 13:45:40 +08:00 |
|
fangjw
|
4f82be5bc0
|
Fixed incorrect type conversion
|
2021-06-07 10:17:23 +08:00 |
|
John Guo
|
3ac5772059
|
add UNION/UNION ALL feature for package gdb
|
2021-06-06 23:06:39 +08:00 |
|
John Guo
|
eb723e47c2
|
fix issue in gconv.MapDeep
|
2021-06-05 08:58:54 +08:00 |
|
John Guo
|
8aa7f08350
|
improve DB interface for package gdb
|
2021-06-04 09:54:19 +08:00 |
|
John Guo
|
a54559d016
|
add WhereLT/WhereLTE/WhereGT/WhereGTE/WhereOrLT/WhereOrLTE/WhereOrGT/WhereOrGTE functions for gdb.Model
|
2021-06-04 09:27:41 +08:00 |
|
John Guo
|
8e1f6abac5
|
change github.com/go-sql-driver/mysql to github.com/gogf/mysql
|
2021-06-03 15:38:33 +08:00 |
|
John Guo
|
7f3a2207a3
|
Merge branch 'master' of https://github.com/gogf/gf
|
2021-06-02 21:12:52 +08:00 |
|
John Guo
|
742c7913ea
|
fix issue in function Parse for package ghttp
|
2021-06-02 21:12:27 +08:00 |
|
John Guo
|
2d8ab726e2
|
Merge pull request #1265 from weicut/master
|
2021-06-02 13:11:59 +08:00 |
|
John Guo
|
702a296258
|
improve handler feature for package glog
|
2021-06-02 09:53:08 +08:00 |
|
John Guo
|
c3c5414ce2
|
add custom handler feature
|
2021-06-02 09:42:27 +08:00 |
|
fangjw
|
ee3d375532
|
补充浮点数单元测试
|
2021-06-02 09:18:52 +08:00 |
|
fangjw
|
e3f5c9175c
|
补充浮点数单元测试
|
2021-06-02 09:17:50 +08:00 |
|
fangjw
|
7c24449a24
|
Merge branch 'master' of github.com:gogf/gf
|
2021-06-02 09:08:45 +08:00 |
|
John Guo
|
1c09846d3e
|
fix issue #1272
|
2021-06-01 20:09:52 +08:00 |
|
John Guo
|
db94346863
|
gitee/github template update
|
2021-06-01 19:59:57 +08:00 |
|
John Guo
|
3e6b9864d5
|
fix issue #1256
|
2021-06-01 19:47:02 +08:00 |
|
John Guo
|
392c81ad69
|
remove Link parameter from function TableFields for package gdb
|
2021-05-29 17:26:08 +08:00 |
|
John Guo
|
fe142c93fd
|
add function Transaction for gdb.Model
|
2021-05-29 17:07:49 +08:00 |
|