SQLite

Check-in [ec7addc87f]
Login

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

Overview
Comment:Avoid unnecessary write to the sqlite_sequence table when an insert is done into an autoincrement table with an application-specified rowid that is less than the maximum.
Downloads: See separate download page
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ec7addc87f97bcff3c3694b14a680453b52de3f8c106436f0708a1cc04b90faa
User & Date: drh 2018-03-20 13:44:10.070
Context
2018-03-20
16:56
For 'zipfile', detect attempts to cause a duplicate entry via UPDATE. Also, fix handling of 'UPDATE OR REPLACE' statements run on zipfile virtual tables. Win32 portability fixes to the 'fileio' extension. Miscellaneous test fixes. (check-in: b36caeca91 ... user: mistachkin tags: trunk)
13:52
Merge all recent enhancements from trunk. (check-in: b0c2f760a6 ... user: drh tags: begin-concurrent)
13:44
Avoid unnecessary write to the sqlite_sequence table when an insert is done into an autoincrement table with an application-specified rowid that is less than the maximum. (check-in: ec7addc87f ... user: drh tags: trunk)
13:26
Add the ability to disable the push-down optimization using the 0x1000 bit of SQLITE_TESTCTRL_OPTIMIZATIONS. Also some documentation fixes and an enhancement to ".eqp full" in the CLI. (check-in: ae34edb7f4 ... user: drh tags: trunk)
2018-03-16
18:46
Avoid writing the sqlite_sequence table when it has not actually changed. (closed check-in: 3e3849a9d1 ... user: drh tags: autoinc-enhancement)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/insert.c.