gocraft/dbr

What if UPDATE some_table SET `left` = `left` - 1

KimRasak opened this issue · 2 comments

What if I want to perform updates like UPDATE some_table SET left = left - 1

#198 will support your sql by call DecrBy("left", 1)

this is released in v2.7.0.