zzZZzzz888
4835e4fe51
fix: coredump: goctl model mysql ddl --src user_base.sql --dir . area… ( #3777 )
...
Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
2023-12-12 16:09:15 +00:00
guangwu
05020a92e8
fix: primary key unique key simultaneously exist cacheIdPrefix duplicate ( #3763 )
...
Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
2023-12-11 23:13:35 +08:00
POABOB
a1bbac3c6c
fix: prevent a crash if there is a unique key constraint with a nil field. ( #3770 )
2023-12-11 13:29:05 +00:00
Kevin Wan
22c98beb24
feat: add dbtest to facility db test ( #3768 )
2023-12-09 22:52:06 +08:00
null
5630bce286
Fix incorrect description in documentation ( #3745 )
2023-11-28 06:58:08 +00:00
MarkJoyMa
c71b753c78
fix: goctl FindOne error ( #3731 )
2023-11-21 03:52:51 +00:00
kesonan
72dd2736f5
change command-line arg 'table' from string to slice type ( #3707 )
2023-11-13 11:46:17 +00:00
MarkJoyMa
00db97fcc1
feat: model add withSession ( #3658 )
2023-10-23 04:43:05 +00:00
cary
81ae7d36b5
Support for adding ignore_columns parameters to the goctl model pg ( #3427 )
2023-10-20 08:58:18 +00:00
kesonan
d84dfe1b20
fix: goctl unit test ( #3636 )
2023-10-17 11:15:32 +00:00
POABOB
33f6d7ebb8
fix: goctl pg gen will extract all fields when the same table name exists in different schemas ( #3496 ) ( #3517 )
2023-09-04 20:48:26 +08:00
guangwu
e8c1e6e09b
fix: log format error ( #3409 )
2023-07-11 05:28:53 +00:00
Kevin Wan
2a33b74b35
chore: coding style ( #3362 )
2023-06-17 22:59:00 +08:00
anqiansong
45bb547a81
(goctl)fix: #3328 ( #3348 )
...
Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
2023-06-17 13:23:57 +00:00
anqiansong
3ca40001b4
feat(goctl): Add with session for model tpl ( #3272 )
2023-05-24 07:34:26 +00:00
guangwu
63368d8b0c
io/ioutil deprecated ( #3217 )
2023-05-06 09:50:54 +00:00
Kevin Wan
f77e2c9cfa
chore: add more tests ( #3014 )
2023-03-11 14:57:56 +08:00
taobig
37cb00d789
Export cache.Option param to NewXXXModel() ( #2995 )
2023-03-09 13:34:58 +00:00
qiying.wang
148afcf1a7
chore: remove redundant prefix of "error: " in error creation
2023-03-02 12:46:19 +00:00
strong
0fe84b225c
fix(goctl): unsupported database type: bpchar ( #2840 )
2023-02-21 19:40:29 +08:00
Kevin Wan
eab904af64
chore: update goctl interface{} to any ( #2819 )
...
* chore: update goctl interface{} to any
* chore: update goctl interface{} to any
2023-01-24 17:51:03 +08:00
Kevin Wan
ae87114282
chore: change interface{} to any ( #2818 )
...
* chore: change interface{} to any
* chore: update goctl version to 1.5.0
* chore: update goctl deps
2023-01-24 16:32:02 +08:00
chowyu12
ce1c02f4f9
Feat: ignorecolums add sort ( #2648 )
...
* add go-grpc_opt and go_opt for grpc new command
* feat: remove log when disable log
* feat: add sort
Co-authored-by: zhouyy <zhouyy@ickey.cn>
2022-12-28 14:53:22 +08:00
骑着毛驴背单词
81831b60a9
fix(change model template file type): All model template variables ar… ( #2573 )
...
* fix(change model template file type): All model template variables are stored in tpl format files with the same name as the template generated using the template init command
* fix(change model template file type): All model template variables are stored in tpl format files with the same name as the template generated using the template init command
Co-authored-by: qilvge <qilvge@.qilvge.com>
Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
2022-11-10 13:38:35 +08:00
王哈哈
dac3600b53
Modify comment syntax error ( #2572 )
2022-11-04 21:55:17 +08:00
anqiansong
9504d30049
fix(goctl): fix redundant import ( #2551 )
2022-10-25 06:58:51 +08:00
anqiansong
7c9ef3ca67
fix(goctl): Fix issues ( #2543 )
...
* fix #2541
* fix #2432
* Fix review comment
* foramt code
* foramt code
2022-10-22 21:01:15 +08:00
chen quan
4f6a900fd4
fix(goctl): fix the unit test bug of goctl ( #2458 )
2022-09-27 23:52:05 +08:00
jesse.tang
1b344a8851
cleanup: deprecated field and func ( #2416 )
...
* cleanup: deprecated field and func
* fmt import order
2022-09-20 22:13:34 +08:00
anqiansong
2cde970c9e
feat(goctl):Add ignore-columns flag ( #2407 )
...
* fix #2074,#2100
* format code
* fix #2397
* format code
* Support comma spliter
* format code
2022-09-19 11:49:39 +08:00
Kevin Wan
d935c83a54
feat: support baggage propagation in httpc ( #2375 )
...
* feat: support baggage propagation in httpc
* chore: use go 1.16
* chore: use go 1.16
* chore: use go ^1.16
* chore: remove deprecated
2022-09-10 15:18:52 +08:00
anqiansong
f70805ee60
Add strict flag ( #2248 )
...
Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
2022-08-28 18:55:52 +08:00
yiGmMk
fb6d7e2fd2
fix #2301,package conflict generated by ddl ( #2307 )
...
Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
2022-08-27 21:56:39 +08:00
fyyang
62abac0b7e
fix: unsignedTypeMap type error ( #2246 )
2022-08-11 22:56:00 +08:00
anqiansong
1b51d0ce82
fix: fix #2102 , #2108 ( #2131 )
...
* g4 code generation
* Update grammar
* g4 code generation
* fix #2108
* fix #2102
* Remove comments
2022-07-20 22:49:41 +08:00
Richard Yi
6e50c87dca
fix: generated sql query fields do not match template ( #2004 )
...
* Fix typo
* Match generated sql query fields with template
2022-07-11 23:06:00 +08:00
Kevin Wan
1c09db6d5d
chore: coding style ( #2120 )
2022-07-10 11:05:21 +08:00
taobig
c92400ead2
fix 当表有唯一键时,update()的形参和实参不一致 ( #2010 )
2022-06-30 23:25:54 +08:00
anqiansong
b44e8f5c75
fix #1977 ( #2034 )
2022-06-21 20:01:42 +08:00
Kevin Wan
289a325757
chore: refine docker for better compatible with package main ( #1944 )
...
* chore: refine docker for better compatible with package main
* chore: default to current dir on goctl docker command
2022-05-30 13:26:58 +08:00
anqiansong
58787746db
fix: Useless delete cache logic in update ( #1923 )
...
* Fix bug: useless delete cache logic in update
* Format code
2022-05-23 09:12:06 +08:00
anqiansong
f486685e99
Fix code generation ( #1897 )
2022-05-13 00:16:17 +08:00
anqiansong
5383e29ce6
feat: Replace cli to cobra ( #1855 )
...
* Replace cli
* Replace cli
* Replace cli
* Format code
* Add compare case
* Add compare case
* Add compare case
* Support go style flag
* Support go style flag
* Add test case
2022-05-07 15:40:11 +08:00
anqiansong
cc09ab2aba
feat: Support model code generation for multi tables ( #1836 )
...
* Support model code generation for multi tables
* Format code
* Format code
Co-authored-by: anqiansong <anqiansong@bytedance.com>
2022-04-28 10:01:04 +08:00
Kevin Wan
5bcee4cf7c
fix #1806 ( #1833 )
...
* fix #1806
* chore: refine error text
2022-04-27 00:01:31 +08:00
anqiansong
16c61c6657
chore: Embed unit test data ( #1812 )
...
* Embed unit test data
* Add testdata
Co-authored-by: anqiansong <anqiansong@bytedance.com>
2022-04-21 21:49:09 +08:00
Fyn
036d803fbb
docs(goctl): goctl 1.3.4 migration note ( #1780 )
...
* docs(goctl): goctl 1.3.4 migration note
* adds a simple lang check
* adds migration notes
* chore: remove i18n
* chore: remove todo
2022-04-18 14:42:13 +08:00
方航
fabea4c448
fix bug: crash when generate model with goctl. ( #1777 )
...
* fix bug: crash when generate model with goctl.
situation: column name with line.
CREATE TABLE test (
id int NOT NULL AUTO_INCREMENT,
zh-cn text CHARACTER SET utf8 COLLATE utf8_general_ci COMMENT '中文简体',
PRIMARY KEY (id) USING BTREE,
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8;
* group imports
group imports
* Use
go-zero/tools/goctl/util/string.go
func SafeString(in string) string {
instead of ReplaceAll
Co-authored-by: 方航 <fanghang@tange.ai>
2022-04-11 10:11:40 +08:00
Kevin Wan
415c4c91fc
fix: model unique keys generated differently in each re-generation ( #1771 )
2022-04-09 00:25:23 +08:00
anqiansong
8dd764679c
Fix #1765 ( #1767 )
...
Co-authored-by: anqiansong <anqiansong@bytedance.com>
2022-04-07 10:40:21 +08:00