Araq / ormin

Ormin -- An ORM for Nim.
MIT License
152 stars 18 forks source link

fix delete not return value #26

Closed huaxk closed 4 years ago

huaxk commented 4 years ago

fix #14 delete not return value

huaxk commented 4 years ago

Pull request https://github.com/Araq/ormin/pull/15 include this fix.

Araq commented 4 years ago

Can't review it, huge diff, branch also has conflicts. You need to rebase or something.

huaxk commented 4 years ago

I rebased codes, removed test which has huge diff, now just has two bug fix. If needing test further, i submit it again.