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 |
|
oldme
|
4feda4c395
|
enhance: do not ignore error from gdb.FormatMultiLineSqlToSingle func (#3368)
|
2024-03-13 19:22:17 +08:00 |
|
oldme
|
290f4a3e65
|
fix: recognize json_valid constraint as json field type for database mariadb #2746 (#3309)
|
2024-03-06 19:07:31 +08:00 |
|
oldme
|
51326f3d02
|
fix #3245 (#3298)
|
2024-02-06 11:47:25 +08:00 |
|
John Guo
|
85c5b7f19e
|
fix issue #2594 (#3303)
|
2024-02-05 20:40:03 +08:00 |
|
John Guo
|
645c5ff5b5
|
fix issue #3218 #3204 (#3220)
|
2023-12-19 21:58:12 +08:00 |
|
John Guo
|
44819b135e
|
fix issue #3204 (#3212)
|
2023-12-18 20:19:18 +08:00 |
|
John Guo
|
9aa872e705
|
improve map converting feature using MapOption for package gconv (#3170)
|
2023-11-23 18:59:04 +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 |
|
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
|
740dfa58a6
|
add sharding feature on Model for package gdb (#2732)
|
2023-07-04 14:42:41 +08:00 |
|
Zwei
|
70d0d20750
|
fix issue in converting value to nil when calling IsNil return ture for gdb.Core (#2720)
|
2023-06-28 22:06:51 +08:00 |
|
John Guo
|
22696566d6
|
add type mapping feature for command gf gen dao (#2722)
|
2023-06-28 10:06:33 +08:00 |
|
oldme
|
842e5a6774
|
fix gdb_fun.go code comments (#2687)
|
2023-06-12 19:52:38 +08:00 |
|
John Guo
|
835b252b5d
|
fix issue in Where when used in field with prefix that not match struct attribute name (#2688)
|
2023-06-06 20:40:32 +08:00 |
|
cui fliter
|
a9090e4a72
|
fix some comments (#2600)
Signed-off-by: cui fliter <imcusg@gmail.com>
|
2023-04-26 19:34:22 +08:00 |
|
John Guo
|
117fc6eda2
|
fix issue #2339 (#2433)
|
2023-02-08 19:08:10 +08:00 |
|
Gin
|
28b8efe00c
|
fix issue 2403 (#2404)
|
2023-01-18 10:17:16 +08:00 |
|
houseme
|
1793bf0863
|
add golangci feature to guarantee codes quality (#2229)
|
2022-11-01 20:12:21 +08:00 |
|
John Guo
|
c6a02b850d
|
fix issue #1934 (#2193)
|
2022-10-13 19:13:10 +08:00 |
|
John Guo
|
141ca62c6d
|
feature/v2.2.0 (#2154)
|
2022-09-26 22:11:13 +08:00 |
|
John Guo
|
863bea1ad1
|
improve field type check from db to golang (#2023)
|
2022-07-22 16:44:24 +08:00 |
|
John Guo
|
6cf6414da2
|
improve package gdb
|
2022-05-10 16:31:56 +08:00 |
|
John Guo
|
3db97ba0dd
|
fix issue #1714, #1727
|
2022-05-09 20:42:41 +08:00 |
|
John Guo
|
e81d6a859b
|
Merge pull request #1729 from WesleyWu/fix#1714
fix timezone bug when persisting *gtime.Time to db #1714
|
2022-05-09 20:28:00 +08:00 |
|
John Guo
|
68e75c589b
|
add WhereBuilder feature for package gdb
|
2022-04-30 15:53:56 +08:00 |
|
wumengye
|
1a271ce627
|
fix timezone bug when persisting *gtime.Time to db #1714
|
2022-04-03 16:00:19 +08:00 |
|
John Guo
|
21f48d3750
|
improve Unique function performance for normal arrays
|
2022-03-30 14:32:16 +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
|
d8d9996464
|
fix issue #1662
|
2022-03-11 10:24:42 +08:00 |
|
John Guo
|
17d7c92b9d
|
fix issue #1217
|
2022-02-17 22:42:33 +08:00 |
|
John Guo
|
7e5301c845
|
expose insert option constants for package gdb
|
2022-01-21 17:31:48 +08:00 |
|
John Guo
|
9345eb5e94
|
dto -> do for package gdb
|
2022-01-17 21:10:58 +08:00 |
|
John Guo
|
0a7e4be4ef
|
improve DoCommit for package gdb
|
2022-01-01 15:47:17 +08:00 |
|
John Guo
|
3932e0b15f
|
add OmitEmpty support for WhereIn
|
2021-12-28 17:15:01 +08:00 |
|
John Guo
|
b79e4a3ab7
|
add interface function ConvertDataForRecord for gdb.DB
|
2021-12-23 22:00:28 +08:00 |
|
John Guo
|
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 |
|
John Guo
|
19c9f0a488
|
add DTO feature for package gdb
|
2021-12-15 00:01:59 +08:00 |
|
fanwei
|
1725d247ae
|
order by null is not escaped
|
2021-11-26 10:38:50 +08:00 |
|
John Guo
|
7b22355abb
|
expose package internal/structs as os/gstructs; add package gtag for custom tag storage feature
|
2021-11-24 16:17:50 +08:00 |
|
John Guo
|
f2ef7454c2
|
improve prefix feature for package gdb
|
2021-11-17 21:29:46 +08:00 |
|
houseme
|
c6efb5ee3b
|
[feature] improve code range map
|
2021-11-16 17:21:13 +08:00 |
|
John Guo
|
634cacd435
|
merge develop
|
2021-11-15 19:15:58 +08:00 |
|
John Guo
|
f99b037c60
|
improve field filtering for list type parameters of function Data for ForDao models
|
2021-11-15 17:06:04 +08:00 |
|
houseme
|
be03b3cdda
|
Improved import, by group improt.
|
2021-11-13 23:23:55 +08:00 |
|
danvinhe
|
35a786d765
|
Update gdb_func.go
|
2021-11-03 15:05:25 +08:00 |
|
danvinhe
|
12fe41e34d
|
Merge branch 'master' into bugfix/i1435
|
2021-11-03 15:04:22 +08:00 |
|