jager
5266255f35
store
8 months ago
15ho
82895f7fcf
fix #170
3 years ago
Swmiao1
f93dab81de
mssql 参数类型
...
在排序依据列表中多次指定了某一列。排序依据列表中的列必须是唯一的
3 years ago
Swmiao1
8ced43d998
mssql 参数类型
...
在排序依据列表中多次指定了某一列。排序依据列表中的列必须是唯一的
3 years ago
lei.zhang
e095784bba
fix:let smallint into int16
3 years ago
snowlyg
cddebd902f
add mediumint type
3 years ago
jianjun
c024b878e9
Update def.go
...
add geometry for mysql 5.7
4 years ago
15ho
5b91e0df74
fix #112
4 years ago
xxj
a0b28c4088
add datatypes
...
添加 datatypes 支持
4 years ago
xxj
a60ccdc695
fix HashMap is out of order
...
fix HashMap is out of order
4 years ago
quhao
bf482f9f91
增加"double unsigned"类型
4 years ago
谢小军
33d22fe2d4
new
...
gorm v2 support
4 years ago
谢小军
a70ab3ff83
new
4 years ago
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。
4 years ago
谢小军
36b6de2a7b
support sqlite
...
支持sqlite
4 years ago
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.
4 years ago
谢小军
285caffe7a
Update def.go
4 years ago
谢小军
0706dd0747
add 'DEFAULT NULL' to point
...
添加默认值为null 转换成指针类型
4 years ago
xxjwxc
50d7b764b6
open default globalIsRelated
...
设置默认全局预加载为true
4 years ago
谢小军
ef08ccd2ee
change tinyint(1) to bool
...
change tinyint(1) to bool
4 years ago
谢小军
a3901e56d2
Filter keywords
...
过滤关键字
5 years ago
lijunlong
b9942453a3
support blob
...
first char lowcase in arg
5 years ago
xxjwxc
6271a320f5
Update def.go
5 years ago
xxjwxc
a327605fb2
more type support
...
binary(n),tinyint(n) unsigned support.
5 years ago
zilinyo
3e9ca8e8eb
Update def.go
5 years ago
xxjwxc
ce3904575d
fix
5 years ago
xxjwxc
d7c76feba6
Merge branch 'master' of https://github.com/LLLLancelot/gormt into LLLLancelot-master
5 years ago
谢小军
bfb54391ac
add tinyint support
...
add tinyint support
5 years ago
LLLLancelot
9e60d56227
增加新特性,并修复一些问题
5 years ago
倒霉狐狸
7f8f3a266f
tinyint等类型bool->int8
...
tinyint等类型应当转换为int8,bool类型会涉及false零值导致差异更新数据时增加复杂度
5 years ago
倒霉狐狸
726f16d5eb
mysql 支持 enum枚举类型
5 years ago
谢小军
204164e8b9
day day up
5 years ago
zilinyo
d086e13349
Update def.go
...
添加数据类型
5 years ago
谢小军
b454eb944f
revew code
5 years ago
谢小军
5cd0ac62ae
re check
5 years ago
谢小军
9617450e6b
review smallint and tinyint
5 years ago
游浩
64847fa68e
添加smallint(6)类型
...
添加smallint(6)类型
5 years ago
谢小军
ee2e02092a
Restructure
...
重构
5 years ago