1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Break out the upsert code into a separate source file.

FossilOrigin-Name: 389806b05f163687d8eb858b0f87f9a2d02e90af9f2097924a66715f05177613
This commit is contained in:
drh
2018-04-12 21:42:51 +00:00
parent 4357e22637
commit fcfd756fe3
8 changed files with 97 additions and 74 deletions

View File

@ -363,6 +363,7 @@ foreach file {
table.c
trigger.c
update.c
upsert.c
vacuum.c
vtab.c
wherecode.c