Commit Graph

4053 Commits

Author SHA1 Message Date
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
imloama
b935a8c652 fix merge conflicts for gdb_driver_pgsql 2021-06-08 09:20:22 +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
John Guo
578e7d634b comment updates for package gvalid 2021-05-29 16:47:39 +08:00
John Guo
6659a49869 Merge branch 'master' of https://github.com/gogf/gf 2021-05-29 16:45:19 +08:00
John Guo
d9bc8b05e1 add example for package gvalid 2021-05-29 16:45:08 +08:00
John Guo
571405597b
Merge pull request #1271 from wangle201210/master
add valid size method
2021-05-29 16:16:21 +08:00
John Guo
1441ce7f5f add examples for package gproc 2021-05-29 15:47:07 +08:00
wanna
071a587755 Merge remote-tracking branch 'upstream/master' 2021-05-29 12:35:56 +08:00
wanna
c1db01425e fix remarks 2021-05-29 12:25:50 +08:00
wanna
7bfd48e2ab valid field length 2021-05-29 12:15:37 +08:00
John Guo
e80309af32 Merge branch 'master' of https://github.com/gogf/gf 2021-05-29 11:30:47 +08:00
John Guo
fa1814ff54 add custom rule fucntions feature for package gvalid 2021-05-29 11:30:34 +08:00
wanna
d7b8a2684a Revert ""gvalid length" compatible with only one parameter"
This reverts commit b2d3c7d1fd.
2021-05-29 11:28:26 +08:00
John Guo
8559cd299d
Merge pull request #1268 from wangle201210/master
"gvalid  length" compatible with only one parameter
2021-05-28 13:44:36 +08:00
wanna
b2d3c7d1fd "gvalid length" compatible with only one parameter 2021-05-28 11:34:51 +08:00
John Guo
5100e0e8b7 add sub-query feature for orm 2021-05-27 22:18:16 +08:00
John Guo
8acb921ee3 improve package gtimer for times limitation 2021-05-27 13:10:10 +08:00
John Guo
fc88001a8c revert name from Job to Entry for package gtimer/gcron 2021-05-26 09:55:33 +08:00
John Guo
fab6c4048d comment update 2021-05-25 22:16:55 +08:00
fangjw
7b32791006 修复浮点型排序
原因:
返回值,强制转成 int 类型,会导致浮点型比较不准确,例如:0.33,转成 int 类型时,会变成 0
2021-05-25 16:15:02 +08:00
fangjw
aa04948319 修复浮点型排序
原因:
返回值,强制转成 int 类型,会导致浮点型比较不准确,例如:0.33,转成 int 类型时,会变成 0
2021-05-25 16:10:52 +08:00
John Guo
5903eb8ceb fix issue #1254 2021-05-25 09:56:23 +08:00
John Guo
211e62a8e7 add timestamptz type support for pgsql for package gdb 2021-05-24 13:30:04 +08:00
John Guo
64a9b06e64 comment update 2021-05-23 00:02:49 +08:00