haxetink / tink_sql

SQL embedded into Haxe
MIT License
53 stars 16 forks source link

update should guard against empty array #42

Closed kevinresol closed 6 years ago

kevinresol commented 6 years ago
db.User.update(function(u) return [], {where: ...});

What is the expected behaviour here?