SQLite

Check-in [f79d5b1853]
Login

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

Overview
Comment:Add testfixture command "vfs_current_time_int64". Returns the value returned by the xCurrentTimeInt64 method of the default VFS.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: f79d5b1853b3d4316ea08de8206ffca33e44c395
User & Date: dan 2015-11-16 15:28:54.851
Context
2015-11-17
19:16
Fix harmless compiler warning. (check-in: eea26b6cae user: mistachkin tags: trunk)
2015-11-16
15:28
Add testfixture command "vfs_current_time_int64". Returns the value returned by the xCurrentTimeInt64 method of the default VFS. (check-in: f79d5b1853 user: dan tags: trunk)
08:54
In the shell tool, avoid testing if (sqlite3_vfs.xGetCurrentInt64) is NULL for a version 1 VFS. This field is only defined for version 2 and greater. (check-in: ad5fcaa583 user: dan tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/test1.c.