|
|
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 |
|
|
|
f8272bc5f4
|
database/gdb: remove duplicated SQL records in tracing events (#3659)
|
2024-06-25 21:11:36 +08:00 |
|
|
|
2ccbb02c71
|
fix: #3613 ignore automatic handling for creating/updating time if it has been specified (#3615)
|
2024-06-12 21:41:44 +08:00 |
|
|
|
753965b9a9
|
example: password encrypt-decrypt for database using custom implement driver (#3610)
|
2024-06-04 22:04:36 +08:00 |
|
|
|
b675d01418
|
database/gdb: add unscoped tag support for orm struct (#3464)
|
2024-05-22 21:52:21 +08:00 |
|
|
|
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 |
|
|
|
23df83cb0b
|
database/gdb: fix deadlock when orm operations perform in cache function from gcache (#3585)
|
2024-05-22 21:14:43 +08:00 |
|
|
|
9aa426a105
|
database/gdb/gdb_model_soft_time: fix soft-time support fieldType:LocalTypeUint64 in Insert/Update perations (#3551)
|
2024-04-29 19:00:51 +08:00 |
|
|
|
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 |
|
|
|
4c6b146627
|
feat: add Scan method for incremental key retrieval in gredis (#3451)
|
2024-04-11 15:37:22 +08:00 |
|
|
|
db5eed17b1
|
fix: invalid cache key using pointer address of variable for soft time fields (#3448)
|
2024-04-02 20:10:16 +08:00 |
|
|
|
00ba053ce6
|
enhance: use in-memory cache for soft field name and type (#3420)
|
2024-04-01 19:22:23 +08:00 |
|
|
|
8669512f42
|
feat: add metric feature support in goframe (#3138)
|
2024-03-24 21:18:30 +08:00 |
|
|
|
409041b965
|
enhance: support save for Oracle (#3364)
|
2024-03-13 20:11:45 +08:00 |
|
|
|
4feda4c395
|
enhance: do not ignore error from gdb.FormatMultiLineSqlToSingle func (#3368)
|
2024-03-13 19:22:17 +08:00 |
|
|
|
199737cd0f
|
fix: for typo in comments for package contrib/drivers and gdb (#3366)
|
2024-03-12 20:40:20 +08:00 |
|
|
|
607f079b23
|
fix: cache value assertion panic if the cache adapter is not in-memory for soft time feature of package gdb; improve converting performance for gconv.Scan (#3351)
|
2024-03-07 11:36:42 +08:00 |
|
|
|
9b48da459e
|
enhance: add sentinel auth config for redis (#3348)
|
2024-03-06 19:27:52 +08:00 |
|
|
|
290f4a3e65
|
fix: recognize json_valid constraint as json field type for database mariadb #2746 (#3309)
|
2024-03-06 19:07:31 +08:00 |
|
|
|
509cc47d3f
|
enhance: add Save operation support for pgsql #3053 (#3324)
|
2024-03-04 20:17:43 +08:00 |
|
|
|
51326f3d02
|
fix #3245 (#3298)
|
2024-02-06 11:47:25 +08:00 |
|
|
|
e1fa99013a
|
use iota to unify the enums definition (#3305)
|
2024-02-06 11:44:29 +08:00 |
|
|
|
72014689e4
|
fix issue #2643 (#3304)
|
2024-02-06 10:21:44 +08:00 |
|
|
|
2acdf4bb47
|
add field type detection for soft time field like created_at/updated_at/deleted_at to support unix timestamp or bool deleting table field (#3293)
|
2024-02-06 10:21:23 +08:00 |
|
|
|
85c5b7f19e
|
fix issue #2594 (#3303)
|
2024-02-05 20:40:03 +08:00 |
|
|
|
14568562e3
|
fix issue #2552 (#3300)
|
2024-02-05 10:29:43 +08:00 |
|
|
|
8266a16b4e
|
fix issue #3286 (#3289)
|
2024-01-30 20:03:58 +08:00 |
|
|
|
63bdf41d40
|
fix #3191 (#3194)
|
2023-12-28 20:18:29 +08:00 |
|
|
|
645c5ff5b5
|
fix issue #3218 #3204 (#3220)
|
2023-12-19 21:58:12 +08:00 |
|
|
|
44819b135e
|
fix issue #3204 (#3212)
|
2023-12-18 20:19:18 +08:00 |
|
|
|
9aa872e705
|
improve map converting feature using MapOption for package gconv (#3170)
|
2023-11-23 18:59:04 +08:00 |
|
|
|
83f08b3135
|
fix issue in Join stements with prefix specified for package gdb (#3151)
|
2023-11-20 20:47:26 +08:00 |
|
|
|
85acd3d31d
|
Fix the bug that ScanAndCount and AllAndCount report errors in sqlserver (#3155)
|
2023-11-16 20:15:48 +08:00 |
|
|
|
4d7f9552fe
|
fix: gdb unsupport aliyun hologres link (#3150)
|
2023-11-13 22:05:53 +08:00 |
|
|
|
0b407c5e6d
|
fix "gf gen pb" api and ctrl not working well. (#3076)
|
2023-11-08 21:26:51 +08:00 |
|
|
|
ab5ab4c675
|
Add the Protocol attribute to the Redis configuration (#3109)
|
2023-10-30 20:11:23 +08:00 |
|
|
|
3ea61d084e
|
fix issue #3086 (#3089)
|
2023-10-26 10:04:21 +08:00 |
|
|
|
8c309ac9fe
|
fix issue #2907 (#3005)
|
2023-10-11 21:34:17 +08:00 |
|
|
|
00e83fed3f
|
add function Partition for Model of package gdb (#2989)
|
2023-10-08 09:49:21 +08:00 |
|
|
|
6cddfdb313
|
improve join feature for package gdb (#2929)
|
2023-09-05 19:29:28 +08:00 |
|
|
|
912316d765
|
add cluster mode and tls configuration support for package gredis (#2936)
|
2023-09-05 19:23:17 +08:00 |
|
|
|
b9e2b05f04
|
change interface ConvertDataForRecord to ConvertValueForField for package gdb (#2916)
|
2023-09-04 21:23:54 +08:00 |
|
|
|
887803e495
|
add structure logging handler for package glog (#2919)
|
2023-09-04 21:23:46 +08:00 |
|
|
|
000c7a92ed
|
ORM add function: LeftJoinOnFields,RightJoinOnFields,InnerJoinOnFields (#2921)
|
2023-09-04 20:33:53 +08:00 |
|
|
|
e60262fec9
|
docs: fix code comment err in Model Join case (#2884)
|
2023-09-04 20:05:52 +08:00 |
|
|
|
ac3481ed43
|
it returns error when Scan to a none empty slice with empty Result for package gdb (#2858)
|
2023-08-17 20:29:06 +08:00 |
|
|
|
ea6a773d60
|
fix: marked gcode.CodeInternalPanic for panic (#2860)
|
2023-08-14 09:53:13 +08:00 |
|
|
|
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 |
|
|
|
83fa3593b1
|
fix: orm generate sql wrong, issues #2782 (#2787)
|
2023-07-25 20:13:17 +08:00 |
|