John Guo
|
e68e7a3224
|
remove Batch*/DoBatchInsert functions for package gdb
|
2021-06-08 20:32:34 +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 |
|
jflyfox
|
6d81aa4462
|
infract internal link
|
2021-05-21 15:38:56 +08:00 |
|
jflyfox
|
406b6bf410
|
infract internal link
|
2021-05-21 15:30:21 +08:00 |
|
John Guo
|
4e41d8aff8
|
improve context and nested transaction feature for package gdb
|
2021-05-21 13:25:53 +08:00 |
|
John Guo
|
017c6e4e1f
|
add example for i18n feature of package gvalid
|
2021-05-19 23:17:13 +08:00 |
|
John Guo
|
7d3233c7ad
|
add context for custom validation rule function;add function WhereNot for gdb.Model
|
2021-05-19 22:33:50 +08:00 |
|
John Guo
|
3e2662582c
|
improve nested transaction feature for package gdb
|
2021-05-19 21:17:21 +08:00 |
|
John Guo
|
c94dee8191
|
improve nested transaction feature for package gdb
|
2021-05-19 21:11:51 +08:00 |
|
John Guo
|
ab2ef13d99
|
improve transaction for package gdb
|
2021-05-19 20:33:19 +08:00 |
|
John Guo
|
fac9ab5c01
|
improve package gvalid
|
2021-05-19 19:00:34 +08:00 |
|