SQLite

Check-in [089d7cecaa]
Login

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

Overview
Comment:Simplify the sessions preupdate-hook logic for transforming NULL to X'' for column sqlite_stat1.idx.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sessions-stat1
Files: files | file ages | folders
SHA3-256: 089d7cecaaa47db58320b216a111a5e56123d022008be6c81bc0746148bbdb58
User & Date: dan 2018-01-18 15:06:23.750
Context
2018-01-18
16:42
Fix sessions module conflict handling for the sqlite_stat1 table. (check-in: f05ee74e05 user: dan tags: sessions-stat1)
15:06
Simplify the sessions preupdate-hook logic for transforming NULL to X'' for column sqlite_stat1.idx. (check-in: 089d7cecaa user: dan tags: sessions-stat1)
2018-01-17
20:57
Fix a problem in the sessions module with logging sqlite_stat1 rows for which (idx IS NULL) is true. (check-in: 25bf734be1 user: dan tags: sessions-stat1)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/session/sqlite3session.c.