sql: assertion in autoincrement column
If query is like "INSERT INTO table SELECT ..." then it is completely fine that the result of SELECT isn't integer. These values wouldn’t be checked properly if it was inserted in column with autoincrement. This patch fixes mentioned check. Closes #3670
Loading
Please register or sign in to comment