index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
misc
/
appendvfs.c
Commit message (
Expand
)
Author
Age
*
Add NULL checks on all sqlite3_vfs_find(0) calls. This is not strictly
drh
2021-06-15
*
Fix seg-fault upon appendvfs attempt to open non-existent file.
larrybr
2021-04-07
*
Fix a harmless compiler warning in the appendvfs.c extension.
drh
2021-03-17
*
Comment and stylistic changes to the appendvfs.c implementation.
drh
2021-03-16
*
Fix assert typo.
larrybr
2021-03-16
*
Fix appendvfs bug exposed with bigger files, and add tests for such conditions.
larrybr
2021-03-16
*
Bug fix in appendvfs.c: Adjust the size parameter for
drh
2021-03-11
*
Add tests for too-tiny appended DBs, clarify align macro.
larrybr
2021-03-08
*
Fix a harmless compiler warning in appendvfs.c
drh
2021-03-08
*
Require that the appendvfs suffix mark indicate that the appended database
drh
2021-03-08
*
Correct the precendence order for rules that determine how a database is
drh
2021-03-08
*
Minor comment and formatting changes.
drh
2021-03-08
*
Add grow/shrink tests. Fix truncate bug. Make appendvfs.c easier to inspect.
larrybr
2021-03-07
*
Fix appendvfs bug exposed by docsapp build (in docsrc), and tighten/revise pu...
larrybr
2021-03-05
*
Fix other potentiall pointer aliasing problems associated with subclassing
drh
2020-07-24
*
Fix harmless compiler warnings, mostly unused parameters for UDFs in the CLI.
drh
2018-01-17
*
Modify the sqltclsh startup script to look for a properly formatted
drh
2018-01-07
*
Fix the appendvfs so that it leaves sqlite3_file->pMethods as NULL if it
drh
2018-01-06
*
Fixes to the appendvfs.c extension. Add the "sqltclsh" application that
drh
2017-12-14
*
The "apndvfs" VFS shim now appears to be working for both reads and writes.
drh
2017-12-14
*
Add the ability to write to an appended database. This check-in compiles
drh
2017-12-14
*
Initial implementation of the appendvfs extension. Untested.
drh
2017-10-21