wwwfeng
|
c18339b1a9
|
feat(contrib/drivers/pgsql): add InsertIgnore support (#3855)
|
2024-10-16 07:32:33 +08:00 |
|
houseme
|
4b5f637651
|
feat(trace): add trace for Custom trace client and provider (#3847)
|
2024-10-14 21:30:27 +08:00 |
|
John Guo
|
ae3ae8b177
|
test(cmd/gf): add unit testing case generating dao/do/entity files for sqlite in command gen dao (#3808)
|
2024-10-08 22:06:07 +08:00 |
|
John Guo
|
91884e7c93
|
fix(database/gdb): remove support of Array/Value/Count operations for result that has multiple record fields (#3839)
|
2024-10-08 20:42:06 +08:00 |
|
oldme
|
d4fa2c82bf
|
feat(contrib/rpc/grpcx): use grpc.NewClient instead of grpc.Dial (#3684)
|
2024-09-30 20:41:14 +08:00 |
|
houseme
|
38622f966f
|
refactor(contrib/trace/jaeger): remove trace jaeger, please use the OpenTelemetry SDKs(otlphttp&otlpgrpc) (#3825)
|
2024-09-29 20:31:16 +08:00 |
|
dependabot[bot]
|
499f755d3a
|
build(deps): bump google.golang.org/grpc from 1.51.0 to 1.56.3 in /contrib/config/polaris (#3831)
|
2024-09-29 17:06:02 +08:00 |
|
dependabot[bot]
|
3f1439ac4c
|
build(deps): bump google.golang.org/grpc from 1.51.0 to 1.56.3 in /contrib/registry/polaris (#3828)
|
2024-09-29 15:48:28 +08:00 |
|
houseme
|
0ca2ed5979
|
chore(contrib/config/polaris): upgrade dependent polaris library version to v1.5.8 and go version to v1.21 (#3827)
|
2024-09-29 11:08:07 +08:00 |
|
houseme
|
ee5284a1b2
|
chore(contrib/registry/polaris): upgrade dependent polaris library version to v1.5.8 and go version v1.21 (#3826)
|
2024-09-29 10:59:48 +08:00 |
|
Krane
|
8e7f1180c4
|
fix(contrib/drivers/mssql): fix mssql paging sql generate statement error (#3782)
|
2024-09-29 10:18:34 +08:00 |
|
houseme
|
ab3fbddfc7
|
build(go.mod): upgrade minimum required go version from 1.18 to 1.20 (#3688)
|
2024-09-28 20:58:04 +08:00 |
|
John Guo
|
9589384b36
|
refactor(encoding/gjson): change data parameter from type any to []byte (#3542)
|
2024-09-28 18:10:00 +08:00 |
|
Lance Add
|
66ee52c96a
|
fix(database/gdb): invalid order by statement generated when multiple order inputs (#3803)
|
2024-09-28 12:06:22 +08:00 |
|
oldme
|
8708dc7940
|
test(drivers/mysql): loose unit testing for transaction (#3819)
|
2024-09-28 11:19:14 +08:00 |
|
John Guo
|
79451e4624
|
fix(net/ghttp&gclient,contrib/rpc/grpcx): remove request and response contents in opentelemetry tracing attributes (#3810)
|
2024-09-26 09:50:07 +08:00 |
|
John Guo
|
a716c6bfab
|
feat: new version v2.7.4 (#3809)
|
2024-09-25 19:53:23 +08:00 |
|
John Guo
|
3f2b1cb329
|
feat(database/gdb): add year field type support for ORM operations (#3805)
|
2024-09-25 16:33:52 +08:00 |
|
fsl
|
a1ce97ec9b
|
feat(contrib/registry/etcd/): add DialTimeout and AutoSyncInterval option (#3698)
|
2024-09-24 17:01:10 +08:00 |
|
oldme
|
c13004e230
|
fix(database/gdb): support OrderRandom feature in different databases (#3794)
|
2024-09-24 11:58:34 +08:00 |
|
John Guo
|
4ee5bf5c45
|
fix(database/gdb): #3754 FieldsEx feature conflicts with soft time feature in soft time fields updating (#3773)
|
2024-09-13 16:50:38 +08:00 |
|
CyJaySong
|
bb9a3b83eb
|
feat(database/gdb): add time field type for value converting for/from field (#3712)
|
2024-09-10 17:51:22 +08:00 |
|
John Guo
|
baea1c7a7a
|
feat: version v2.7.3 (#3763)
|
2024-09-09 16:39:02 +08:00 |
|
oldme
|
803cb5a0bc
|
fix(contrib/drivers/pgsql): fix insert error when data struct field has nil in PgSQL (#3679)
|
2024-09-09 16:16:20 +08:00 |
|
Haowen_G
|
467a5c1093
|
fix(contrib/drivers/pgsql): #3671 fix invalid pgsql insert json type (#3742)
|
2024-09-09 14:32:14 +08:00 |
|
Jack Ling
|
26d2a98fb1
|
refactor(nacos-registry): use official nacos sdk instead of the third-party nacos sdk (#3745)
|
2024-09-09 14:27:21 +08:00 |
|
CyJaySong
|
6e5ce98d23
|
fix(database/gdb): fix #3649 when constructing query param, gdb.Row value not directly write to Buffer (#3718)
|
2024-08-14 21:16:17 +08:00 |
|
Zwei
|
a6c361dcf7
|
fix(os/gtime): fix gtime.Value() when time only, add time only example (#3714)
|
2024-08-14 21:00:39 +08:00 |
|
Luoyy
|
dc8bb809a8
|
fix(contrib/registry/file/v2): fix the panic caused by channel closing after resolver closed (#3691)
|
2024-08-14 20:44:05 +08:00 |
|
程锦
|
9143b26182
|
fix(contrib/nosql/redis): missing err nil check in function ScriptExists (#3713)
|
2024-07-29 20:32:59 +08:00 |
|
fsl
|
cd2d51ea30
|
build: bump google.golang.org/protobuf to v1.33.0 (#3697)
|
2024-07-24 19:27:28 +08:00 |
|
John Guo
|
b11caba5b0
|
version v2.7.2 (#3663)
|
2024-06-26 10:08:04 +08:00 |
|
oldme
|
4abb32e11b
|
contrib/drivers/pgsql: support slice type to insert into array for pgsql (#3645)
|
2024-06-18 19:36:07 +08:00 |
|
jswxstw
|
2ccbb02c71
|
fix: #3613 ignore automatic handling for creating/updating time if it has been specified (#3615)
|
2024-06-12 21:41:44 +08:00 |
|
Insua
|
d5825ab51c
|
drivers/pgsql:pgsql returning id should use quotation marks,when primary key is capital (#3638)
|
2024-06-12 21:22:39 +08:00 |
|
oldme
|
f8175e7113
|
drivers/mssql: change driver from github.com/denisenkom/go-mssqldb to github.com/microsoft/go-mssqldb (#3612)
|
2024-05-30 20:58:51 +08:00 |
|
海亮
|
457f7abcf5
|
contrib/drivers: add README.zh_CN.MD (#3604)
|
2024-05-27 21:02:02 +08:00 |
|
PickMeUp
|
b675d01418
|
database/gdb: add unscoped tag support for orm struct (#3464)
|
2024-05-22 21:52:21 +08:00 |
|
wln32
|
17385eeaef
|
database/gdb: fix confusing error message in Insert/Update operations when table not exist or the table contains no fields (#3553)
|
2024-05-22 21:26:53 +08:00 |
|
John Guo
|
23df83cb0b
|
database/gdb: fix deadlock when orm operations perform in cache function from gcache (#3585)
|
2024-05-22 21:14:43 +08:00 |
|
cruel
|
1e8f4287af
|
contrib/registry/zookeeper: fix invalid searching prefix (#3598)
|
2024-05-22 21:12:21 +08:00 |
|
jackyin
|
15b60462a2
|
driver/pgsql: optimize regex for version matching (#3583)
|
2024-05-21 21:51:43 +08:00 |
|
John Guo
|
cf37731d5f
|
version: v2.7.1 (#3573)
|
2024-05-14 21:20:22 +08:00 |
|
jswxstw
|
8e075fba53
|
contrib/sdk/httpclient: add custom response handler support, fixe #3539 (#3540)
|
2024-04-29 20:37:25 +08:00 |
|
John Guo
|
cc98e5759c
|
fix: #3200 empty content in glog handler after structure logging feature supported (#3475)
|
2024-04-25 19:13:50 +08:00 |
|
findnature
|
f48ca959f7
|
chore: fix function names in comment (#3536)
|
2024-04-24 19:14:42 +08:00 |
|
oldme
|
646ed5ea14
|
enhance: upgrade version of dependencies (#3526)
|
2024-04-22 19:59:59 +08:00 |
|
writegr
|
fa4f31f3dd
|
chore: fix function names in comments for package otelmetric (#3493)
|
2024-04-18 20:04:23 +08:00 |
|
John Guo
|
bbcf49db98
|
fix: #3238 first column might be overwritten in interal context data in multiple goroutines querying (#3476)
|
2024-04-16 19:31:06 +08:00 |
|
海亮
|
2ee0c2bdac
|
fix: sqlitecgo to support 32-bit architecture (#3480)
|
2024-04-15 10:03:49 +08:00 |
|