efectn / go-orm-benchmarks

Advanced benchmarks for +15 Go ORMs.
MIT License
308 stars 33 forks source link

Fix wrong usage of xorm #2

Closed lunny closed 2 years ago

lunny commented 2 years ago

For xorm, some usage is wrong.

efectn commented 2 years ago

Hi @lunny. XORM gives ID condition is error, expect 0 primarykeys, there are 1 after this changes. Can you check it? Thanks

lunny commented 2 years ago

Hi @lunny. XORM gives ID condition is error, expect 0 primarykeys, there are 1 after this changes. Can you check it? Thanks

I have sent #3 to fix that.