|
|
8ff21d6936
|
adding support of slice parameters for gdb.Model.Where
|
2019-07-09 08:40:28 +08:00 |
|
|
|
691baf5c16
|
comment updates
|
2019-07-07 09:47:33 +08:00 |
|
|
|
2504e405a7
|
add sql.ErrNoRows feature for querying of gdb
|
2019-07-06 17:13:17 +08:00 |
|
|
|
6426409bf9
|
add debug configuration support for gdb
|
2019-07-06 16:51:50 +08:00 |
|
|
|
9cf4ea5c91
|
rename Priority to Weight for gdb
|
2019-07-06 16:14:45 +08:00 |
|
|
|
86343abcf8
|
merge master
|
2019-07-06 16:02:05 +08:00 |
|
|
|
d0fe2d2f75
|
fix issue in gdb.Model.Scan
|
2019-07-06 15:51:32 +08:00 |
|
|
|
929a57ceb8
|
add Structs/StructsDeep function for gconv; add auto-creating struct/struct pointer for gconv.Struct function when parameter pointer is typeof **struct
|
2019-07-06 11:10:32 +08:00 |
|
|
|
4670a5d2e2
|
TODO++; version updates
|
2019-07-04 19:22:11 +08:00 |
|
|
|
23d346b291
|
improve gdb.Model.Struct/Structs/Scan in error handling, it returns sql.ErrorNoRows if no records received after querying
|
2019-07-03 19:38:52 +08:00 |
|
|
|
c3ff1a3db3
|
merge master
|
2019-07-03 14:25:29 +08:00 |
|
|
|
c948f0c287
|
improve gdb.Update/Delete feature to support orderby/limit features
|
2019-07-02 23:14:40 +08:00 |
|
|
|
58a405bfa8
|
add package gerror; improve internal/debug,glog package
|
2019-06-29 18:17:33 +08:00 |
|
|
|
d5f7ca634d
|
add package internal/debug; add gutil.Stack/PrintStack; rename Backtrace to Stack for glog
|
2019-06-29 10:45:50 +08:00 |
|
|
|
fe179fff42
|
gofmt
|
2019-06-21 22:23:07 +08:00 |
|
|
|
97df154b78
|
gofmt
|
2019-06-19 09:06:52 +08:00 |
|
|
|
57b54414d6
|
merge master
|
2019-06-13 21:00:14 +08:00 |
|
|
|
96529a4c1c
|
update unit test cases for gjson/gcfg/gcompress/gparser
|
2019-06-13 19:41:43 +08:00 |
|
|
|
81502cfb6d
|
gjson,gredis测试用例编写
|
2019-06-13 11:58:43 +08:00 |
|
|
|
e6d4459992
|
comment update for gcache
|
2019-06-11 20:57:43 +08:00 |
|
|
|
35d860427e
|
add GetLastSql function for gdb
|
2019-06-01 20:31:29 +08:00 |
|
|
|
9c6f54131f
|
updates unit test cases for gdb,grpool
|
2019-06-01 19:37:00 +08:00 |
|
|
|
6e8a900f25
|
fix issue in gjson/gparser in loading xml content; add *time.Time support for gdb
|
2019-06-01 00:02:05 +08:00 |
|
|
|
945dd71251
|
TODO updates
|
2019-05-29 11:53:10 +08:00 |
|
|
|
41f33af51b
|
add gconv.StructDeep/MapDeep functions for gconv; add struct inherit converting support for gdb
|
2019-05-28 21:41:00 +08:00 |
|
|
|
635d228c86
|
adding inherit struct support for gdb
|
2019-05-16 13:56:49 +08:00 |
|
|
|
75725db6fb
|
remove gmlock for print of glog; add time.Time support for gdb
|
2019-05-15 23:53:48 +08:00 |
|
|
|
5cd8475143
|
add time.Time support for convertParam function of gdb
|
2019-05-15 16:47:39 +08:00 |
|
|
|
08ec04d8b6
|
fix issue in unit test case of gredis
|
2019-05-14 22:37:13 +08:00 |
|
|
|
c0b46f364a
|
version updates
|
2019-05-14 22:02:09 +08:00 |
|
|
|
8c5f74e8bb
|
add DoVar/ReceiveVar function for gredis
|
2019-05-14 21:34:38 +08:00 |
|
|
|
8138215597
|
comments update
|
2019-05-08 21:03:04 +08:00 |
|
|
|
7cc0c7a1cc
|
rename map type of gmap; rename BatchSet/BatchRemove to Sets/Removes for gmap/gcache
|
2019-05-08 17:21:18 +08:00 |
|
|
|
0e6c2e790d
|
copy mysql driver to third folder
|
2019-05-04 23:02:07 +08:00 |
|
|
|
34c761e9db
|
rename mysql driver from 'mysql' to 'gf-mysql' to avoid multiple imports error
|
2019-05-04 00:25:02 +08:00 |
|
|
|
87e3813636
|
remove go-sql-driver-mysql from third, add Register function to manually register 'mysql' driver
|
2019-05-04 00:10:02 +08:00 |
|
|
|
4f10562980
|
remove limit for gdb.Model.One
|
2019-04-04 23:22:09 +08:00 |
|
|
|
6863928b06
|
!18 限制下查询单条记录查询条数
Merge pull request !18 from 一墨染尽青衣颜/master
|
2019-04-04 22:55:13 +08:00 |
|
|
|
aa4dca11f0
|
fix issue in gtime; update comment for g/gtest
|
2019-04-04 22:52:56 +08:00 |
|
|
|
b89294561b
|
add gmap.SetIfNotExistFunc/SetIfNotExistFuncLock for gmap; update comment of gmap; update instance feature of gcfg
|
2019-04-03 23:39:31 +08:00 |
|
|
|
07476a4349
|
add instance management feature for gdb/gredis; add customized configuration content management feature for gcfg; update gjson for data content type check
|
2019-04-02 14:37:46 +08:00 |
|
|
|
8e84e5b0f3
|
update comment of gredis
|
2019-03-22 11:22:03 +08:00 |
|
|
|
62580b5719
|
add examples for gredis
|
2019-03-21 23:51:57 +08:00 |
|
|
|
11c89c4090
|
fix issue in GetOrSetFuncLock of gmap/gcache; add gutil.IsEmpty/Export functions
|
2019-03-21 18:20:20 +08:00 |
|
|
|
fbb4cb3b1c
|
add more unit test cases for gredis
|
2019-03-21 10:04:53 +08:00 |
|
|
|
c9d2d5e8ab
|
add configuration support for maxIdle/maxActive/idleTimeout/maxConnLifetime of gredis; update gjson.Append/Len functions; add more unit test cases for gredis/gins/gstr/gjson
|
2019-03-21 00:14:23 +08:00 |
|
|
|
0af55794f6
|
add more unit test cases for gdb
|
2019-03-17 22:26:41 +08:00 |
|
|
|
5db039bbce
|
gdb.Model updates, rename Alterable function to Safe, change gdb.Model alterable in default, update Where function to support more cases when using map as its param, add more unit test cases for gdb.Model
|
2019-03-11 16:14:55 +08:00 |
|
|
|
94bd5da68a
|
add map key operator support in Where function for gdb
|
2019-03-08 11:12:52 +08:00 |
|
|
|
5c638c630a
|
add select in support for slice type of arguments in Where function of gdb
|
2019-03-08 10:33:36 +08:00 |
|