CartoDB-SQL-API
CartoDB-SQL-API copied to clipboard
Add an optional `affected_rows` into json results
The affected_rows field should be returned into json results when any query in the set of statements modified rows in any table. The value should be the sum of all affected rows in all tables. Replaces #102