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
|
61f49574a9
|
fix issue in unit testing case for gparser
|
2020-03-09 20:56:10 +08:00 |
|
John
|
2fabcb62a8
|
remove binary from git
|
2020-03-09 19:48:51 +08:00 |
|
John
|
3bc3b652c1
|
improve unit testing case for gjson
|
2020-03-09 09:00:38 +08:00 |
|
John
|
042a6f12f5
|
add map conversion support for result of HGetAll for package gredis
|
2020-03-08 23:16:06 +08:00 |
|
John
|
5acce82e63
|
add slice support for gconv.Map
|
2020-03-08 23:09:37 +08:00 |
|
John
|
4732bf46ad
|
add Context map for internal context workflow parameter exchanges for ghttp.Request
|
2020-03-08 22:53:20 +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
|
6665d62e7e
|
improve package gfile
|
2020-03-07 20:28:00 +08:00 |
|
John
|
5bdf1a71b8
|
improve uploading file feature for ghttp.Server
|
2020-03-07 20:20:52 +08:00 |
|
John
|
a34ca0ff4b
|
improve uploading file feature for ghttp.Server; improve package gfile/gstr/gdebug
|
2020-03-07 19:31:33 +08:00 |
|
John
|
7f0163d958
|
improve gconv.Struct* functions for custom types conversion
|
2020-03-06 23:22:08 +08:00 |
|
John
|
31f19b0eee
|
improve package gcompress
|
2020-03-06 15:38:32 +08:00 |
|
John
|
93d0760898
|
add GetPage function for ghttp.Request
|
2020-03-06 11:01:03 +08:00 |
|
John Guo
|
4863e7a6ae
|
Merge pull request #529 from wenzi1/master
|
2020-03-05 22:02:16 +08:00 |
|
John
|
a161b44cc7
|
improve package gpage
|
2020-03-05 18:07:07 +08:00 |
|
John
|
7072244420
|
improve comment for ghttp.Server
|
2020-03-05 16:08:55 +08:00 |
|
John
|
f68b66e606
|
update comment for ghttp.Server
|
2020-03-04 23:32:27 +08:00 |
|
John
|
4e7c6c1fb4
|
improve CORS feature for ghttp.Server
|
2020-03-04 22:52:56 +08:00 |
|
John
|
d8a7e36478
|
improve router feature for ghttp.Server
|
2020-03-04 17:29:23 +08:00 |
|
wenzi1
|
8971ad8445
|
Add tables method of MSSQL, Oracle and PgSQL
|
2020-03-02 23:41:33 +08:00 |
|
wenzi
|
270af8accb
|
Merge pull request #1 from gogf/master
update
|
2020-02-29 22:46:00 +08:00 |
|
John
|
b0ef63fc9d
|
improve bindArgsToQuery for surpport for pgsql/mssql/oracle for package gdb
|
2020-02-29 19:55:53 +08:00 |
|
John
|
6e1f8c3cfc
|
version updates
|
2020-02-29 08:54:18 +08:00 |
|
John
|
e58d7e8dda
|
add internal log for gi18n; improve unit testing case for ghttp.Server
|
2020-02-28 23:00:05 +08:00 |
|
John
|
3a3384cf06
|
Merge branch 'master' of https://github.com/gogf/gf
|
2020-02-27 17:09:44 +08:00 |
|
John
|
ef2a9f6fd1
|
fix issue in log paatern for ghttp.Server
|
2020-02-27 17:09:12 +08:00 |
|
John Guo
|
63f756f731
|
Merge pull request #514 from kevinlincg/master
fix typo in gpool_bench_test.go
|
2020-02-26 23:38:33 +08:00 |
|
John
|
bb1c27c36a
|
add more unit testing cases for glog
|
2020-02-26 23:26:24 +08:00 |
|
John
|
87cd0703c0
|
change internal log prefix from '[GF]' to '[INTE]'
|
2020-02-26 11:57:26 +08:00 |
|
John
|
6317d9de53
|
add ci for golang v1.14
|
2020-02-26 11:54:46 +08:00 |
|
John
|
7acf16fdba
|
add UploadFile feature for ghttp.Server
|
2020-02-26 01:01:28 +08:00 |
|
John
|
a52b454d3e
|
add UploadFile feature for ghttp.Server
|
2020-02-26 00:48:27 +08:00 |
|
John
|
816e075c52
|
add more unit testing cases for package garray
|
2020-02-25 23:19:37 +08:00 |
|
John
|
9882b361a8
|
add more unit testing cases for package gstr
|
2020-02-25 23:01:51 +08:00 |
|
John
|
4415dcf1c1
|
add HasPrefix/HasSuffix for package gstr
|
2020-02-25 21:03:07 +08:00 |
|
John
|
42fd583bfd
|
add more inernal logging points for core components
|
2020-02-24 21:09:19 +08:00 |
|
John
|
c70bc7c96a
|
improve pakage g/gins
|
2020-02-23 20:25:55 +08:00 |
|
John
|
02bd780a33
|
readme and donator update
|
2020-02-22 17:06:58 +08:00 |
|
John
|
24a2192ce2
|
README updates
|
2020-02-22 15:36:31 +08:00 |
|
John
|
d8ef8a1f5d
|
add gf.debug options and GF_DEBUG env control params for internal logging feature
|
2020-02-22 14:51:44 +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
|
13dba407a2
|
fix parameter issue in benchmark of internal/rwmutex
|
2020-02-21 13:15:40 +08:00 |
|