young
acd9861d7f
add: INDEX FULLTEXT
...
add: Default value
2020-12-23 15:48:17 +08:00
xxj
db108519e9
Update common.go
2020-12-21 18:03:52 +08:00
xxj
17dab2b01c
fix empty column
2020-12-15 14:08:55 +08:00
xxjwxc
8f873848b4
fix go model gen column name
2020-12-12 18:57:20 +08:00
xxj
60fb4511cb
new
2020-12-09 15:08:04 +08:00
xxj
bceb63b951
add column support
...
支持列名导出
2020-12-09 12:53:59 +08:00
xxj
3516c2b4a5
delete SingularTable
...
删除单表配置模式
2020-12-08 18:06:18 +08:00
xxj
a97443b09f
tag insert
...
列注释添加tag
2020-12-07 19:06:12 +08:00
xxj
e9ecd38609
add context import
2020-12-03 16:31:32 +08:00
xxj
cfb3d5edde
remove WithConditions
...
移除 WithConditions
2020-11-30 14:12:18 +08:00
xxj
dc650df60f
new
2020-11-27 16:23:07 +08:00
xxjwxc
d1879f7517
new readme
2020-11-21 14:06:10 +08:00
xxjwxc
2852b6132f
fix tag for v2
2020-11-21 14:02:50 +08:00
xxj
c1e9f3a356
Merge pull request #88 from gracece/master
...
doc: 更新README close#85
2020-11-19 18:20:05 +08:00
gracece
97025f33d2
doc: 更新README
2020-11-19 17:55:37 +08:00
xxj
37321d473a
add translation
...
添加翻译
2020-11-19 17:45:50 +08:00
xxj
cdb5710723
Merge pull request #83 from quhaowk/gormt-t
...
增加"double unsigned"类型
2020-11-18 12:12:28 +08:00
quhao
bf482f9f91
增加"double unsigned"类型
2020-11-18 11:09:05 +08:00
谢小军
9a6d72b831
add flag check
...
命令行标记优化
2020-10-30 18:45:47 +08:00
xxjwxc
02ae0bc01c
new
2020-09-29 01:14:10 +08:00
谢小军
946a52bbb7
case WithContext into db
2020-09-28 19:45:40 +08:00
谢小军
3f69668934
add gorm v2 tools
2020-09-28 14:51:27 +08:00
谢小军
ef185ecb97
add func withcontext
...
添加 WithContext() 支持
2020-09-27 16:48:02 +08:00
谢小军
8eb31b7911
Update README.md
2020-09-24 21:04:33 +08:00
谢小军
f585a627c1
gorm v2.0
...
支持gormv2.0
2020-09-24 20:59:50 +08:00
谢小军
33d22fe2d4
new
...
gorm v2 support
2020-09-24 20:44:15 +08:00
谢小军
a70ab3ff83
new
2020-09-24 17:40:32 +08:00
xxj
aacd550f5a
Merge pull request #78 from bingbingtea/patch-2
...
Update def.go
2020-09-23 10:03:26 +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
xxj
9893478fa8
Merge pull request #76 from bingbingtea/patch-1
...
fix bug for tinyint(8) unsigned
2020-09-22 12:44:17 +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
谢小军
ef72597fb9
update makefile
...
更新makefile定义
2020-08-19 17:16:54 +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
f4935935be
Merge branch 'master' of https://github.com/xxjwxc/gormt
2020-07-28 00:10:06 +08:00
xxjwxc
bffc6028ac
upda unique primary clash
...
更新索引冲突
2020-07-28 00:09:40 +08:00
xxj
6bd1dc1a1c
Merge pull request #68 from ruixule/patch-4
...
Graphical interface tool download address update
2020-07-26 12:58:01 +08:00
xxj
df5f7388a8
Merge pull request #69 from ruixule/patch-5
...
更新windows图形界面 下载地址
2020-07-26 12:57:49 +08:00
ruixule
df1b13cc71
更新windows图形界面
2020-07-26 12:57:10 +08:00
ruixule
598c07f153
Graphical interface tool download address update
2020-07-26 12:52:35 +08:00
xxj
8d9c7a69b6
Merge pull request #67 from ruixule/patch-2
...
更新安装方法
2020-07-26 12:43:45 +08:00