* The updateAndGet method takes a standard UPDATE query and, * if possible, returns the record returned by the database. * If it is not possible, the repository will handle the * null value by performing an additional query. * The provided query should not contain any delimiter (like a semic
(standardUpdateQuery: SqlQuery)
| 38 | * This method is expected to reject the promise (throw an async exception) is no rows have been updated. |
| 39 | */ |
| 40 | updateAndGet(standardUpdateQuery: SqlQuery): Promise<null|any[]>; |
| 41 | }; |
no outgoing calls
no test coverage detected