Commit Graph

169 Commits

Author SHA1 Message Date
谢小军
33d22fe2d4 new
gorm v2 support
2020-09-24 20:44:15 +08:00
谢小军
a70ab3ff83 new 2020-09-24 17:40:32 +08:00
lubin
6c7b80dc92 Update def.go
`^(float)[(]\d+,\d+[)]`:          "float64",
	`^(float)[(]\d+,\d+[)] unsigned`: "float64",

One of these two lines of code doesn't work

我在这四行代码加了$. 这样就可以避免其它bug。
2020-09-23 02:03:20 +08:00
谢小军
36b6de2a7b support sqlite
支持sqlite
2020-09-22 19:23:36 +08:00
lubin
75475dfa6f fix bug for tinyint(8) unsigned
When I used this tool to generate files, I found that even if the table structure did not change, the generated files would change. After debugging. Finding the configuration here will cause the program to find two keys randomly. The original code might have tinyint (8) unsigned randomly match int8 or Unit8. Put the unsigned one to the front, and then test it. This problem will not happen again.
2020-09-22 12:01:31 +08:00
xxjwxc
aa434356e0 add default set
添加默认值
2020-09-11 23:51:49 +08:00
谢小军
2ef0cca3d4 add windows gui support
支持windows 显示
2020-09-10 18:37:47 +08:00
谢小军
285caffe7a Update def.go 2020-08-25 19:09:46 +08:00
xxjwxc
8eeea201db add mut support
非unique mut支持
2020-08-21 23:37:36 +08:00
谢小军
a6b0dc33ea Update model.go 2020-08-11 18:34:18 +08:00
谢小军
a89988d711 Update model.go 2020-08-11 18:26:29 +08:00
谢小军
46831f3501 add multi support 2020-08-11 18:17:13 +08:00
xxjwxc
b709ca0259 Update def.go 2020-08-05 22:41:55 +08:00
xxjwxc
949c2d0eba add gorm.ErrRecordNotFound
添加快捷函数未找到处理逻辑
2020-08-05 22:20:27 +08:00
xxjwxc
e83df3655b add table name
添加默认表名
2020-07-28 00:16:31 +08:00
xxjwxc
bffc6028ac upda unique primary clash
更新索引冲突
2020-07-28 00:09:40 +08:00
xxjwxc
96f96cf279 fix foreignkey
适配外键
2020-07-19 15:35:30 +08:00
谢小军
0706dd0747 add 'DEFAULT NULL' to point
添加默认值为null 转换成指针类型
2020-06-23 12:10:08 +08:00
谢小军
19b39a0b41 add multi unique support
添加多个unique index支持,调整unique接口名。
FetchUniqueBy[xxx]
2020-06-16 17:51:58 +08:00
谢小军
3b9ca78b82 fix index function output
修复mysql索引导出函数不准确问题。
2020-06-08 19:21:25 +08:00
xxjwxc
50d7b764b6 open default globalIsRelated
设置默认全局预加载为true
2020-06-07 21:09:11 +08:00
谢小军
36bb586b98 fix log
更改日志方式
2020-06-06 00:20:13 +08:00
谢小军
349b8297e2 update template
更新模板
2020-06-05 22:25:29 +08:00
谢小军
ef08ccd2ee change tinyint(1) to bool
change tinyint(1) to bool
2020-05-27 18:10:37 +08:00
倒霉狐狸(核心电脑-02)
447ad781e4 feat: 添加webtag主键隐藏开关 2020-05-17 02:10:10 +08:00
谢小军
a3901e56d2 Filter keywords
过滤关键字
2020-05-11 15:16:24 +08:00
xxjwxc
365388ccd9 fix 2020-05-07 00:05:12 +08:00
xxjwxc
fafe362f40 fix logout
整理代码输出
2020-05-01 12:22:21 +08:00
xxjwxc
20393072c0 fix issues#49 2020-04-30 20:36:40 +08:00
谢小军
bdf2b408c7 update parm gen name
更新传参命名方式
2020-04-21 19:25:55 +08:00
lijunlong
b9942453a3 support blob
first char lowcase in arg
2020-04-21 15:16:00 +08:00
wclssdn
5983be1614 Merge branch 'master' into master 2020-04-06 17:09:38 +08:00
Nemo
034506e602 sort tables by name
fix typo
2020-04-06 17:05:34 +08:00
xxjwxc
6271a320f5 Update def.go 2020-04-04 19:15:44 +08:00
xxjwxc
a327605fb2 more type support
binary(n),tinyint(n) unsigned support.
2020-04-04 19:12:14 +08:00
zilinyo
3e9ca8e8eb Update def.go 2020-02-29 23:03:17 +08:00
xxjwxc
ce3904575d fix 2020-02-29 00:19:25 +08:00
xxjwxc
d7c76feba6 Merge branch 'master' of https://github.com/LLLLancelot/gormt into LLLLancelot-master 2020-02-28 22:48:56 +08:00
谢小军
bfb54391ac add tinyint support
add tinyint support
2020-02-28 20:28:15 +08:00
LLLLancelot
9e60d56227 增加新特性,并修复一些问题 2020-02-28 04:03:08 +08:00
xxjwxc
b7c5b5b6c7 fix auto config defile 2020-02-23 14:44:33 +08:00
xxjwxc
2aa5bb804d fix auto config defile 2020-02-23 14:42:20 +08:00
小子(LT)
3741ed9cfd feat: 内置默认配置,脱离对外部配置文件的强依赖 2020-02-23 11:26:52 +08:00
谢小军
53b2ba93fa fix clipboard
修复剪切板
2020-02-21 21:15:30 +08:00
谢小军
79ee944f18 add clipboard
添加剪切板
2020-02-21 19:58:39 +08:00
谢小军
82c7a46d92 add clipboard
添加剪切板功能
2020-02-21 19:55:29 +08:00
谢小军
8585c30fbd fix gorm.SingularTable model
修复 gorm.SingularTable 表名复数问题
2020-02-21 02:21:17 +08:00
谢小军
6b14d480f0 fix SingularTable 2020-02-21 02:16:16 +08:00
谢小军
169edf0f50 add log & fix gui
添加文档并且更新gui
2020-01-22 11:23:53 +08:00
谢小军
5230c6f242 添加ui界面 2020-01-21 22:31:08 +08:00