KimRasak opened this issue 5 years ago · 2 comments
What if I want to perform updates like UPDATE some_table SET left = left - 1
UPDATE some_table SET left = left - 1
#198 will support your sql by call DecrBy("left", 1)
DecrBy("left", 1)
this is released in v2.7.0.