2198f0cefe
fix issue #2561 #2431 ( #2598 )
2023-04-27 11:35:46 +08:00
b69e0ff9f7
fix issue #2338 ( #2444 )
2023-02-14 09:45:29 +08:00
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
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
d37b75442d
feat: modify sql count value int64 ( #2266 )
2022-11-07 17:52:25 +08:00
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
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
1793bf0863
add golangci feature to guarantee codes quality ( #2229 )
2022-11-01 20:12:21 +08:00
141ca62c6d
feature/v2.2.0 ( #2154 )
2022-09-26 22:11:13 +08:00
3430cf1f17
improve data converting for package gdb, drivers/pgsql
2022-05-18 11:55:09 +08:00
6cf6414da2
improve package gdb
2022-05-10 16:31:56 +08:00
ee29b28575
improve clickhouse driver
2022-04-12 21:31:51 +08:00
372bae4799
fix issue in missing first result column when in select cache scenario
2022-03-31 15:42:12 +08:00
09ba1bf1fb
imrove context handling for package gdb
2022-03-24 17:51:49 +08:00
cc01629b57
improve hook and sharding feature for package gdb
2022-03-24 15:33:30 +08:00
dccfc1c8cd
add hook feature for model of package gdb
2022-03-14 23:47:55 +08:00
bbab9f3934
rename DoGetAll to DoSelect
2022-03-14 19:36:43 +08:00
d8d9996464
fix issue #1662
2022-03-11 10:24:42 +08:00
5ab959ba58
fix issue #1554
2022-02-16 00:26:06 +08:00
a15ec0d677
expose attributes of struct Result for package gdb
2022-01-21 17:43:00 +08:00
7e5301c845
expose insert option constants for package gdb
2022-01-21 17:31:48 +08:00
5760289d2a
Merge pull request #1574 from qinyuguang/gdb_ping
...
gdb Ping with context
2022-01-21 12:13:39 +08:00
3bbbe1db9c
change pointer receiver that implements interface MarshalJSON to struct receiver for all packages
2022-01-19 16:55:57 +08:00
ee1585fb24
gdb Ping with context
2022-01-17 15:58:31 +08:00
e5613e8690
improve function New for creating db by specified configuration node
2022-01-12 21:57:46 +08:00
0a7e4be4ef
improve DoCommit for package gdb
2022-01-01 15:47:17 +08:00
b79e4a3ab7
add interface function ConvertDataForRecord for gdb.DB
2021-12-23 22:00:28 +08:00
ce93b625d4
change errors wrapped by gerror.Wrap with error stack info for all packages
2021-12-21 22:59:14 +08:00
0b05c9e3e7
improve function gdb.Core.HasTable
2021-12-17 12:26:30 +08:00
b9d6ac26d1
rename cache function from func() (interface{}, error) to func(ctx context.Context) (value interface{}, err error) for package gcache; add cache for function Tables of gdb.Core; improve Where condition with prefix handling for package gdb
2021-12-17 11:46:05 +08:00
c6efb5ee3b
[feature] improve code range map
2021-11-16 17:21:13 +08:00
be03b3cdda
Improved import, by group improt.
2021-11-13 23:23:55 +08:00
c3a75f5568
logging content update for package gdb
2021-11-03 23:13:11 +08:00
8ef4f68215
add IgnoreEmptySliceWhere feature for package gdb; add OriginValueAndKind/OriginTypeAndKind functions for package internal/utils
2021-10-28 23:18:23 +08:00
f6c2206b88
improve logging content field name from selected/updated to rows
2021-10-25 19:50:52 +08:00
1bc0635f8b
version 2
2021-10-11 21:41:56 +08:00
dd4e08e88d
refract package gdb; add selected & affected count to logging
2021-09-29 20:39:02 +08:00
b7b4067973
fix issue in unit testing case of package internal/structs
2021-09-29 19:18:27 +08:00
02478371f2
fix issue missing org tag value retrieving when using struct in Fields for package gdb
2021-09-28 22:02:08 +08:00
df09d8c604
refract package ghttp/gredis/glog
2021-09-27 21:27:24 +08:00
006fb79967
improve package gjson; replace fmt.Errorf to gerror; improve examples for package gdb
2021-09-13 16:43:09 +08:00
f9eaa8f930
fix issue of nested transaction missing in function operations for package gdb
2021-08-25 22:31:59 +08:00
6be582355c
improve DB.Close for package gdb
2021-08-25 10:58:29 +08:00
29d50994ae
add function Close for DB for package gdb
2021-08-24 22:59:25 +08:00
abc8e62d58
add package gcode and improve error implements for package gerror
2021-08-24 21:18:59 +08:00
232751e3db
improve context key and caller path&func outputs for logger of package glog
2021-08-10 15:46:40 +08:00
dc407bf293
merge develop
2021-08-07 12:04:31 +08:00
9cd944fd77
improve time maintaining feature for package gdb
2021-08-07 11:01:15 +08:00
28cb0bef25
change logger of DB from glog.Logger to interface Logger
2021-08-03 20:34:26 +08:00
0ddacdd7e2
add error code for components
2021-07-20 23:02:02 +08:00