Fossil

Timeline
Login

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

5 check-ins using file src/db.c version 2b01ced30a

2013-12-11
13:00
As it turns out that _wstati64() cannot handled the special "\\?\" prefix, work around that. Otherwise the win32-longpath VFS is quite useless for fossil. Maybe a better solution should be worked out, not using _wstati64() at all. check-in: bb440899d3 user: jan.nijtmans tags: trunk
12:06
Update the built-in SQLite to the latest version 3.8.3 alpha. check-in: faa2e9d5cf user: drh tags: trunk
2013-12-10
21:15
Avoid attempting to preserve the default VFS if it has not been set. check-in: fffcf60cbc user: mistachkin tags: trunk
14:22
Make the default vfs survive after a sqlite3_shutdown (for "fossil sqlite" command). check-in: aa22b1b462 user: jan.nijtmans tags: trunk
13:23
Add new command line option "-vfs" which overrides the FOSSIL_VFS environment variable, and which works for all future DB connections. Fix .vfsname output when win32-longpath is chosen explicitly (already in SQLite trunk). check-in: eb3899ceb2 user: jan.nijtmans tags: trunk