Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
db: Handle empty list in insertManyUncheckedUnique
If the list of records to be inserted the generated SQL for the insert was incorrect and threw a syntax error. The fix is to check if the list is non-empty and do nothing if it is empty. Close: #869
- Loading branch information