SQLite

Check-in [2a81763e68]
Login

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

Overview
Comment:Performance improvement and size reduction in the Expr node allocator function sqlite3PExpr().
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 2a81763e68cdf9b8c46389b1e1a87bc2084b53e7
User & Date: drh 2016-12-06 22:47:23.006
Context
2016-12-07
13:49
Always honor the sqlite3.dbOptFlags bitmask, regardless of compile-time options. Continuing fix for ticket [da78413751863]. (check-in: afab166313 user: drh tags: trunk)
07:46
Merge latest trunk changes into this branch. (Leaf check-in: 391344d88a user: dan tags: changebatch)
2016-12-06
22:47
Performance improvement and size reduction in the Expr node allocator function sqlite3PExpr(). (check-in: 2a81763e68 user: drh tags: trunk)
19:33
Add missing nul-terminator to a Tcl_AppendResult() call in tclsqlite.c. (check-in: 0820f8b3de user: dan tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/delete.c.
Changes to src/expr.c.
Changes to src/fkey.c.
Changes to src/parse.y.
Changes to src/select.c.
Changes to src/sqliteInt.h.
Changes to src/wherecode.c.
Changes to src/whereexpr.c.