Commit Graph

165 Commits

Author SHA1 Message Date
John
6c6c64bb3b rename category string to text 2019-02-01 20:45:11 +08:00
John
08d71cede3 merge qiangg_php 2019-02-01 00:04:34 +08:00
John
be1f6cfbae Merge branch 'master' of https://gitee.com/johng/gf into develop 2019-02-01 00:02:17 +08:00
John
85677b952f fulfil funcs of gstr/gset/garray; move gstr/gregex to the string category; move gtest to the test category 2019-01-30 21:27:03 +08:00
John
f4773ef1e4 add func ghttp.Group.Common for common http methods(GET/PUT/POST/DELETE) binding; fix issue #IRHB3,#IRHSJ; add more unit test cases for gvalid 2019-01-29 23:01:14 +08:00
John
4036d40c58 add batchSqlResult for gform; TODO++ 2019-01-27 19:44:05 +08:00
zhangjinfu
3ca086bcec 修复where为空时不是1=1的bug 2019-01-21 16:26:47 +08:00
John
14fcd0b2f9 move gtime.SetTimeout&gtime.SetInterval to gtimer 2019-01-16 23:23:53 +08:00
John
72569321fa package comments update 2019-01-16 13:35:16 +08:00
John
0c41909454 pakage comments updates 2019-01-15 23:27:47 +08:00
John
f900414e38 add surport for field type auto detection in gform 2019-01-14 22:55:43 +08:00
John
7934ad6904 Merge branch 'develop' of https://gitee.com/johng/gf into develop 2019-01-03 19:12:08 +08:00
蚊子
37cd2351e2 !16 增加ORACLE,SQL SERVER中获取指定表的所有字段名的方法
Merge pull request !16 from 蚊子/master
2019-01-02 21:11:30 +08:00
wenzi1
be1e250a6b 增加ORACLE,SQL SERVER中获取指定表的所有字段名的方法 2019-01-02 18:17:01 +08:00
John
adf06a2b0d thirdparty package kafka updated to date 2019-01-02 11:02:03 +08:00
John
4172eae87e update default ConnMaxLifeTime to 30 seconds in gdb package 2018-12-28 22:02:21 +08:00
John
26f2c61068 update default ConnMaxLifeTime to 30 seconds in gdb package 2018-12-28 22:00:49 +08:00
John
f97bed2607 update default ConnMaxLifeTime to 10 seconds in gdb package 2018-12-28 21:56:27 +08:00
John
e726ed2c19 gdb.Model updates 2018-12-22 21:03:03 +08:00
John
ef919be587 g.DB can use gdb's configurations, not to force using config.toml 2018-12-19 18:35:44 +08:00
John
fff31e0f4f add Charset support for mysql of gdb package; fix issue for glog for log writing failed when the folder path wa deleted 2018-12-19 18:15:22 +08:00
John
0a1e048268 add Model.Clone support for gdb package 2018-12-18 10:10:14 +08:00
John
fcc37c9581 CI updates 2018-12-17 19:36:34 +08:00
John
43cd391543 CI updates 2018-12-17 19:29:03 +08:00
John
18d2df33f7 CI updates 2018-12-17 19:26:59 +08:00
John
a85daa5617 CI updates 2018-12-17 18:35:29 +08:00
John
5d32ad6bc4 travis updates 2018-12-17 13:57:15 +08:00
John
95db811943 add travis/goreport/golint/govet 2018-12-17 13:02:18 +08:00
John
7a8bd96edc gdb: add support for slice argument in where statement 2018-12-17 10:52:44 +08:00
John
c5e9686a95 gdb updates, make priority=1 when no priority set 2018-12-16 23:11:15 +08:00
John
c914edf616 gdb comment updates 2018-12-16 22:27:04 +08:00
John
7434dfe6fa done refacting gdb package 2018-12-16 22:22:07 +08:00
John
e67aa63a50 refract gdb package, add complete unit test cases, almost there 2018-12-15 15:50:39 +08:00
John
d5e46f2b42 refracting gdb package 2018-12-14 18:35:51 +08:00
John
09e6f10b60 new version of gdb developing 2018-12-14 10:09:45 +08:00
John
105a821069 fix issue: database connection pool does not work expectly 2018-12-12 20:01:10 +08:00
wenzi1
eb9ddf3c47 修改mssql的open方法连接串 2018-12-10 18:14:51 +08:00
John
431e1051b8 Fix gdb.Model.Count method: Count with no fields checking 2018-12-05 13:52:34 +08:00
John
9a52175bd6 gredis增加GetConn方法获取原生redis连接对象 2018-12-01 11:28:47 +08:00
John
b965dbff70 gvar调用端改进,去掉不必要的并发安全参数;错误提示细节改进 2018-11-25 22:18:36 +08:00
John
ceaa1a4dd1 Merge branch 'develop' of https://gitee.com/johng/gf into develop 2018-11-19 21:12:21 +08:00
John
9e1ad46c90 改进ghttp.Request,增加SetParam/GetParam请求流程自定义变量方法;gvar模块增加VarRead只读接口 2018-11-19 21:11:43 +08:00
wenzi1
d85332aca1 ORM新增对MSSQL的支持 2018-11-19 11:38:57 +08:00
john
1608a96d98 修复gdb中sqlite数据库识别键名问题 2018-11-06 15:09:47 +08:00
john
01bbbabdec 增加oracle数据库支持 2018-11-01 09:58:46 +08:00
蚊子
f8a2e33905 !10 orm新增对oracle的支持
Merge pull request !10 from 蚊子/master
2018-10-30 22:46:41 +08:00
wenzi1
23cc742cd9 增加注释 2018-10-30 22:41:53 +08:00
John
842a6d3bed bug fix #INZS1 2018-10-29 21:05:15 +08:00
John
1340d472ad bug fix #INZS1 2018-10-29 21:00:50 +08:00
john
78cc8533a5 改进gkafka,获取topics使用临时的消费对象 2018-10-23 18:13:29 +08:00