Avoid some OP_SCopy instructions in "INSERT INTO .. VALUES" statements that insert...
commitb8fae9cf6e7fc1ad7da8a005094ba512e444dbbf
authorDan Kennedy <danielk1977@gmail.com>
Thu, 14 Mar 2024 17:04:18 +0000 (14 17:04 +0000)
committerDan Kennedy <danielk1977@gmail.com>
Thu, 14 Mar 2024 17:04:18 +0000 (14 17:04 +0000)
treec2f4b9cc0356cab823f86f80bf30c57191ae8954
parentc790f2edd955400c3c05f502b94b69dc0ea2501b
Avoid some OP_SCopy instructions in "INSERT INTO .. VALUES" statements that insert more than one row in cases where the VALUES clause contains a value for all columns of the table.
src/insert.c
test/values.test