172 Commits (2497b94082dffcd3657b3b51780c3f2c6d451e2b)

Author SHA1 Message Date
jiang4869 d371cfed63 修复了当表字段类型为datetime或者time并且默认为NULL时,在结构中没有被设置成指针类型的问题 3 years ago
xxj dff30a5651
Merge pull request #179 from redbirdztc/feature-use-gorm-model-or-not
feature: model是否使用gorm.Model
3 years ago
zhang.tiancheng 5d1bfbad59 feature: model是否使用gorm.Model 3 years ago
15ho 82895f7fcf fix #170 3 years ago
15ho d84ea1a50d fix TestCondition 3 years ago
Swmiao1 f93dab81de mssql 参数类型
在排序依据列表中多次指定了某一列。排序依据列表中的列必须是唯一的
3 years ago
Swmiao1 8ced43d998 mssql 参数类型
在排序依据列表中多次指定了某一列。排序依据列表中的列必须是唯一的
3 years ago
xxj 206de7b046 add Reset support
添加重置会话函数Reset
3 years ago
xxj 00b9b81163 add newDB
添加newdb
3 years ago
lei.zhang e095784bba fix:let smallint into int16 3 years ago
windha 6ae0bf4026 修复自定义查询 in 查询bug 3 years ago
xxj f2cf2eac9c fix db_tag 3 years ago
xxj a235233956 Merge branch 'master' of https://github.com/xxjwxc/gormt 3 years ago
xxj 575a045275 Update def.go 3 years ago
zsinx 896e1d498b add config with is_db_tag 3 years ago
xxj 4ffb3e8ac3 new 3 years ago
windha 83fd5c0f91 修改condetion 拼写错误,改成condition 3 years ago
circlemono c53474ab33 中文全角空格问题! 3 years ago
ly258liuyue d11a1d722e
fix model colname error
修复gorm.model 导出问题
3 years ago
xxj ea70e9c6ba 修改 model=>table 3 years ago
xxj c7c5eed4d3 Merge branch 'master' of https://github.com/xxjwxc/gormt 3 years ago
xxj e3e175313e nwe 3 years ago
changle 824d25fb3a fix: fix misspell word primary 3 years ago
xxj 96794856b6 add model
添加model支持
3 years ago
me262 ae72f8d9a3 fix: 修复pkgName == "."时windows下获取包名异常 3 years ago
me262 78defd91d9 fix: 修复table_prefix兼容性 3 years ago
snowlyg d690c9d109 兼容 gorm 本身 sort 标签 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
xxj 3abe0a8b26 add `` 4 years ago
viwii 3b9d9a7d74 替朋友合并mssql 4 years ago
yanjiangtao 8910e45ac6 1.去除埋点代码
--------------
1.Remove buried code
4 years ago
yanjiangtao 02aead9615 1.simple配置为true不输出gorm标签
2.将is_table_name中的column生成单独抽成配置,以免配置的耦合。
3.增加根据表名生成多个model的配置(一个表一个model)
-------------------------------------------
1. Simple is configured as true and does not output Gorm tag
2. Will be_ table_ The column in name generates a separate extraction configuration to avoid the coupling of configuration.
3. Add the configuration of generating multiple models according to the table name (one model for each table)
4 years ago
yanjiangtao d000eebda5 Perfect annotation and remove redundant information output.
完善注释,去除多余的信息输出
4 years ago
yanjiangtao d6f49c5cce 增加指定表model生成功能 4 years ago
xxj 8250592b73 new 4 years ago
pengwenwu 0153517cda add config with self_define_type_mysql_dic_map out_file_name web_tag_type 4 years ago
1379Monitor 9cc5158753
fix: fix func comment error
close #121
4 years ago
15ho 5b91e0df74 fix #112 4 years ago
王勇攀 dc8a862255 feat:通过使用--table_prefix 给表名加前缀
使得:
func (obj *_SymbolMgr) GetTableName() string {
 return "symbol"
}
变成:
func (obj *_SymbolMgr) GetTableName() string {
 return "tableprefix.symbol"
}
并在源头确定表名:tableprefix.symbol.
即真正执行mysql语句的时候,会按照tableprefix.symbol这个表名去执行。
4 years ago
Administrator d1afbd5ab3 修复bug 4 years ago
cuiyaming 845d08585f add json tag lower camel case 4 years ago
xxjwxc 0751bce177 fix ColName 4 years ago
xxj 0e2a3e4553 colname add ``
给导出列名添加``符
4 years ago
xxj 689c8a30d9 add @fk to note
添加外键注解。
4 years ago
xxj 04a1abaed7 fix prefix 4 years ago
pengnanfang 14e0bb177f tablePrefix 4 years ago
xxj a0b28c4088 add datatypes
添加 datatypes 支持
4 years ago
young 039050f631 fix: old error 4 years ago
young 0c3732eb0f add: now, you can set tablePrefix 4 years ago