Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | More complete parsing of UPSERT, including UPSERT within a trigger. The sqlite3Insert() logic to actually perform the UPSERT is not yet implemented, however. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | upsert |
Files: | files | file ages | folders |
SHA3-256: |
5cc2a5a315a2f26b392811de45b3dc35 |
User & Date: | drh 2018-04-07 15:04:05.872 |
Context
2018-04-10
| ||
00:30 | Update the top-level README.md file to point to the whynotget.html document. (check-in: 7dfd4543da user: drh tags: upsert) | |
2018-04-07
| ||
15:04 | More complete parsing of UPSERT, including UPSERT within a trigger. The sqlite3Insert() logic to actually perform the UPSERT is not yet implemented, however. (check-in: 5cc2a5a315 user: drh tags: upsert) | |
2018-04-06
| ||
19:36 | Demonstration of how the parser can be augmented to recognize a PostgreSQL-style UPSERT. This check-in implements parsing only. (check-in: 9b22905b15 user: drh tags: upsert) | |
Changes
Changes to src/insert.c.
Changes to src/parse.y.
Changes to src/sqliteInt.h.
Changes to src/trigger.c.
Changes to tool/mkkeywordhash.c.