xormplus / xorm

xorm是一个简单而强大的Go语言ORM库,通过它可以使数据库操作非常简便。本库是基于原版xorm的定制增强版本,为xorm提供类似ibatis的配置文件及动态SQL支持,支持AcitveRecord操作
BSD 3-Clause "New" or "Revised" License
1.55k stars 222 forks source link

remove args #95

Closed clearcodecn closed 3 years ago

clearcodecn commented 3 years ago

remove args #94

clearcodecn commented 3 years ago

I close this pr because I tested it not effect too. It reports another error:

ORA-02289: sequence does not exist

I think seq.atable.currval is not exist in database.

so can u help to fix it.