John Guo
dfe088f5cd
refactor(util/gconv): add Converter
feature for more flexable and extensible type converting ( #4107 )
2025-03-06 23:04:26 +08:00
CyJaySong
80f57d1c24
fix(database/gdb): gdb.Counter
not work in OnDuplicate
( #4073 )
2024-12-26 18:18:35 +08:00
John Guo
f79aef6669
fix(database/gdb): fix context canceled error in transaction due to usage of TransTimeout
configuration ( #4037 )
2024-12-17 21:15:54 +08:00
John Guo
2066aa4803
feat(database/gdb): add transaction propagation&isolation level&readonly features ( #4013 )
2024-12-07 14:01:31 +08:00
John Guo
532e665841
fix(database/gdb): move Raw
parameter from args to sql statement before committed to db driver ( #3997 )
2024-12-03 15:24:49 +08:00
John Guo
2c916f8222
fix(database/gdb): issue where the Count/Value/Array
query logic was incompatible with the old version when users extended the returned result fields using the Select
Hook ( #3995 )
2024-12-01 23:47:51 +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
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
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
John Guo
8669512f42
feat: add metric feature support in goframe ( #3138 )
2024-03-24 21:18:30 +08:00
oldme
199737cd0f
fix: for
typo in comments for package contrib/drivers
and gdb
( #3366 )
2024-03-12 20:40:20 +08:00
oldme
509cc47d3f
enhance: add Save
operation support for pgsql #3053 ( #3324 )
2024-03-04 20:17:43 +08:00
John Guo
72014689e4
fix issue #2643 ( #3304 )
2024-02-06 10:21:44 +08:00
John Guo
85c5b7f19e
fix issue #2594 ( #3303 )
2024-02-05 20:40:03 +08:00
John Guo
8266a16b4e
fix issue #3286 ( #3289 )
2024-01-30 20:03:58 +08:00
John Guo
83f08b3135
fix issue in Join stements with prefix specified for package gdb ( #3151 )
2023-11-20 20:47:26 +08:00
Hunk Zhu
0b407c5e6d
fix "gf gen pb" api and ctrl not working well. ( #3076 )
2023-11-08 21:26:51 +08:00
John Guo
3ea61d084e
fix issue #3086 ( #3089 )
2023-10-26 10:04:21 +08:00
John Guo
b9e2b05f04
change interface ConvertDataForRecord
to ConvertValueForField
for package gdb ( #2916 )
2023-09-04 21:23:54 +08:00
John Guo
7c1be3eb63
improve data converting for DB.DoInsert/DoUpdate
( #2830 )
2023-08-07 21:03:56 +08:00
海亮
a4e7cc4700
fix: psgql tx unsupport LastInsertId ( #2815 )
2023-08-03 19:59:22 +08:00
John Guo
2198f0cefe
fix issue #2561 #2431 ( #2598 )
2023-04-27 11:35:46 +08:00
John Guo
b69e0ff9f7
fix issue #2338 ( #2444 )
2023-02-14 09:45:29 +08:00
John Guo
31e44062a8
revert from int64 to int for returning value of Count ( #2378 )
...
* revert from int64 to int for returning value of Count
* up
* up
* up
2022-12-30 16:54:43 +08:00
John Guo
91b94878d3
fix used schema not change in nested transaction when used different schemas ( #2279 )
...
* fix used schema not change in nested transaction between different schemas
* up
Co-authored-by: houseme <housemecn@gmail.com>
2022-11-10 09:55:08 +08:00
houseme
d37b75442d
feat: modify sql count value int64 ( #2266 )
2022-11-07 17:52:25 +08:00
John Guo
c4a5b8ca94
fix issue 1915 and repeated link instance key for package gdb ( #2250 )
...
* fix issue #1915
* fix issue in repeated link instance key
* add configuration item Namespace for package gdb
* up
* up
* fix: pgsql list table names (#2255 )
Co-authored-by: Gin <qinyuguang@gmail.com>
2022-11-03 20:22:36 +08:00
John Guo
ab79134309
add schema name in debug logging content; add master-slave ut case for package gdb ( #2249 )
...
* add schema name in debug logging content; add master-slave ut case for package gdb
* add schema name in debug logging content; add master-slave ut case for package gdb
2022-11-02 21:55:58 +08:00
houseme
1793bf0863
add golangci feature to guarantee codes quality ( #2229 )
2022-11-01 20:12:21 +08:00
John Guo
141ca62c6d
feature/v2.2.0 ( #2154 )
2022-09-26 22:11:13 +08:00
John Guo
3430cf1f17
improve data converting for package gdb, drivers/pgsql
2022-05-18 11:55:09 +08:00
John Guo
6cf6414da2
improve package gdb
2022-05-10 16:31:56 +08:00
John Guo
ee29b28575
improve clickhouse driver
2022-04-12 21:31:51 +08:00
John Guo
372bae4799
fix issue in missing first result column when in select cache scenario
2022-03-31 15:42:12 +08:00
John Guo
09ba1bf1fb
imrove context handling for package gdb
2022-03-24 17:51:49 +08:00
John Guo
cc01629b57
improve hook and sharding feature for package gdb
2022-03-24 15:33:30 +08:00
John Guo
dccfc1c8cd
add hook feature for model of package gdb
2022-03-14 23:47:55 +08:00
John Guo
bbab9f3934
rename DoGetAll to DoSelect
2022-03-14 19:36:43 +08:00
John Guo
d8d9996464
fix issue #1662
2022-03-11 10:24:42 +08:00
John Guo
5ab959ba58
fix issue #1554
2022-02-16 00:26:06 +08:00
John Guo
a15ec0d677
expose attributes of struct Result for package gdb
2022-01-21 17:43:00 +08:00
John Guo
7e5301c845
expose insert option constants for package gdb
2022-01-21 17:31:48 +08:00
John Guo
5760289d2a
Merge pull request #1574 from qinyuguang/gdb_ping
...
gdb Ping with context
2022-01-21 12:13:39 +08:00
John Guo
3bbbe1db9c
change pointer receiver that implements interface MarshalJSON to struct receiver for all packages
2022-01-19 16:55:57 +08:00
qinyuguang
ee1585fb24
gdb Ping with context
2022-01-17 15:58:31 +08:00
John Guo
e5613e8690
improve function New for creating db by specified configuration node
2022-01-12 21:57:46 +08:00
John Guo
0a7e4be4ef
improve DoCommit for package gdb
2022-01-01 15:47:17 +08:00
John Guo
b79e4a3ab7
add interface function ConvertDataForRecord for gdb.DB
2021-12-23 22:00:28 +08:00
John Guo
ce93b625d4
change errors wrapped by gerror.Wrap with error stack info for all packages
2021-12-21 22:59:14 +08:00
John Guo
0b05c9e3e7
improve function gdb.Core.HasTable
2021-12-17 12:26:30 +08:00