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
|
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
|
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
|
7fbbf09b0e
|
新增go modules支持,自行管理第三方包依赖,方便开发者使用
|
2018-10-22 11:13:00 +08:00 |
|
John
|
82716f4247
|
orm允许写入的键值为nil时往数据库中写入null
|
2018-10-17 20:36:24 +08:00 |
|
John
|
caffdb143e
|
g.DB/g.Config改进单例缓存键名
|
2018-10-13 20:43:21 +08:00 |
|
John
|
5204193c58
|
改进gdb,增加数据库操作自动Close特性(使用链接池),用户无需再defer db.Close(),并增加g.DB数据库对象单例别名
|
2018-10-13 20:29:27 +08:00 |
|
john
|
75cd76c49b
|
完善注释
|
2018-10-11 15:47:57 +08:00 |
|
john
|
0733164af1
|
改进glog的backtrace skip功能,g模块增加错误日志信息提示
|
2018-10-10 18:39:57 +08:00 |
|
john
|
029bbd2ded
|
完善glog示例程序文件
|
2018-10-10 15:24:30 +08:00 |
|
john
|
f0c4068448
|
完成gvar包的开发,并改进相关依赖包
|
2018-10-09 13:33:00 +08:00 |
|
john
|
a68ee95575
|
改进gconv对象转换方法,名称修改gconv.MapToStruct -> gconv.Struct
|
2018-09-28 09:58:01 +08:00 |
|
john
|
a6ff5bd467
|
gdb.Value增加IsNil方法
|
2018-08-31 10:01:31 +08:00 |
|
john
|
050d7a868f
|
up
|
2018-08-28 19:38:05 +08:00 |
|
John
|
a3aa5e7cd7
|
gdb增加调试模式的自动调试信息输出,开发中
|
2018-08-27 23:58:32 +08:00 |
|
john
|
569be7e773
|
改进gdb.Result/Recorde ToXml方法,增加可选的rootTag参数
|
2018-08-23 18:26:29 +08:00 |
|
一墨染尽青衣颜
|
32434899ee
|
!5 新增Chunk组块结果集操作
Merge pull request !5 from 一墨染尽青衣颜/master
|
2018-08-19 11:37:40 +08:00 |
|
一墨染尽青衣颜
|
dfbd6ea73b
|
更新 gdb_model.go
|
2018-08-15 18:17:29 +08:00 |
|
一墨染尽青衣颜
|
e33fc16fa3
|
更新 gdb_model.go
|
2018-08-15 18:16:36 +08:00 |
|
一墨染尽青衣颜
|
ec9231f9b8
|
添加ForPage方法,调整Chunks方法
|
2018-08-15 18:14:21 +08:00 |
|
一墨染尽青衣颜
|
25f6f62a27
|
忘了删除之前的callback回调
|
2018-08-14 16:37:29 +08:00 |
|
一墨染尽青衣颜
|
209f5eea81
|
更新 gdb_model.go
|
2018-08-14 10:28:52 +08:00 |
|
john
|
d1fcfddafb
|
修复gdb MapToStruct问题
|
2018-08-13 18:55:28 +08:00 |
|
一墨染尽青衣颜
|
5d629957a6
|
新增Chunk组块结果集操作
|
2018-08-13 10:29:01 +08:00 |
|