350 Commits (2f8f6f51cb21948ed3afdc2edf47cf1490c551cb)
 

Author SHA1 Message Date
xxj 2f8f6f51cb
Merge pull request #178 from 15ho/master
fix #170
3 years ago
15ho 82895f7fcf fix #170 3 years ago
15ho d84ea1a50d fix TestCondition 3 years ago
xxj 70b372293d
Merge pull request #175 from Swmiao1/mssql
Mssql
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
xxj b379e2aada
Merge pull request #168 from studyzhanglei/fix/smallint2int16
fix:let  smallint into int16
3 years ago
lei.zhang e095784bba fix:let smallint into int16 3 years ago
xxj 47a40accbe
Merge pull request #167 from windha/master
修复自定义查询 in 查询bug
3 years ago
windha 6ae0bf4026 修复自定义查询 in 查询bug 3 years ago
windha 08019235fc
Merge branch 'xxjwxc:master' into master 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
xxj f47a533ecb
Merge pull request #161 from zsinx/master
add config with is_db_tag
3 years ago
zsinx 896e1d498b add config with is_db_tag 3 years ago
xxj 4ffb3e8ac3 new 3 years ago
xxj 744fb304f1
Merge pull request #157 from windha/hotfix/20210804
修改condetion 拼写错误,改成condition
3 years ago
windha fa354caa7e
Merge pull request #1 from windha/hotfix/20210804
修改condetion 拼写错误,改成condition
3 years ago
windha 83fd5c0f91 修改condetion 拼写错误,改成condition 3 years ago
xxj e0856cb712
Merge pull request #153 from CircleMonogatari/master
中文全角空格问题!
3 years ago
circlemono c53474ab33 中文全角空格问题! 3 years ago
xxj d5cb9ba5c9
Merge pull request #152 from ly258liuyue/patch-2
fix model colname error
3 years ago
ly258liuyue d11a1d722e
fix model colname error
修复gorm.model 导出问题
3 years ago
xxj d83ca8d7bf fux Big Camel
修改驼峰命名规范bug
3 years ago
xxj ea70e9c6ba 修改 model=>table 3 years ago
xxj 3847e7ca85 model.Condetion{}
添加 model.Condetion{} 支持sql拼接
3 years ago
xxj c7c5eed4d3 Merge branch 'master' of https://github.com/xxjwxc/gormt 3 years ago
xxj e3e175313e nwe 3 years ago
xxj 7e9c074172
Merge pull request #145 from raw34/fix/primary
fix: fix misspell word primary
3 years ago
changle 824d25fb3a fix: fix misspell word primary 3 years ago
xxj 96794856b6 add model
添加model支持
3 years ago
xxj 26254de0d8
Merge pull request #142 from gh73962/master
修复表前缀的灵活性,修复windows下包名获取异常
3 years ago
me262 ae72f8d9a3 fix: 修复pkgName == "."时windows下获取包名异常 3 years ago
me262 78defd91d9 fix: 修复table_prefix兼容性 3 years ago
xxj add7017224
Merge pull request #140 from snowlyg/master
fix 存在 index:sort 时候和  gorm 本身 sort 标签冲突导致的错误
3 years ago
snowlyg d690c9d109 兼容 gorm 本身 sort 标签 3 years ago
xxj fd2f9c4c4b
Merge pull request #139 from snowlyg/master
add  mediumint type
3 years ago
snowlyg cddebd902f add mediumint type 3 years ago
xxj 41d2f487a0
Merge pull request #137 from jianjungki/patch-1
Update def.go
4 years ago
jianjun c024b878e9
Update def.go
add geometry for mysql 5.7
4 years ago
xxj 3abe0a8b26 add `` 4 years ago
xxj 8dba9d315c
Merge pull request #131 from viwii/master
替朋友合并mssql
4 years ago
viwii 3b9d9a7d74 替朋友合并mssql 4 years ago
xxj c9fdd1475e
Merge pull request #129 from crabmanY/master
修改simple配置为true不输出gorm标签,将is_table_name中的column生成单独抽成配置,以免配置的耦合,增加根据表名生成多个model的配置(一个表一个model)
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
xxj 1162f35ceb
Merge pull request #128 from crabmanY/master
Perfect annotation and remove redundant information output.
4 years ago