172 Commits (2497b94082dffcd3657b3b51780c3f2c6d451e2b)

Author SHA1 Message Date
fyyang 39f7512c11
Merge pull request #1 from xxjwxc/master
fix HashMap is out of order
4 years ago
xxj a60ccdc695 fix HashMap is out of order
fix HashMap is out of order
4 years ago
xxj cf8ff9e416
change fulltext tag 4 years ago
young acd9861d7f add: INDEX FULLTEXT
add: Default value
4 years ago
xxj 17dab2b01c fix empty column 4 years ago
xxjwxc 8f873848b4 fix go model gen column name 4 years ago
xxj bceb63b951 add column support
支持列名导出
4 years ago
xxj 3516c2b4a5 delete SingularTable
删除单表配置模式
4 years ago
xxj a97443b09f tag insert
列注释添加tag
4 years ago
xxj e9ecd38609 add context import 4 years ago
xxj cfb3d5edde remove WithConditions
移除 WithConditions
4 years ago
xxj dc650df60f new 4 years ago
xxjwxc 2852b6132f fix tag for v2 4 years ago
quhao bf482f9f91 增加"double unsigned"类型 4 years ago
谢小军 946a52bbb7 case WithContext into db 4 years ago
谢小军 3f69668934 add gorm v2 tools 4 years ago
谢小军 ef185ecb97 add func withcontext
添加 WithContext() 支持
4 years ago
谢小军 f585a627c1 gorm v2.0
支持gormv2.0
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
xxjwxc aa434356e0 add default set
添加默认值
4 years ago
谢小军 285caffe7a Update def.go 4 years ago
xxjwxc 8eeea201db add mut support
非unique mut支持
4 years ago
谢小军 a6b0dc33ea Update model.go 4 years ago
谢小军 a89988d711 Update model.go 4 years ago
谢小军 46831f3501 add multi support 4 years ago
xxjwxc b709ca0259 Update def.go 4 years ago
xxjwxc 949c2d0eba add gorm.ErrRecordNotFound
添加快捷函数未找到处理逻辑
4 years ago
xxjwxc e83df3655b add table name
添加默认表名
4 years ago
xxjwxc bffc6028ac upda unique primary clash
更新索引冲突
4 years ago
xxjwxc 96f96cf279 fix foreignkey
适配外键
4 years ago
谢小军 0706dd0747 add 'DEFAULT NULL' to point
添加默认值为null 转换成指针类型
4 years ago
谢小军 19b39a0b41 add multi unique support
添加多个unique index支持,调整unique接口名。
FetchUniqueBy[xxx]
4 years ago
谢小军 3b9ca78b82 fix index function output
修复mysql索引导出函数不准确问题。
4 years ago
xxjwxc 50d7b764b6 open default globalIsRelated
设置默认全局预加载为true
4 years ago
谢小军 349b8297e2 update template
更新模板
4 years ago
谢小军 ef08ccd2ee change tinyint(1) to bool
change tinyint(1) to bool
4 years ago
倒霉狐狸(核心电脑-02) 447ad781e4 feat: 添加webtag主键隐藏开关 5 years ago
谢小军 a3901e56d2 Filter keywords
过滤关键字
5 years ago
xxjwxc fafe362f40 fix logout
整理代码输出
5 years ago
xxjwxc 20393072c0 fix issues#49 5 years ago
谢小军 bdf2b408c7 update parm gen name
更新传参命名方式
5 years ago
lijunlong b9942453a3 support blob
first char lowcase in arg
5 years ago
wclssdn 5983be1614
Merge branch 'master' into master 5 years ago
Nemo 034506e602 sort tables by name
fix typo
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
谢小军 79ee944f18 add clipboard
添加剪切板
5 years ago
谢小军 6b14d480f0 fix SingularTable 5 years ago
谢小军 169edf0f50 add log & fix gui
添加文档并且更新gui
5 years ago
谢小军 5230c6f242 添加ui界面 5 years ago
谢小军 b72a40e40e add gui support
添加 ui 支持
5 years ago
倒霉狐狸 7f8f3a266f
tinyint等类型bool->int8
tinyint等类型应当转换为int8,bool类型会涉及false零值导致差异更新数据时增加复杂度
5 years ago
倒霉狐狸 726f16d5eb
mysql 支持 enum枚举类型 5 years ago
谢小军 8973c30be3 Update genfunc_test.go 5 years ago
谢小军 69a5d93269 update readme 5 years ago
谢小军 2211c3ca5d add export func reame
添加函数支持
5 years ago
谢小军 3156708f37 更新model 5 years ago
谢小军 f8daa91659 func support
支持 函数导出。支持外键关联
5 years ago
谢小军 1ff17da96f func export support
支持快捷函数导出。
5 years ago
谢小军 204164e8b9 day day up 5 years ago
谢小军 4bebe1c3f1 update 5 years ago
谢小军 9a0ac52273 generate func at early days 5 years ago
谢小军 f1dd6a7632 Full coverage test 5 years ago
谢小军 00d2f6e0e3 full test 5 years ago
谢小军 f86f502928 add test file 5 years ago
谢小军 41b157d708 fix gocyclo support 5 years ago
谢小军 202a4208f5 add test file 5 years ago
谢小军 ed989232f6 add test info 5 years ago
谢小军 5fb1c32e55 func base template update 5 years ago
谢小军 95ec33c371 add func base template 5 years ago
谢小军 d0a57e4c0a Update model.go 5 years ago
谢小军 e770a9834e Update def.go 5 years ago
谢小军 da4332286f new 5 years ago
谢小军 cd7ddd45a2 fix sql call style 5 years ago
zilinyo d086e13349
Update def.go
添加数据类型
5 years ago
谢小军 b454eb944f revew code 5 years ago
谢小军 5cd0ac62ae re check 5 years ago
谢小军 326b6b419a add sql statements output ,change defalt config info 5 years ago
谢小军 9617450e6b review smallint and tinyint 5 years ago
游浩 64847fa68e
添加smallint(6)类型
添加smallint(6)类型
5 years ago
谢小军 680cd8218f add des 5 years ago
谢小军 56957a92cf support foreign key.添加 外键支持 5 years ago
谢小军 d1d1fcb918 add notes to support golint 5 years ago
谢小军 16b24a1355 Comprehensive optimization 5 years ago
谢小军 8e2bcabf09 change data 5 years ago
谢小军 ee2e02092a Restructure
重构
5 years ago
谢小军 47f44b3cd8 add auto package name 5 years ago
ls 4a39ab9be8
Update def.go
"date":                "time.Time",
	"datetime":            "time.Time",
5 years ago
谢小军 3170c62d99 add goimports
goimports support.
5 years ago
ls 870cb050b4
Update def.go
"bit(1)":              "bool",
5 years ago
谢小军 7e54d90441 new 5 years ago