issues
search
xormplus
/
xorm
xorm是一个简单而强大的Go语言ORM库,通过它可以使数据库操作非常简便。本库是基于原版xorm的定制增强版本,为xorm提供类似ibatis的配置文件及动态SQL支持,支持AcitveRecord操作
BSD 3-Clause "New" or "Revised" License
1.55k
stars
222
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
老铁们什么时候适配xorm1.0
#66
BrettCao
closed
4 years ago
1
在开启了缓存之后,join操作会走缓存吗
#65
xiaoxfan
closed
4 years ago
0
如果配置了软删除,Join的时候生成的sql语句会报错
#64
xiaoxfan
closed
4 years ago
2
优化Limit的调用
#63
armingli
closed
4 years ago
0
确实如此,在版本v0.0.0-20190926190243-42377f593eb1中也是如此,dialect_postgres.go在处理postgres中的tag【index】时报错“pq: syntax error at or near "."”。查询postgresql的官方文档http://www.postgres.cn/docs/9.3/sql-createindex.html,在create index name on table_name ( col...)语法中,name位置不能用“schema”."index_name"的模式,相反table_name可以使用"schema"."table_name"的模式。目前版本中的实现,刚好与实际情况相反,name使用了模式路径,tablename没有使用模式路径,所以报出“pq: syntax error at or near "."”
#62
chenjitong
closed
4 years ago
2
针对大批数据插入时,需要针对mysql,mssql增加批量插入方法
#61
jiangsz888
opened
4 years ago
0
go mod 依赖问题能解决下吗?
#60
leeyongda
closed
4 years ago
0
有没有结构体的tag提示工具
#59
king54346
opened
4 years ago
0
如何在SQL模版中使用in
#58
xiaoxfan
closed
4 years ago
1
可以利用 *sql.DB 对象创建 engine 吗?
#57
aQuaYi
opened
4 years ago
0
module declares its path as: xorm.io/core
#56
yunlongw
closed
4 years ago
4
请问下 支持callback 吗? 类似gorm callback 可以注册回调机制。
#55
leeyongda
closed
4 years ago
0
mod 引用问题
#54
2637309949
closed
4 years ago
4
go mod 引用问题
#53
2637309949
closed
4 years ago
1
xrom日志是否支持传一个业务流水号?
#52
busywarrior
opened
5 years ago
2
请问oracle 使用orm 查询 格式错误怎么修复?
#51
ogsyoo
closed
4 years ago
1
怎么设置表中自增id的起始值
#50
ZhengDexing
opened
5 years ago
2
sql模版支持slice作为参数吗
#49
xiaoxfan
closed
4 years ago
0
修复模板使用FindAndCount时无法正常count问题
#48
wizizm
closed
3 years ago
2
使用Pongo2作为SQL模板时无法查出count
#47
wizizm
opened
5 years ago
7
Update README.md
#46
Michael2008S
closed
5 years ago
0
更新最新版本后,log无法再打印,命令行及文件输出都没有了
#45
ufwfqpdgv
opened
5 years ago
6
请教下使用批量sql,为什么一直报Params type error错误?参数不是这样传的嘛?
#44
zouhuigang
opened
5 years ago
2
执行动态模版sql的时候没有打印sql日志
#43
xiaoxfan
closed
5 years ago
1
如何给Sqltemplate添加自定义函数
#42
lx32056127
closed
5 years ago
10
xorm does not support struct inherited?
#41
focusonline
closed
5 years ago
3
使用 postgresql 时,不支持 index 属性定义
#40
tao996
closed
5 years ago
2
主从配置NewSession问题
#39
kiddlovemoon
closed
5 years ago
4
缓存没有生效
#38
rts-gordon
closed
5 years ago
10
链接kingshard代理查询时,有些数据表的select查询,无法正确返回。错误信息:busy buffer
#37
mjiulee
closed
5 years ago
2
编辑markdown格式文件,代码tag问题。
#36
rts-gordon
closed
5 years ago
9
并发1000线测试出现 sql: database is closed
#35
onlysad
closed
5 years ago
5
an error occur while using subQuery
#34
johntaiii
closed
5 years ago
6
如何把数据返回给一个组合
#33
157641352
closed
5 years ago
2
sql错误没有写入日志
#32
zhoulin1359
closed
5 years ago
2
并发数过多时,Session.Get() 报错 invalid connection
#31
yasenagat
closed
5 years ago
0
this project's core/xorm keep update with the original xorm ?
#30
mjiulee
closed
5 years ago
1
undefined: tablib.Exportable
#29
sqeven
closed
5 years ago
3
更新README.md文件,Get单条数据时,指定表名
#28
yanserliu
closed
5 years ago
0
Type mismatch error
#27
morganwu
closed
5 years ago
2
Can I use xorm-redis-cache in xormplus?
#26
rts-gordon
closed
5 years ago
3
parsing go.mod: unexpected module path "github.com/go-xorm/builder"
#25
idersan
closed
5 years ago
2
一些建议
#24
iGoogle-ink
closed
5 years ago
4
安装报错
#23
cloudfreexiao
closed
5 years ago
2
动态查询咨询
#22
magic007
closed
5 years ago
1
对于.stpl的sql模板问题
#21
chuntaojun
closed
6 years ago
2
sql查询问题
#20
fuckqqcom
closed
6 years ago
2
大神,主从分离数据库是基于mycat吗?
#19
xingwen93
closed
6 years ago
1
主键UUID
#18
springeye
closed
6 years ago
11
FindAndCount在带排序条件的时候会报错
#17
morganwu
closed
6 years ago
2
Previous
Next