Commit Graph

145 Commits

Author SHA1 Message Date
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
John Guo
77a0f59cd3 add automatic adding OmitNil option for data and where filtering if given struct name is defined like 'xxxForDao' 2021-11-02 09:55:37 +08:00
John Guo
1188793f8f automatically add column prefix for where conditions 2021-10-29 16:57:56 +08:00
John Guo
6192d32501 add LeftJoinOnField/InnerJoinOnField/InnerJoinOnField/FieldsPrefix/FieldsExPrefix for package gdb 2021-10-29 15:12:31 +08:00
John Guo
a6a8d787e4 merge IgnoreEmptySliceWhere feature into OmitEmptyWhere 2021-10-29 10:50:14 +08:00
John Guo
8ef4f68215 add IgnoreEmptySliceWhere feature for package gdb; add OriginValueAndKind/OriginTypeAndKind functions for package internal/utils 2021-10-28 23:18:23 +08:00
John Guo
493f5dcff2 remove unused functions for package gdb 2021-10-27 15:41:15 +08:00
lindan.he
f901f19714 Parameters of type gdb.Raw do not require special treatment 2021-10-15 17:45:30 +08:00
John Guo
1bc0635f8b version 2 2021-10-11 21:41:56 +08:00
John Guo
02478371f2 fix issue missing org tag value retrieving when using struct in Fields for package gdb 2021-09-28 22:02:08 +08:00