Commit Graph

130 Commits

Author SHA1 Message Date
John
63e5a60344 improve package gdb 2020-03-22 23:26:15 +08:00
John
f18e6f078c improve unit testing cases 2020-03-20 08:49:40 +08:00
John
07e65c14a9 improve unit testing cases 2020-03-19 23:53:03 +08:00
John
0b6d04485e improve unit testing cases 2020-03-19 22:56:12 +08:00
John
36401a063d improve gutil.Dump, improve sqlite file searching when opening db file 2020-03-19 13:38:42 +08:00
John
5a646179ad fix issue in limit...offset statement of postgresql for packagegdb 2020-03-17 21:38:49 +08:00
John
9f0548c03d improve testdata directory retrieving for unit testing cases 2020-03-16 22:47:39 +08:00
John
855a4ddb2c add file rotation feature for package glog; improve gpool/gfpool; fix issue in gfile.MTimeMillisecond 2020-03-15 19:32:29 +08:00
John
74be9fac18 add file rotation feature for package glog; improve gpool/gfpool; fix issue in gfile.MTimeMillisecond 2020-03-15 19:32:26 +08:00
John
e513cd10ed add Lock* functions for gdb.Model and improve Data/Where functions for gdb.Model 2020-03-13 17:21:30 +08:00
John
13ab139afc add more unit testing case for package gdb 2020-03-11 23:24:19 +08:00
John Guo
cacb2f142b
Merge pull request #548 from wenzi1/master
add Tables and TableFields method for sqlite
2020-03-11 23:18:59 +08:00
John
11f0317e92 add Array feature for package gdb 2020-03-11 23:17:41 +08:00
wenzi1
9a667c8803 add Tables and TableFields method for sqlite 2020-03-11 22:45:38 +08:00
John
cd7c45c00c improve default connection pool configuration for gredis 2020-03-11 14:35:23 +08:00
wenzi1
2f2f6e1ffe add Tables and TableFields method 2020-03-11 00:29:25 +08:00
John
9dbde6e8f1 change function HandleSqlBeforeExec to HandleSqlBeforeCommit for package gdb 2020-03-09 22:00:01 +08:00
John
fe0b34544d fix missing of pgsql driver support for package gdb 2020-03-09 21:56:53 +08:00
John
5e489d59b4 improve HandleSqlBeforeExec function for package gdb 2020-03-09 21:53:58 +08:00
John
042a6f12f5 add map conversion support for result of HGetAll for package gredis 2020-03-08 23:16:06 +08:00
John
5bed5a1532 improve unit testing case for driver feature og package gdb 2020-03-08 12:18:07 +08:00
John
5b7576430f improve unit testing case for driver feature og package gdb 2020-03-08 12:16:44 +08:00
John
356f4cd701 improve unit testing case for driver feature og package gdb 2020-03-08 12:04:24 +08:00
John
c444630d1e add workaround for package gdb for json infinite loop bug of Golang version < v1.14 2020-03-08 11:56:19 +08:00
John
8e40cded42 add custom driver feature for package gdb 2020-03-08 11:03:18 +08:00
John
0e52d467d3 improving package gdb 2020-03-08 00:17:42 +08:00
John
7f0163d958 improve gconv.Struct* functions for custom types conversion 2020-03-06 23:22:08 +08:00
John
93d0760898 add GetPage function for ghttp.Request 2020-03-06 11:01:03 +08:00
wenzi1
8971ad8445 Add tables method of MSSQL, Oracle and PgSQL 2020-03-02 23:41:33 +08:00
John
b0ef63fc9d improve bindArgsToQuery for surpport for pgsql/mssql/oracle for package gdb 2020-02-29 19:55:53 +08:00
John
6317d9de53 add ci for golang v1.14 2020-02-26 11:54:46 +08:00
John
42fd583bfd add more inernal logging points for core components 2020-02-24 21:09:19 +08:00
John
745a913cfb add FilterNil/FilterEmpty functions for package garray; add FieldsStr/FieldsExStr for gdb.Model 2020-02-22 14:26:36 +08:00
John
88684ca00a add panic if internal watcher creation fails for gfsnotify; improve codes and change comment from chinese to english for gdb 2020-02-10 20:37:53 +08:00
John
784983806a add InserIgnore feature for package gdb 2020-02-08 23:46:10 +08:00
John
a6c0b281a3 add struct support for where condition statement of gdb 2020-02-07 20:58:47 +08:00
John
3120f24553 add struct support for where condition statement og gdb 2020-02-07 19:44:11 +08:00
John
ac9be6134b add global schema access support for mssql in gdb 2020-02-07 17:21:05 +08:00
John
4c3af63076 improve time string parsing for invalid datetime 2020-02-01 20:14:24 +08:00
John
7df53ff55e rename all timestamp function names from *Second to Timestamp* 2020-01-20 14:14:11 +08:00
John
872d674182 fix issue in database 'time' type support in package gdb 2020-01-15 21:23:40 +08:00
John
4682abafdf fix concurrent issue in gdb.Model.Count 2020-01-15 10:38:02 +08:00
John
e9a0805801 add function Schema for gdb 2020-01-10 23:48:19 +08:00
John
33a899d32e add As function for gdb.Model; improve string quote handling for gdb 2020-01-08 21:24:33 +08:00
John
9227139cf8 add schema changing feature for gdb 2020-01-07 22:14:32 +08:00
John
f2190e50b2 improve unit testing for gdb 2020-01-06 20:43:59 +08:00
sth4me
eb31922124
fix mysql debug time
调试模式时间格式改为毫秒,原来是微秒.
2020-01-06 10:28:34 +08:00
John
bc53f265af improve gconv.Map/String 2020-01-03 20:23:10 +08:00
John
0a89daa513 add more unit testing cases for gdb.TX 2019-12-31 16:02:18 +08:00
John
134e4cf28f improve gfile.CopyDir function; add Model function for gdb.Model 2019-12-28 13:55:05 +08:00