Commit Graph

751 Commits

Author SHA1 Message Date
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
wlqe
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
Hunk Zhu
0b407c5e6d
fix "gf gen pb" api and ctrl not working well. (#3076) 2023-11-08 21:26:51 +08:00
Xiaodong Liu
ab5ab4c675
Add the Protocol attribute to the Redis configuration (#3109) 2023-10-30 20:11:23 +08:00
John Guo
3ea61d084e
fix issue #3086 (#3089) 2023-10-26 10:04:21 +08:00
John Guo
8c309ac9fe
fix issue #2907 (#3005) 2023-10-11 21:34:17 +08:00
aries
00e83fed3f
add function Partition for Model of package gdb (#2989) 2023-10-08 09:49:21 +08:00
John Guo
6cddfdb313
improve join feature for package gdb (#2929) 2023-09-05 19:29:28 +08:00
Hunk
912316d765
add cluster mode and tls configuration support for package gredis (#2936) 2023-09-05 19:23:17 +08:00
John Guo
b9e2b05f04
change interface ConvertDataForRecord to ConvertValueForField for package gdb (#2916) 2023-09-04 21:23:54 +08:00
John Guo
887803e495
add structure logging handler for package glog (#2919) 2023-09-04 21:23:46 +08:00
oldme
000c7a92ed
ORM add function: LeftJoinOnFields,RightJoinOnFields,InnerJoinOnFields (#2921) 2023-09-04 20:33:53 +08:00
BugKillerPro
e60262fec9
docs: fix code comment err in Model Join case (#2884) 2023-09-04 20:05:52 +08:00
John Guo
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
Lonely
ea6a773d60
fix: marked gcode.CodeInternalPanic for panic (#2860) 2023-08-14 09:53:13 +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
Agzer0
83fa3593b1
fix: orm generate sql wrong, issues #2782 (#2787) 2023-07-25 20:13:17 +08:00
John Guo
a2fec50500
remove sharding feature from gdb.Model (#2758) 2023-07-13 21:15:53 +08:00
wanov
39810a520c
add redis-config Auth Username (#2684) 2023-07-06 20:58:31 +08:00
John Guo
740dfa58a6
add sharding feature on Model for package gdb (#2732) 2023-07-04 14:42:41 +08:00
John Guo
9620b15ea1
fix length check issue (#2725) 2023-07-04 09:49:09 +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
John Guo
d6433de4a6
add command gen ctrl for parsing api to generate controller and sdk go files (#2708) 2023-06-15 14:16:10 +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
咸鱼老罗
00190abad8
add method ScanAndCount and AllAndCount for Model package gdb (#2635) 2023-06-01 21:33:40 +08:00
John Guo
aa8eabd853
fix issue #2439 (#2673) 2023-05-30 11:59:00 +08:00
HaiLaz
e075432c40
comment update for package contrib/drivers/mysql (#2649) 2023-05-25 22:00:57 +08:00
John Guo
dc0467e934
add WhereOrNot/WhereOrPrefixNot functions for gdb.Model (#2661) 2023-05-23 17:35:47 +08:00
John Guo
04c70f2037
fix empty string converted to none empty string type slice (#2612) 2023-04-28 14:55:37 +08:00
John Guo
2198f0cefe
fix issue #2561 #2431 (#2598) 2023-04-27 11:35:46 +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
忆灬凝
67e6772d88
comment updates for gdb.Builder (#2513) 2023-03-28 09:23:08 +08:00
Wesley Wu
e721124b6c
support microseconds resolution for created_at/updated_at/deleted_at (#2512) 2023-03-20 09:57:37 +08:00
HaiLaz
34946f6105
fix configuration of Namespace for pgsql (#2481) 2023-03-01 19:30:40 +08:00
Gin
15d88c269d
fix: gredis maxActive config and duplicate connection bug (#2479) 2023-02-27 22:08:37 +08:00
John Guo
ac6b0c0980
fix issue #2427 (#2442) 2023-02-15 09:45:40 +08:00
John Guo
b69e0ff9f7
fix issue #2338 (#2444) 2023-02-14 09:45:29 +08:00
glennliao
0361f9f7de
fix #2435 (#2437) 2023-02-13 19:18:30 +08:00
Wesley Wu
005668aca8
gdb error should wrap original underlying database error like MySQLError (#2402) 2023-02-08 19:38:11 +08:00
靳灿奇
8ecfa91e5d
comment updates for with function of package gdb (#2418) 2023-02-08 19:10:03 +08:00
John Guo
117fc6eda2
fix issue #2339 (#2433) 2023-02-08 19:08:10 +08:00
John Guo
4a6630138d
fix issue 2356 (#2428) 2023-02-08 14:17:00 +08:00
Gin
28b8efe00c
fix issue 2403 (#2404) 2023-01-18 10:17:16 +08:00
John Guo
6ff4ed84e5
version v2.3.0 (#2392)
* v2.3.0

* up

* up

* up
2023-01-11 19:19:41 +08:00