SQLite

Check-in [d83eaed539]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add the Upsert object for holding upsert clause information.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | upsert
Files: files | file ages | folders
SHA3-256: d83eaed539b274c2abd650d07522f491865d4917acbb64d05d01b3ba5c3cd446
User & Date: drh 2018-04-12 13:15:43.659
Context
2018-04-12
15:43
Update the upsert parsing so that it accepts conflict-target labels using the PostgreSQL syntax, and also accepts the MySQL "ON DUPLICATE KEY" syntax. (check-in: c48f64d8ae user: drh tags: upsert)
13:15
Add the Upsert object for holding upsert clause information. (check-in: d83eaed539 user: drh tags: upsert)
12:25
Merge changes from trunk. (check-in: 9f6f11805e user: drh tags: upsert)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/build.c.
Changes to src/insert.c.
Changes to src/parse.y.
Changes to src/sqliteInt.h.
Changes to src/trigger.c.