John Guo
07509e9847
go mod tidy
2022-05-19 10:49:09 +08:00
houseme
ab82599ee2
Feature/polaris feat: Add Polaris support ( #1797 )
2022-05-18 22:24:40 +08:00
John Guo
10e2b60ad9
workflow ci updates
2022-05-18 21:38:13 +08:00
John Guo
965476c7f4
workflow ci updates
2022-05-18 21:24:15 +08:00
HaiLaz
9536b33a6a
Fix/codecovci ( #1858 )
2022-05-18 21:18:49 +08:00
chenghonour
61271e4f7b
Replace the Swagger JS CDN source from jsdelivr to unpkg.com ( #1852 )
...
replace the CDN source from jsdelivr to unpkg.com
The jsdelivr cdn certificate expired in the mainland, causing the website to hang. To fix it, the solution is to replace the CDN source to unpkg.com
2022-05-18 20:34:59 +08:00
happyinsect
57941b6df9
Bug fix#1849 ( #1851 )
2022-05-18 20:19:40 +08:00
John Guo
1102de5a66
fix issue in missing mysql import for command gen dao
2022-05-18 20:02:53 +08:00
John Guo
6d33a73617
Merge branch 'master' of https://github.com/gogf/gf
2022-05-18 19:58:25 +08:00
John Guo
cdcb0cdc14
Merge branch 'develop'
2022-05-18 19:58:16 +08:00
John Guo
6176028176
improve package gmeta
2022-05-18 17:57:16 +08:00
John Guo
c871bb3a1e
improve package gcfg
2022-05-18 15:11:49 +08:00
John Guo
3430cf1f17
improve data converting for package gdb, drivers/pgsql
2022-05-18 11:55:09 +08:00
John Guo
4556dda038
improve data converting for package gdb, drivers/pgsql
2022-05-18 11:16:25 +08:00
John Guo
49042d480c
improve data converting for package gdb, drivers/pgsql
2022-05-18 11:05:05 +08:00
John Guo
b7295a1558
Merge pull request #1843 from wenzi1/feature/mssql
...
mssql unit test
2022-05-17 21:24:50 +08:00
John Guo
62d91438f2
version upgrade
2022-05-17 16:43:10 +08:00
John Guo
c4c3620c5f
improve enum handling for array property of goai schema
2022-05-17 11:15:29 +08:00
wenzi1
ec0cbab47e
Merge remote-tracking branch 'origin/master' into feature/mssql
2022-05-17 09:42:21 +08:00
wenzi1
8e3c66584d
add unit test
2022-05-16 22:58:53 +08:00
John Guo
84e75129a5
improve command gen service for cli
2022-05-16 20:07:30 +08:00
wenzi1
26d460241d
Null in field is error
2022-05-13 23:30:33 +08:00
wenzi1
ede54b392e
Merge branch 'master' of https://github.com/wenzi1/gf
2022-05-13 23:13:07 +08:00
wenzi1
d12542d78e
Merge remote-tracking branch 'origin/master'
2022-05-13 22:20:50 +08:00
John Guo
3a014dcb09
fix issue in UT of mysql sriver
2022-05-13 22:11:44 +08:00
wenzi
cb27f26e64
Merge branch 'gogf:master' into master
2022-05-13 22:00:49 +08:00
John Guo
a3ad294d6a
README updates for drivers
2022-05-13 21:54:24 +08:00
wenzi
cf57ea3ef0
Merge branch 'gogf:master' into master
2022-05-13 21:51:08 +08:00
John Guo
94dd590fc4
Merge branch 'develop'
2022-05-13 21:48:11 +08:00
wenzi1
27836feb47
delete comment
2022-05-13 21:45:19 +08:00
wenzi
96e48e1de6
Merge branch 'master' into feature/mssql
2022-05-13 21:07:34 +08:00
John Guo
d5c06664b5
fix issue #1798
2022-05-13 21:04:08 +08:00
John Guo
e4edbe25b2
Merge pull request #1823 from huangqian1985/master
...
add gClient ExampleNew function
2022-05-13 20:24:19 +08:00
John Guo
31bc30bb27
Merge pull request #1806 from happyinsect/master
...
add support for .properties configuration file
2022-05-13 20:01:29 +08:00
John Guo
a2905977ec
improve package gcmd, adding CaseSensitive option for options parsing, default is CaseInsensitive
2022-05-13 15:24:10 +08:00
John Guo
b63e01adf6
add internal log content for package gcmd
2022-05-13 14:48:22 +08:00
John Guo
2680666f52
improve gstr.WordWrap
2022-05-13 14:18:51 +08:00
huangqian
f82f53f5f6
modify ExampleNew_MultiConn_Recommend function
2022-05-13 11:58:46 +08:00
huangqian
e27ca17b0e
exec CI
2022-05-13 06:47:48 +08:00
huangqian
066b1026a2
Merge branch 'master' of https://github.com/gogf/gf
2022-05-12 23:46:31 +08:00
huangqian
c7cf72e7bc
fix gClien Close()
2022-05-12 23:22:30 +08:00
unknown
0e2a0075ef
Use gconv.String instead of cast.ToString.
2022-05-12 22:59:08 +08:00
John Guo
6dccaf802c
CI updates
2022-05-12 22:45:57 +08:00
John Guo
de5224689a
CI updates
2022-05-12 22:26:57 +08:00
John Guo
f9ec01c647
CI workflow updates
2022-05-12 21:57:02 +08:00
unknown
4902eb73b7
gfmt file
2022-05-12 21:31:54 +08:00
unknown
513c8605fb
update go.mod and go.sum
2022-05-12 21:11:06 +08:00
unknown
84148bbbb0
Merge https://github.com/gogf/gf
2022-05-12 20:57:11 +08:00
huangqian
c2e91edca8
Merge branch 'master' of https://github.com/gogf/gf
2022-05-12 20:17:08 +08:00
huangqian
17fc1ce174
Call ReadAll() function in Close() of gClient
2022-05-12 20:08:24 +08:00