pkgsrc/databases/sqlite3-docs/PLIST

616 lines
25 KiB
Text
Raw Normal View History

Changes 3.7.15: * Added the sqlite3_errstr() interface. * Avoid invoking the sqlite3_trace() callback multiple times when a statement is automatically reprepared due to SQLITE_SCHEMA errors. * Added support for Windows Phone 8 platforms * Enhance IN operator processing to make use of indices with numeric affinities. * Do full-table scans using covering indices when possible, under the theory that an index will be smaller and hence can be scanned with less I/O. * Enhance the query optimizer so that ORDER BY clauses are more aggressively optimized, especially in joins where various terms of the ORDER BY clause come from separate tables of the join. * Add the ability to implement FROM clause subqueries as coroutines rather that manifesting the subquery into a temporary table. * Enhancements the command-line shell: * Added the ".print" command * Negative numbers in the ".width" command cause right-alignment * Add the ".wheretrace" command when compiled with SQLITE_DEBUG * Added the busy_timeout pragma. * Added the instr() SQL function. * Added the SQLITE_FCNTL_BUSYHANDLER file control, used to allow VFS implementations to get access to the busy handler callback. * The xDelete method in the built-in VFSes now return SQLITE_IOERR_DELETE_NOENT if the file to be deleted does not exist. * Enhanced support for QNX. * Work around an optimizer bug in the MSVC compiler when targeting ARM. * Bug fix: Avoid various concurrency problems in shared cache mode. * Bug fix: Avoid a deadlock or crash if the backup API, shared cache, and the SQLite Encryption Extension are all used at once. * Bug fix: SQL functions created using the TCL interface honor the "nullvalue" setting. * Bug fix: Fix a 32-bit overflow problem on CREATE INDEX for databases larger than 16GB. * Bug fix: Avoid segfault when using the COLLATE operator inside of a CHECK constraint or view in shared cache mode.
2012-12-15 19:42:33 +01:00
@comment $NetBSD: PLIST,v 1.13 2012/12/15 18:42:33 adam Exp $
share/doc/sqlite3/34to35.html
share/doc/sqlite3/35to36.html
share/doc/sqlite3/about.html
share/doc/sqlite3/amalgamation.html
share/doc/sqlite3/arch.html
share/doc/sqlite3/asyncvfs.html
share/doc/sqlite3/atomiccommit.html
share/doc/sqlite3/autoinc.html
share/doc/sqlite3/backup.html
share/doc/sqlite3/books.html
share/doc/sqlite3/btreemodule.html
share/doc/sqlite3/c3ref/aggregate_context.html
share/doc/sqlite3/c3ref/aggregate_count.html
share/doc/sqlite3/c3ref/auto_extension.html
share/doc/sqlite3/c3ref/backup.html
share/doc/sqlite3/c3ref/backup_finish.html
share/doc/sqlite3/c3ref/bind_blob.html
share/doc/sqlite3/c3ref/bind_parameter_count.html
share/doc/sqlite3/c3ref/bind_parameter_index.html
share/doc/sqlite3/c3ref/bind_parameter_name.html
share/doc/sqlite3/c3ref/blob.html
share/doc/sqlite3/c3ref/blob_bytes.html
share/doc/sqlite3/c3ref/blob_close.html
share/doc/sqlite3/c3ref/blob_open.html
share/doc/sqlite3/c3ref/blob_read.html
share/doc/sqlite3/c3ref/blob_reopen.html
share/doc/sqlite3/c3ref/blob_write.html
share/doc/sqlite3/c3ref/busy_handler.html
share/doc/sqlite3/c3ref/busy_timeout.html
share/doc/sqlite3/c3ref/c_abort.html
share/doc/sqlite3/c3ref/c_abort_rollback.html
share/doc/sqlite3/c3ref/c_access_exists.html
share/doc/sqlite3/c3ref/c_alter_table.html
share/doc/sqlite3/c3ref/c_any.html
share/doc/sqlite3/c3ref/c_blob.html
2011-04-12 21:03:48 +02:00
share/doc/sqlite3/c3ref/c_checkpoint_full.html
Changes 3.7.15: * Added the sqlite3_errstr() interface. * Avoid invoking the sqlite3_trace() callback multiple times when a statement is automatically reprepared due to SQLITE_SCHEMA errors. * Added support for Windows Phone 8 platforms * Enhance IN operator processing to make use of indices with numeric affinities. * Do full-table scans using covering indices when possible, under the theory that an index will be smaller and hence can be scanned with less I/O. * Enhance the query optimizer so that ORDER BY clauses are more aggressively optimized, especially in joins where various terms of the ORDER BY clause come from separate tables of the join. * Add the ability to implement FROM clause subqueries as coroutines rather that manifesting the subquery into a temporary table. * Enhancements the command-line shell: * Added the ".print" command * Negative numbers in the ".width" command cause right-alignment * Add the ".wheretrace" command when compiled with SQLITE_DEBUG * Added the busy_timeout pragma. * Added the instr() SQL function. * Added the SQLITE_FCNTL_BUSYHANDLER file control, used to allow VFS implementations to get access to the busy handler callback. * The xDelete method in the built-in VFSes now return SQLITE_IOERR_DELETE_NOENT if the file to be deleted does not exist. * Enhanced support for QNX. * Work around an optimizer bug in the MSVC compiler when targeting ARM. * Bug fix: Avoid various concurrency problems in shared cache mode. * Bug fix: Avoid a deadlock or crash if the backup API, shared cache, and the SQLite Encryption Extension are all used at once. * Bug fix: SQL functions created using the TCL interface honor the "nullvalue" setting. * Bug fix: Fix a 32-bit overflow problem on CREATE INDEX for databases larger than 16GB. * Bug fix: Avoid segfault when using the COLLATE operator inside of a CHECK constraint or view in shared cache mode.
2012-12-15 19:42:33 +01:00
share/doc/sqlite3/c3ref/c_config_covering_index_scan.html
2011-04-12 21:03:48 +02:00
share/doc/sqlite3/c3ref/c_dbconfig_enable_fkey.html
share/doc/sqlite3/c3ref/c_dbstatus_options.html
share/doc/sqlite3/c3ref/c_deny.html
share/doc/sqlite3/c3ref/c_fail.html
Changes 3.7.15: * Added the sqlite3_errstr() interface. * Avoid invoking the sqlite3_trace() callback multiple times when a statement is automatically reprepared due to SQLITE_SCHEMA errors. * Added support for Windows Phone 8 platforms * Enhance IN operator processing to make use of indices with numeric affinities. * Do full-table scans using covering indices when possible, under the theory that an index will be smaller and hence can be scanned with less I/O. * Enhance the query optimizer so that ORDER BY clauses are more aggressively optimized, especially in joins where various terms of the ORDER BY clause come from separate tables of the join. * Add the ability to implement FROM clause subqueries as coroutines rather that manifesting the subquery into a temporary table. * Enhancements the command-line shell: * Added the ".print" command * Negative numbers in the ".width" command cause right-alignment * Add the ".wheretrace" command when compiled with SQLITE_DEBUG * Added the busy_timeout pragma. * Added the instr() SQL function. * Added the SQLITE_FCNTL_BUSYHANDLER file control, used to allow VFS implementations to get access to the busy handler callback. * The xDelete method in the built-in VFSes now return SQLITE_IOERR_DELETE_NOENT if the file to be deleted does not exist. * Enhanced support for QNX. * Work around an optimizer bug in the MSVC compiler when targeting ARM. * Bug fix: Avoid various concurrency problems in shared cache mode. * Bug fix: Avoid a deadlock or crash if the backup API, shared cache, and the SQLite Encryption Extension are all used at once. * Bug fix: SQL functions created using the TCL interface honor the "nullvalue" setting. * Bug fix: Fix a 32-bit overflow problem on CREATE INDEX for databases larger than 16GB. * Bug fix: Avoid segfault when using the COLLATE operator inside of a CHECK constraint or view in shared cache mode.
2012-12-15 19:42:33 +01:00
share/doc/sqlite3/c3ref/c_fcntl_busyhandler.html
share/doc/sqlite3/c3ref/c_index_constraint_eq.html
share/doc/sqlite3/c3ref/c_iocap_atomic.html
share/doc/sqlite3/c3ref/c_limit_attached.html
share/doc/sqlite3/c3ref/c_lock_exclusive.html
share/doc/sqlite3/c3ref/c_mutex_fast.html
share/doc/sqlite3/c3ref/c_open_autoproxy.html
share/doc/sqlite3/c3ref/c_shm_exclusive.html
share/doc/sqlite3/c3ref/c_shm_nlock.html
share/doc/sqlite3/c3ref/c_source_id.html
share/doc/sqlite3/c3ref/c_static.html
share/doc/sqlite3/c3ref/c_status_malloc_count.html
share/doc/sqlite3/c3ref/c_stmtstatus_counter.html
share/doc/sqlite3/c3ref/c_sync_dataonly.html
share/doc/sqlite3/c3ref/c_testctrl_always.html
share/doc/sqlite3/c3ref/c_vtab_constraint_support.html
share/doc/sqlite3/c3ref/changes.html
share/doc/sqlite3/c3ref/clear_bindings.html
share/doc/sqlite3/c3ref/close.html
share/doc/sqlite3/c3ref/collation_needed.html
share/doc/sqlite3/c3ref/column_blob.html
share/doc/sqlite3/c3ref/column_count.html
share/doc/sqlite3/c3ref/column_database_name.html
share/doc/sqlite3/c3ref/column_decltype.html
share/doc/sqlite3/c3ref/column_name.html
share/doc/sqlite3/c3ref/commit_hook.html
share/doc/sqlite3/c3ref/compileoption_get.html
share/doc/sqlite3/c3ref/complete.html
share/doc/sqlite3/c3ref/config.html
share/doc/sqlite3/c3ref/constlist.html
share/doc/sqlite3/c3ref/context.html
share/doc/sqlite3/c3ref/context_db_handle.html
share/doc/sqlite3/c3ref/create_collation.html
share/doc/sqlite3/c3ref/create_function.html
share/doc/sqlite3/c3ref/create_module.html
share/doc/sqlite3/c3ref/data_count.html
share/doc/sqlite3/c3ref/data_directory.html
share/doc/sqlite3/c3ref/db_config.html
Changes 3.7.10: * The default schema format number is changed from 1 to 4. This means that, unless the PRAGMA legacy_file_format=ON statement is run, newly created database files will be unreadable by version of SQLite prior to 3.3.0 (2006-01-10). It also means that the descending indices are enabled by default. * The sqlite3_pcache_methods structure and the SQLITE_CONFIG_PCACHE and SQLITE_CONFIG_GETPCACHE configuration parameters are deprecated. They are replaced by a new sqlite3_pcache_methods2 structure and SQLITE_CONFIG_PCACHE2 and SQLITE_CONFIG_GETPCACHE2 configuration parameters. * Added the powersafe overwrite property to the VFS interface. Provide the SQLITE_IOCAP_POWERSAFE_OVERWRITE I/O capability, the SQLITE_POWERSAFE_OVERWRITE compile-time option, and the "psow=BOOLEAN" query parameter for URI filenames. * Added the sqlite3_db_release_memory() interface and the shrink_memory pragma. * Added the sqlite3_db_filename() interface. * Added the sqlite3_stmt_busy() interface. * Added the sqlite3_uri_boolean() and sqlite3_uri_int64() interfaces. * If the argument to PRAGMA cache_size is negative N, that means to use approximately -1024*N bytes of memory for the page cache regardless of the page size. * Enhanced the default memory allocator to make use of _msize() on windows, malloc_size() on Mac, and malloc_usable_size() on Linux. * Enhanced the query planner to support index queries with range constraints on the rowid. * Enhanced the query planner flattening logic to allow UNION ALL compounds to be promoted upwards to replace a simple wrapper SELECT even if the compounds are joins. * Enhanced the query planner so that the xfer optimization can be used with INTEGER PRIMARY KEY ON CONFLICT as long as the destination table is initially empty. * Enhanced the windows VFS so that all system calls can be overridden using the xSetSystemCall interface. * Updated the "unix-dotfile" VFS to use locking directories with mkdir() and rmdir() instead of locking files with open() and unlink(). * Enhancements to the test_quota.c extension to support stdio-like interfaces with quotas. * Change the unix VFS to be tolerant of read() system calls that return less then the full number of requested bytes. * Change both unix and windows VFSes to report a sector size of 4096 instead of the old default of 512. * In the TCL Interface, add the -uri option to the "sqlite3" TCL command used for creating new database connection objects. * Added the SQLITE_TESTCTRL_EXPLAIN_STMT test-control option with the SQLITE_ENABLE_TREE_EXPLAIN compile-time option to enable the command-line shell to display ASCII-art parse trees of SQL statements that it processes, for debugging and analysis. * Bug fix: Add an additional xSync when restarting a WAL in order to prevent an exceedingly unlikely but theoretically possible database corruption following power-loss. * Bug fix: Change the VDBE so that all registers are initialized to Invalid instead of NULL. * Bug fix: Fix problems that can result from 32-bit integer overflow.
2012-01-17 16:53:13 +01:00
share/doc/sqlite3/c3ref/db_filename.html
share/doc/sqlite3/c3ref/db_handle.html
share/doc/sqlite3/c3ref/db_mutex.html
share/doc/sqlite3/c3ref/db_readonly.html
Changes 3.7.10: * The default schema format number is changed from 1 to 4. This means that, unless the PRAGMA legacy_file_format=ON statement is run, newly created database files will be unreadable by version of SQLite prior to 3.3.0 (2006-01-10). It also means that the descending indices are enabled by default. * The sqlite3_pcache_methods structure and the SQLITE_CONFIG_PCACHE and SQLITE_CONFIG_GETPCACHE configuration parameters are deprecated. They are replaced by a new sqlite3_pcache_methods2 structure and SQLITE_CONFIG_PCACHE2 and SQLITE_CONFIG_GETPCACHE2 configuration parameters. * Added the powersafe overwrite property to the VFS interface. Provide the SQLITE_IOCAP_POWERSAFE_OVERWRITE I/O capability, the SQLITE_POWERSAFE_OVERWRITE compile-time option, and the "psow=BOOLEAN" query parameter for URI filenames. * Added the sqlite3_db_release_memory() interface and the shrink_memory pragma. * Added the sqlite3_db_filename() interface. * Added the sqlite3_stmt_busy() interface. * Added the sqlite3_uri_boolean() and sqlite3_uri_int64() interfaces. * If the argument to PRAGMA cache_size is negative N, that means to use approximately -1024*N bytes of memory for the page cache regardless of the page size. * Enhanced the default memory allocator to make use of _msize() on windows, malloc_size() on Mac, and malloc_usable_size() on Linux. * Enhanced the query planner to support index queries with range constraints on the rowid. * Enhanced the query planner flattening logic to allow UNION ALL compounds to be promoted upwards to replace a simple wrapper SELECT even if the compounds are joins. * Enhanced the query planner so that the xfer optimization can be used with INTEGER PRIMARY KEY ON CONFLICT as long as the destination table is initially empty. * Enhanced the windows VFS so that all system calls can be overridden using the xSetSystemCall interface. * Updated the "unix-dotfile" VFS to use locking directories with mkdir() and rmdir() instead of locking files with open() and unlink(). * Enhancements to the test_quota.c extension to support stdio-like interfaces with quotas. * Change the unix VFS to be tolerant of read() system calls that return less then the full number of requested bytes. * Change both unix and windows VFSes to report a sector size of 4096 instead of the old default of 512. * In the TCL Interface, add the -uri option to the "sqlite3" TCL command used for creating new database connection objects. * Added the SQLITE_TESTCTRL_EXPLAIN_STMT test-control option with the SQLITE_ENABLE_TREE_EXPLAIN compile-time option to enable the command-line shell to display ASCII-art parse trees of SQL statements that it processes, for debugging and analysis. * Bug fix: Add an additional xSync when restarting a WAL in order to prevent an exceedingly unlikely but theoretically possible database corruption following power-loss. * Bug fix: Change the VDBE so that all registers are initialized to Invalid instead of NULL. * Bug fix: Fix problems that can result from 32-bit integer overflow.
2012-01-17 16:53:13 +01:00
share/doc/sqlite3/c3ref/db_release_memory.html
share/doc/sqlite3/c3ref/db_status.html
share/doc/sqlite3/c3ref/declare_vtab.html
share/doc/sqlite3/c3ref/enable_load_extension.html
share/doc/sqlite3/c3ref/enable_shared_cache.html
share/doc/sqlite3/c3ref/errcode.html
share/doc/sqlite3/c3ref/exec.html
share/doc/sqlite3/c3ref/experimental.html
share/doc/sqlite3/c3ref/extended_result_codes.html
share/doc/sqlite3/c3ref/file.html
share/doc/sqlite3/c3ref/file_control.html
share/doc/sqlite3/c3ref/finalize.html
share/doc/sqlite3/c3ref/free.html
share/doc/sqlite3/c3ref/free_table.html
share/doc/sqlite3/c3ref/funclist.html
share/doc/sqlite3/c3ref/get_autocommit.html
share/doc/sqlite3/c3ref/get_auxdata.html
share/doc/sqlite3/c3ref/index_info.html
share/doc/sqlite3/c3ref/initialize.html
share/doc/sqlite3/c3ref/int64.html
share/doc/sqlite3/c3ref/interrupt.html
share/doc/sqlite3/c3ref/intro.html
share/doc/sqlite3/c3ref/io_methods.html
share/doc/sqlite3/c3ref/last_insert_rowid.html
share/doc/sqlite3/c3ref/libversion.html
share/doc/sqlite3/c3ref/limit.html
share/doc/sqlite3/c3ref/load_extension.html
share/doc/sqlite3/c3ref/log.html
share/doc/sqlite3/c3ref/mem_methods.html
share/doc/sqlite3/c3ref/memory_highwater.html
share/doc/sqlite3/c3ref/module.html
share/doc/sqlite3/c3ref/mprintf.html
share/doc/sqlite3/c3ref/mutex.html
share/doc/sqlite3/c3ref/mutex_alloc.html
share/doc/sqlite3/c3ref/mutex_held.html
share/doc/sqlite3/c3ref/mutex_methods.html
share/doc/sqlite3/c3ref/next_stmt.html
share/doc/sqlite3/c3ref/objlist.html
share/doc/sqlite3/c3ref/open.html
share/doc/sqlite3/c3ref/overload_function.html
share/doc/sqlite3/c3ref/pcache.html
Changes 3.7.10: * The default schema format number is changed from 1 to 4. This means that, unless the PRAGMA legacy_file_format=ON statement is run, newly created database files will be unreadable by version of SQLite prior to 3.3.0 (2006-01-10). It also means that the descending indices are enabled by default. * The sqlite3_pcache_methods structure and the SQLITE_CONFIG_PCACHE and SQLITE_CONFIG_GETPCACHE configuration parameters are deprecated. They are replaced by a new sqlite3_pcache_methods2 structure and SQLITE_CONFIG_PCACHE2 and SQLITE_CONFIG_GETPCACHE2 configuration parameters. * Added the powersafe overwrite property to the VFS interface. Provide the SQLITE_IOCAP_POWERSAFE_OVERWRITE I/O capability, the SQLITE_POWERSAFE_OVERWRITE compile-time option, and the "psow=BOOLEAN" query parameter for URI filenames. * Added the sqlite3_db_release_memory() interface and the shrink_memory pragma. * Added the sqlite3_db_filename() interface. * Added the sqlite3_stmt_busy() interface. * Added the sqlite3_uri_boolean() and sqlite3_uri_int64() interfaces. * If the argument to PRAGMA cache_size is negative N, that means to use approximately -1024*N bytes of memory for the page cache regardless of the page size. * Enhanced the default memory allocator to make use of _msize() on windows, malloc_size() on Mac, and malloc_usable_size() on Linux. * Enhanced the query planner to support index queries with range constraints on the rowid. * Enhanced the query planner flattening logic to allow UNION ALL compounds to be promoted upwards to replace a simple wrapper SELECT even if the compounds are joins. * Enhanced the query planner so that the xfer optimization can be used with INTEGER PRIMARY KEY ON CONFLICT as long as the destination table is initially empty. * Enhanced the windows VFS so that all system calls can be overridden using the xSetSystemCall interface. * Updated the "unix-dotfile" VFS to use locking directories with mkdir() and rmdir() instead of locking files with open() and unlink(). * Enhancements to the test_quota.c extension to support stdio-like interfaces with quotas. * Change the unix VFS to be tolerant of read() system calls that return less then the full number of requested bytes. * Change both unix and windows VFSes to report a sector size of 4096 instead of the old default of 512. * In the TCL Interface, add the -uri option to the "sqlite3" TCL command used for creating new database connection objects. * Added the SQLITE_TESTCTRL_EXPLAIN_STMT test-control option with the SQLITE_ENABLE_TREE_EXPLAIN compile-time option to enable the command-line shell to display ASCII-art parse trees of SQL statements that it processes, for debugging and analysis. * Bug fix: Add an additional xSync when restarting a WAL in order to prevent an exceedingly unlikely but theoretically possible database corruption following power-loss. * Bug fix: Change the VDBE so that all registers are initialized to Invalid instead of NULL. * Bug fix: Fix problems that can result from 32-bit integer overflow.
2012-01-17 16:53:13 +01:00
share/doc/sqlite3/c3ref/pcache_methods2.html
share/doc/sqlite3/c3ref/pcache_page.html
share/doc/sqlite3/c3ref/prepare.html
share/doc/sqlite3/c3ref/profile.html
share/doc/sqlite3/c3ref/progress_handler.html
share/doc/sqlite3/c3ref/randomness.html
share/doc/sqlite3/c3ref/release_memory.html
share/doc/sqlite3/c3ref/reset.html
share/doc/sqlite3/c3ref/reset_auto_extension.html
share/doc/sqlite3/c3ref/result_blob.html
share/doc/sqlite3/c3ref/set_authorizer.html
share/doc/sqlite3/c3ref/sleep.html
share/doc/sqlite3/c3ref/soft_heap_limit.html
share/doc/sqlite3/c3ref/soft_heap_limit64.html
share/doc/sqlite3/c3ref/sql.html
share/doc/sqlite3/c3ref/sqlite3.html
share/doc/sqlite3/c3ref/status.html
share/doc/sqlite3/c3ref/step.html
share/doc/sqlite3/c3ref/stmt.html
Changes 3.7.10: * The default schema format number is changed from 1 to 4. This means that, unless the PRAGMA legacy_file_format=ON statement is run, newly created database files will be unreadable by version of SQLite prior to 3.3.0 (2006-01-10). It also means that the descending indices are enabled by default. * The sqlite3_pcache_methods structure and the SQLITE_CONFIG_PCACHE and SQLITE_CONFIG_GETPCACHE configuration parameters are deprecated. They are replaced by a new sqlite3_pcache_methods2 structure and SQLITE_CONFIG_PCACHE2 and SQLITE_CONFIG_GETPCACHE2 configuration parameters. * Added the powersafe overwrite property to the VFS interface. Provide the SQLITE_IOCAP_POWERSAFE_OVERWRITE I/O capability, the SQLITE_POWERSAFE_OVERWRITE compile-time option, and the "psow=BOOLEAN" query parameter for URI filenames. * Added the sqlite3_db_release_memory() interface and the shrink_memory pragma. * Added the sqlite3_db_filename() interface. * Added the sqlite3_stmt_busy() interface. * Added the sqlite3_uri_boolean() and sqlite3_uri_int64() interfaces. * If the argument to PRAGMA cache_size is negative N, that means to use approximately -1024*N bytes of memory for the page cache regardless of the page size. * Enhanced the default memory allocator to make use of _msize() on windows, malloc_size() on Mac, and malloc_usable_size() on Linux. * Enhanced the query planner to support index queries with range constraints on the rowid. * Enhanced the query planner flattening logic to allow UNION ALL compounds to be promoted upwards to replace a simple wrapper SELECT even if the compounds are joins. * Enhanced the query planner so that the xfer optimization can be used with INTEGER PRIMARY KEY ON CONFLICT as long as the destination table is initially empty. * Enhanced the windows VFS so that all system calls can be overridden using the xSetSystemCall interface. * Updated the "unix-dotfile" VFS to use locking directories with mkdir() and rmdir() instead of locking files with open() and unlink(). * Enhancements to the test_quota.c extension to support stdio-like interfaces with quotas. * Change the unix VFS to be tolerant of read() system calls that return less then the full number of requested bytes. * Change both unix and windows VFSes to report a sector size of 4096 instead of the old default of 512. * In the TCL Interface, add the -uri option to the "sqlite3" TCL command used for creating new database connection objects. * Added the SQLITE_TESTCTRL_EXPLAIN_STMT test-control option with the SQLITE_ENABLE_TREE_EXPLAIN compile-time option to enable the command-line shell to display ASCII-art parse trees of SQL statements that it processes, for debugging and analysis. * Bug fix: Add an additional xSync when restarting a WAL in order to prevent an exceedingly unlikely but theoretically possible database corruption following power-loss. * Bug fix: Change the VDBE so that all registers are initialized to Invalid instead of NULL. * Bug fix: Fix problems that can result from 32-bit integer overflow.
2012-01-17 16:53:13 +01:00
share/doc/sqlite3/c3ref/stmt_busy.html
share/doc/sqlite3/c3ref/stmt_readonly.html
share/doc/sqlite3/c3ref/stmt_status.html
share/doc/sqlite3/c3ref/stricmp.html
share/doc/sqlite3/c3ref/table_column_metadata.html
share/doc/sqlite3/c3ref/temp_directory.html
share/doc/sqlite3/c3ref/test_control.html
share/doc/sqlite3/c3ref/threadsafe.html
share/doc/sqlite3/c3ref/total_changes.html
share/doc/sqlite3/c3ref/unlock_notify.html
share/doc/sqlite3/c3ref/update_hook.html
Changes 3.7.10: * The default schema format number is changed from 1 to 4. This means that, unless the PRAGMA legacy_file_format=ON statement is run, newly created database files will be unreadable by version of SQLite prior to 3.3.0 (2006-01-10). It also means that the descending indices are enabled by default. * The sqlite3_pcache_methods structure and the SQLITE_CONFIG_PCACHE and SQLITE_CONFIG_GETPCACHE configuration parameters are deprecated. They are replaced by a new sqlite3_pcache_methods2 structure and SQLITE_CONFIG_PCACHE2 and SQLITE_CONFIG_GETPCACHE2 configuration parameters. * Added the powersafe overwrite property to the VFS interface. Provide the SQLITE_IOCAP_POWERSAFE_OVERWRITE I/O capability, the SQLITE_POWERSAFE_OVERWRITE compile-time option, and the "psow=BOOLEAN" query parameter for URI filenames. * Added the sqlite3_db_release_memory() interface and the shrink_memory pragma. * Added the sqlite3_db_filename() interface. * Added the sqlite3_stmt_busy() interface. * Added the sqlite3_uri_boolean() and sqlite3_uri_int64() interfaces. * If the argument to PRAGMA cache_size is negative N, that means to use approximately -1024*N bytes of memory for the page cache regardless of the page size. * Enhanced the default memory allocator to make use of _msize() on windows, malloc_size() on Mac, and malloc_usable_size() on Linux. * Enhanced the query planner to support index queries with range constraints on the rowid. * Enhanced the query planner flattening logic to allow UNION ALL compounds to be promoted upwards to replace a simple wrapper SELECT even if the compounds are joins. * Enhanced the query planner so that the xfer optimization can be used with INTEGER PRIMARY KEY ON CONFLICT as long as the destination table is initially empty. * Enhanced the windows VFS so that all system calls can be overridden using the xSetSystemCall interface. * Updated the "unix-dotfile" VFS to use locking directories with mkdir() and rmdir() instead of locking files with open() and unlink(). * Enhancements to the test_quota.c extension to support stdio-like interfaces with quotas. * Change the unix VFS to be tolerant of read() system calls that return less then the full number of requested bytes. * Change both unix and windows VFSes to report a sector size of 4096 instead of the old default of 512. * In the TCL Interface, add the -uri option to the "sqlite3" TCL command used for creating new database connection objects. * Added the SQLITE_TESTCTRL_EXPLAIN_STMT test-control option with the SQLITE_ENABLE_TREE_EXPLAIN compile-time option to enable the command-line shell to display ASCII-art parse trees of SQL statements that it processes, for debugging and analysis. * Bug fix: Add an additional xSync when restarting a WAL in order to prevent an exceedingly unlikely but theoretically possible database corruption following power-loss. * Bug fix: Change the VDBE so that all registers are initialized to Invalid instead of NULL. * Bug fix: Fix problems that can result from 32-bit integer overflow.
2012-01-17 16:53:13 +01:00
share/doc/sqlite3/c3ref/uri_boolean.html
share/doc/sqlite3/c3ref/user_data.html
share/doc/sqlite3/c3ref/value.html
share/doc/sqlite3/c3ref/value_blob.html
share/doc/sqlite3/c3ref/vfs.html
share/doc/sqlite3/c3ref/vfs_find.html
share/doc/sqlite3/c3ref/vtab.html
share/doc/sqlite3/c3ref/vtab_config.html
share/doc/sqlite3/c3ref/vtab_cursor.html
share/doc/sqlite3/c3ref/vtab_on_conflict.html
share/doc/sqlite3/c3ref/wal_autocheckpoint.html
share/doc/sqlite3/c3ref/wal_checkpoint.html
2011-04-12 21:03:48 +02:00
share/doc/sqlite3/c3ref/wal_checkpoint_v2.html
share/doc/sqlite3/c3ref/wal_hook.html
share/doc/sqlite3/c_interface.html
share/doc/sqlite3/capi3.html
share/doc/sqlite3/capi3ref.html
share/doc/sqlite3/changes.html
share/doc/sqlite3/cintro.html
share/doc/sqlite3/compile.html
share/doc/sqlite3/conflict.html
share/doc/sqlite3/consortium.html
share/doc/sqlite3/consortium_agreement-20071201.html
share/doc/sqlite3/copyright-release.html
share/doc/sqlite3/copyright-release.pdf
share/doc/sqlite3/copyright.html
share/doc/sqlite3/crew.html
share/doc/sqlite3/custombuild.html
share/doc/sqlite3/cvstrac.css
share/doc/sqlite3/datatype3.html
share/doc/sqlite3/datatypes.html
share/doc/sqlite3/dev.html
share/doc/sqlite3/different.html
share/doc/sqlite3/doc_backlink_crossref.html
share/doc/sqlite3/doc_keyword_crossref.html
share/doc/sqlite3/doc_pagelink_crossref.html
share/doc/sqlite3/doc_target_crossref.html
share/doc/sqlite3/doclist.html
share/doc/sqlite3/docs.html
share/doc/sqlite3/download.html
share/doc/sqlite3/eqp.html
share/doc/sqlite3/famous.html
share/doc/sqlite3/faq.html
share/doc/sqlite3/favicon.ico
share/doc/sqlite3/features.html
share/doc/sqlite3/fileformat2.html
share/doc/sqlite3/fileio.html
share/doc/sqlite3/footprint.html
share/doc/sqlite3/foreignkeys.html
share/doc/sqlite3/formatchng.html
share/doc/sqlite3/fts3.html
share/doc/sqlite3/howtocompile.html
share/doc/sqlite3/howtocorrupt.html
share/doc/sqlite3/images/2005osaward.gif
share/doc/sqlite3/images/SQLite.gif
share/doc/sqlite3/images/SQLite_big.gif
share/doc/sqlite3/images/ac/commit-0.gif
share/doc/sqlite3/images/ac/commit-1.gif
share/doc/sqlite3/images/ac/commit-2.gif
share/doc/sqlite3/images/ac/commit-3.gif
share/doc/sqlite3/images/ac/commit-4.gif
share/doc/sqlite3/images/ac/commit-5.gif
share/doc/sqlite3/images/ac/commit-6.gif
share/doc/sqlite3/images/ac/commit-7.gif
share/doc/sqlite3/images/ac/commit-8.gif
share/doc/sqlite3/images/ac/commit-9.gif
share/doc/sqlite3/images/ac/commit-A.gif
share/doc/sqlite3/images/ac/commit-B.gif
share/doc/sqlite3/images/ac/multi-0.gif
share/doc/sqlite3/images/ac/multi-1.gif
share/doc/sqlite3/images/ac/multi-2.gif
share/doc/sqlite3/images/ac/multi-3.gif
share/doc/sqlite3/images/ac/multi-4.gif
share/doc/sqlite3/images/ac/multi-5.gif
share/doc/sqlite3/images/ac/rollback-0.gif
share/doc/sqlite3/images/ac/rollback-1.gif
share/doc/sqlite3/images/ac/rollback-2.gif
share/doc/sqlite3/images/ac/rollback-3.gif
share/doc/sqlite3/images/ac/rollback-4.gif
share/doc/sqlite3/images/ac/rollback-5.gif
Changes 3.7.15: * Added the sqlite3_errstr() interface. * Avoid invoking the sqlite3_trace() callback multiple times when a statement is automatically reprepared due to SQLITE_SCHEMA errors. * Added support for Windows Phone 8 platforms * Enhance IN operator processing to make use of indices with numeric affinities. * Do full-table scans using covering indices when possible, under the theory that an index will be smaller and hence can be scanned with less I/O. * Enhance the query optimizer so that ORDER BY clauses are more aggressively optimized, especially in joins where various terms of the ORDER BY clause come from separate tables of the join. * Add the ability to implement FROM clause subqueries as coroutines rather that manifesting the subquery into a temporary table. * Enhancements the command-line shell: * Added the ".print" command * Negative numbers in the ".width" command cause right-alignment * Add the ".wheretrace" command when compiled with SQLITE_DEBUG * Added the busy_timeout pragma. * Added the instr() SQL function. * Added the SQLITE_FCNTL_BUSYHANDLER file control, used to allow VFS implementations to get access to the busy handler callback. * The xDelete method in the built-in VFSes now return SQLITE_IOERR_DELETE_NOENT if the file to be deleted does not exist. * Enhanced support for QNX. * Work around an optimizer bug in the MSVC compiler when targeting ARM. * Bug fix: Avoid various concurrency problems in shared cache mode. * Bug fix: Avoid a deadlock or crash if the backup API, shared cache, and the SQLite Encryption Extension are all used at once. * Bug fix: SQL functions created using the TCL interface honor the "nullvalue" setting. * Bug fix: Fix a 32-bit overflow problem on CREATE INDEX for databases larger than 16GB. * Bug fix: Avoid segfault when using the COLLATE operator inside of a CHECK constraint or view in shared cache mode.
2012-12-15 19:42:33 +01:00
share/doc/sqlite3/images/apple-touch-icon.png
share/doc/sqlite3/images/arch.gif
share/doc/sqlite3/images/arch.png
share/doc/sqlite3/images/arch2.gif
share/doc/sqlite3/images/books/droessler.jpg
share/doc/sqlite3/images/books/haldar.gif
share/doc/sqlite3/images/books/kreibich.gif
share/doc/sqlite3/images/books/newman.jpg
share/doc/sqlite3/images/books/nishizawa2.jpg
share/doc/sqlite3/images/books/owens.jpg
share/doc/sqlite3/images/books/symbiansql.jpg
share/doc/sqlite3/images/books/vanderLans.jpg
share/doc/sqlite3/images/btreemodule_balance_deeper.svg
share/doc/sqlite3/images/btreemodule_balance_quick.svg
share/doc/sqlite3/images/btreemodule_balance_shallower.svg
share/doc/sqlite3/images/btreemodule_delete1.svg
share/doc/sqlite3/images/btreemodule_overview.svg
share/doc/sqlite3/images/chw.jpg
share/doc/sqlite3/images/dan1.jpg
share/doc/sqlite3/images/direct1b.gif
share/doc/sqlite3/images/drh1.jpg
2011-04-12 21:03:48 +02:00
share/doc/sqlite3/images/fileformat/._filesystem1.gif
share/doc/sqlite3/images/fileformat/._master_journal_ptr.gif
share/doc/sqlite3/images/fileformat/.~lock.indexpage.odg#
share/doc/sqlite3/images/fileformat/db_connection.gif
share/doc/sqlite3/images/fileformat/examplepop.gif
share/doc/sqlite3/images/fileformat/fileio_diagrams.odg
share/doc/sqlite3/images/fileformat/filesystem1.gif
share/doc/sqlite3/images/fileformat/filesystem2.gif
share/doc/sqlite3/images/fileformat/freelistpage.gif
share/doc/sqlite3/images/fileformat/indexlongrecord.gif
share/doc/sqlite3/images/fileformat/indexpage.gif
share/doc/sqlite3/images/fileformat/indexpage.odg
share/doc/sqlite3/images/fileformat/indexshortrecord.gif
share/doc/sqlite3/images/fileformat/indextree.gif
share/doc/sqlite3/images/fileformat/journal_format.gif
share/doc/sqlite3/images/fileformat/journal_header.gif
share/doc/sqlite3/images/fileformat/journal_record.gif
share/doc/sqlite3/images/fileformat/master_journal_ptr.gif
share/doc/sqlite3/images/fileformat/overflowpage.gif
share/doc/sqlite3/images/fileformat/pointermapentry.gif
share/doc/sqlite3/images/fileformat/recordformat.gif
share/doc/sqlite3/images/fileformat/rtdocs.css
share/doc/sqlite3/images/fileformat/rtdocs.js
share/doc/sqlite3/images/fileformat/tablelongrecord.gif
share/doc/sqlite3/images/fileformat/tablenodecell.gif
share/doc/sqlite3/images/fileformat/tableshortrecord.gif
share/doc/sqlite3/images/fileformat/tabletree.gif
share/doc/sqlite3/images/fileformat/vfs_role.gif
share/doc/sqlite3/images/fileformat/write_transaction.gif
share/doc/sqlite3/images/foreignlogos/adobe-logo.gif
share/doc/sqlite3/images/foreignlogos/adobe.gif
share/doc/sqlite3/images/foreignlogos/airbus1.gif
share/doc/sqlite3/images/foreignlogos/airbus2.gif
share/doc/sqlite3/images/foreignlogos/apple.gif
share/doc/sqlite3/images/foreignlogos/bentley.gif
share/doc/sqlite3/images/foreignlogos/bentley.jpg
share/doc/sqlite3/images/foreignlogos/bloomberg.gif
share/doc/sqlite3/images/foreignlogos/dropbox.gif
share/doc/sqlite3/images/foreignlogos/firefox.gif
share/doc/sqlite3/images/foreignlogos/flame.gif
share/doc/sqlite3/images/foreignlogos/ge.gif
share/doc/sqlite3/images/foreignlogos/google.gif
2011-04-12 21:03:48 +02:00
share/doc/sqlite3/images/foreignlogos/intuit.gif
share/doc/sqlite3/images/foreignlogos/mcaffee.gif
share/doc/sqlite3/images/foreignlogos/microsoft.gif
share/doc/sqlite3/images/foreignlogos/monotone.gif
share/doc/sqlite3/images/foreignlogos/mozilla.gif
2011-04-12 21:03:48 +02:00
share/doc/sqlite3/images/foreignlogos/nokia.gif
share/doc/sqlite3/images/foreignlogos/oracle.gif
share/doc/sqlite3/images/foreignlogos/philips.gif
share/doc/sqlite3/images/foreignlogos/php.gif
share/doc/sqlite3/images/foreignlogos/python.gif
share/doc/sqlite3/images/foreignlogos/realbasic.gif
share/doc/sqlite3/images/foreignlogos/skype.gif
share/doc/sqlite3/images/foreignlogos/sony.gif
share/doc/sqlite3/images/foreignlogos/sunmicro.gif
share/doc/sqlite3/images/foreignlogos/symbian.gif
share/doc/sqlite3/images/foreignlogos/toshiba.gif
share/doc/sqlite3/images/fts3_doclist.png
share/doc/sqlite3/images/fts3_doclist.svg
share/doc/sqlite3/images/fts3_doclist2.png
share/doc/sqlite3/images/fts3_doclist2.svg
share/doc/sqlite3/images/fts3_interior_node.png
share/doc/sqlite3/images/fts3_interior_node.svg
share/doc/sqlite3/images/fts3_leaf_node.png
share/doc/sqlite3/images/fts3_leaf_node.svg
share/doc/sqlite3/images/fullscanb.gif
share/doc/sqlite3/images/harmony.gif
share/doc/sqlite3/images/index-ex1-x-b.gif
share/doc/sqlite3/images/indirect1b1.gif
share/doc/sqlite3/images/joe1.jpg
share/doc/sqlite3/images/ne.gif
share/doc/sqlite3/images/ne.png
share/doc/sqlite3/images/nocopy.gif
share/doc/sqlite3/images/nw.gif
share/doc/sqlite3/images/nw.png
share/doc/sqlite3/images/powered_by_sqlite.gif
share/doc/sqlite3/images/private_branch.gif
share/doc/sqlite3/images/qp/fruitobstate.gif
share/doc/sqlite3/images/qp/fruitobstate0.gif
share/doc/sqlite3/images/qp/fullscan.gif
share/doc/sqlite3/images/qp/idx1.gif
share/doc/sqlite3/images/qp/idx1lu1.gif
share/doc/sqlite3/images/qp/idx1lu2.gif
share/doc/sqlite3/images/qp/idx1lu3.gif
share/doc/sqlite3/images/qp/idx2.gif
share/doc/sqlite3/images/qp/idx2lu1.gif
share/doc/sqlite3/images/qp/idx3.gif
share/doc/sqlite3/images/qp/idx3lu1.gif
share/doc/sqlite3/images/qp/idx3lu2.gif
share/doc/sqlite3/images/qp/idx4.gif
share/doc/sqlite3/images/qp/idx4lu1.gif
share/doc/sqlite3/images/qp/obfruitidx1.gif
share/doc/sqlite3/images/qp/obfruitidx4.gif
share/doc/sqlite3/images/qp/obfruitnoidx.gif
share/doc/sqlite3/images/qp/obrowid.gif
share/doc/sqlite3/images/qp/orquery.gif
share/doc/sqlite3/images/qp/rowidlu.gif
share/doc/sqlite3/images/qp/tab.gif
share/doc/sqlite3/images/se.gif
share/doc/sqlite3/images/se.png
share/doc/sqlite3/images/shane1.jpg
share/doc/sqlite3/images/shared.gif
share/doc/sqlite3/images/sqlite370.jpg
share/doc/sqlite3/images/sqlite370_banner.gif
share/doc/sqlite3/images/src_logo.gif
share/doc/sqlite3/images/sw.gif
share/doc/sqlite3/images/sw.png
share/doc/sqlite3/images/syntax/alter-table-stmt.gif
share/doc/sqlite3/images/syntax/analyze-stmt.gif
share/doc/sqlite3/images/syntax/attach-stmt.gif
share/doc/sqlite3/images/syntax/begin-stmt.gif
share/doc/sqlite3/images/syntax/column-constraint.gif
share/doc/sqlite3/images/syntax/column-def.gif
share/doc/sqlite3/images/syntax/comment-syntax.gif
share/doc/sqlite3/images/syntax/commit-stmt.gif
share/doc/sqlite3/images/syntax/compound-operator.gif
share/doc/sqlite3/images/syntax/conflict-clause.gif
share/doc/sqlite3/images/syntax/create-index-stmt.gif
share/doc/sqlite3/images/syntax/create-table-stmt.gif
share/doc/sqlite3/images/syntax/create-trigger-stmt.gif
share/doc/sqlite3/images/syntax/create-view-stmt.gif
share/doc/sqlite3/images/syntax/create-virtual-table-stmt.gif
share/doc/sqlite3/images/syntax/delete-stmt-limited.gif
share/doc/sqlite3/images/syntax/delete-stmt.gif
share/doc/sqlite3/images/syntax/detach-stmt.gif
share/doc/sqlite3/images/syntax/drop-index-stmt.gif
share/doc/sqlite3/images/syntax/drop-table-stmt.gif
share/doc/sqlite3/images/syntax/drop-trigger-stmt.gif
share/doc/sqlite3/images/syntax/drop-view-stmt.gif
share/doc/sqlite3/images/syntax/expr.gif
share/doc/sqlite3/images/syntax/foreign-key-clause.gif
share/doc/sqlite3/images/syntax/indexed-column.gif
share/doc/sqlite3/images/syntax/insert-stmt.gif
share/doc/sqlite3/images/syntax/join-constraint.gif
share/doc/sqlite3/images/syntax/join-op.gif
share/doc/sqlite3/images/syntax/join-source.gif
share/doc/sqlite3/images/syntax/literal-value.gif
share/doc/sqlite3/images/syntax/numeric-literal.gif
share/doc/sqlite3/images/syntax/ordering-term.gif
share/doc/sqlite3/images/syntax/pragma-stmt.gif
share/doc/sqlite3/images/syntax/pragma-value.gif
share/doc/sqlite3/images/syntax/qualified-table-name.gif
share/doc/sqlite3/images/syntax/raise-function.gif
share/doc/sqlite3/images/syntax/reindex-stmt.gif
share/doc/sqlite3/images/syntax/release-stmt.gif
share/doc/sqlite3/images/syntax/result-column.gif
share/doc/sqlite3/images/syntax/rollback-stmt.gif
share/doc/sqlite3/images/syntax/savepoint-stmt.gif
share/doc/sqlite3/images/syntax/select-core.gif
share/doc/sqlite3/images/syntax/select-stmt.gif
share/doc/sqlite3/images/syntax/signed-number.gif
share/doc/sqlite3/images/syntax/single-source.gif
share/doc/sqlite3/images/syntax/sql-stmt-list.gif
share/doc/sqlite3/images/syntax/sql-stmt.gif
share/doc/sqlite3/images/syntax/table-constraint.gif
share/doc/sqlite3/images/syntax/type-name.gif
share/doc/sqlite3/images/syntax/update-stmt-limited.gif
share/doc/sqlite3/images/syntax/update-stmt.gif
share/doc/sqlite3/images/syntax/vacuum-stmt.gif
share/doc/sqlite3/images/table-ex1b2.gif
share/doc/sqlite3/images/vfs1.gif
share/doc/sqlite3/index.html
share/doc/sqlite3/inmemorydb.html
Changes 3.7.9: * If a search token (on the right-hand side of the MATCH operator) in FTS4 begins with "^" then that token must be the first in its field of the document. ** Potentially Incompatible Change ** * Added options SQLITE_DBSTATUS_CACHE_HIT and SQLITE_DBSTATUS_CACHE_MISS to the sqlite3_db_status() interface. * Removed support for SQLITE_ENABLE_STAT2, replacing it with the much more capable SQLITE_ENABLE_STAT3 option. * Enhancements to the sqlite3_analyzer utility program, including the --pageinfo and --stats options and support for multiplexed databases. * Enhance the sqlite3_data_count() interface so that it can be used to determine if SQLITE_DONE has been seen on the prepared statement. * Added the SQLITE_FCNTL_OVERWRITE file-control by which the SQLite core indicates to the VFS that the current transaction will overwrite the entire database file. * Increase the default lookaside memory allocator allocation size from 100 to 128 bytes. * Enhanced the query planner so that it can factor terms in and out of OR expressions in the WHERE clause in an effort to find better indices. * Added the SQLITE_DIRECT_OVERFLOW_READ compile-time option, causing overflow pages to be read directly from the database file, bypassing the page cache. * Remove limits on the magnitude of precision and width value in the format specifiers of the sqlite3_mprintf() family of string rendering routines. * Fix a bug that prevent ALTER TABLE ... RENAME from working on some virtual tables in a database with a UTF16 encoding. * Fix a bug in ASCII-to-float conversion that causes slow performance and incorrect results when converting numbers with ridiculously large exponents. * Fix a bug that causes incorrect results in aggregate queries that use multiple aggregate functions whose arguments contain complicated expressions that differ only in the case of string literals contained within those expressions. * Fix a bug that prevented the page_count and quick_check pragmas from working correctly if their names were capitalized. * Fix a bug that caused VACUUM to fail if the count_changes pragma was engaged. * Fix a bug in virtual table implementation that causes a crash if an FTS4 table is dropped inside a transaction and a SAVEPOINT occurs afterwards.
2011-11-05 20:09:07 +01:00
share/doc/sqlite3/intern-v-extern-blob.html
share/doc/sqlite3/keyword_index.html
share/doc/sqlite3/lang.html
share/doc/sqlite3/lang_aggfunc.html
share/doc/sqlite3/lang_altertable.html
share/doc/sqlite3/lang_analyze.html
share/doc/sqlite3/lang_attach.html
share/doc/sqlite3/lang_comment.html
share/doc/sqlite3/lang_conflict.html
share/doc/sqlite3/lang_corefunc.html
share/doc/sqlite3/lang_createindex.html
share/doc/sqlite3/lang_createtable.html
share/doc/sqlite3/lang_createtrigger.html
share/doc/sqlite3/lang_createview.html
share/doc/sqlite3/lang_createvtab.html
share/doc/sqlite3/lang_datefunc.html
share/doc/sqlite3/lang_delete.html
share/doc/sqlite3/lang_detach.html
share/doc/sqlite3/lang_dropindex.html
share/doc/sqlite3/lang_droptable.html
share/doc/sqlite3/lang_droptrigger.html
share/doc/sqlite3/lang_dropview.html
share/doc/sqlite3/lang_explain.html
share/doc/sqlite3/lang_expr.html
share/doc/sqlite3/lang_indexedby.html
share/doc/sqlite3/lang_insert.html
share/doc/sqlite3/lang_keywords.html
share/doc/sqlite3/lang_naming.html
share/doc/sqlite3/lang_reindex.html
share/doc/sqlite3/lang_replace.html
share/doc/sqlite3/lang_savepoint.html
share/doc/sqlite3/lang_select.html
share/doc/sqlite3/lang_transaction.html
share/doc/sqlite3/lang_update.html
share/doc/sqlite3/lang_vacuum.html
share/doc/sqlite3/limits.html
share/doc/sqlite3/lockingv3.html
share/doc/sqlite3/malloc.html
share/doc/sqlite3/mingw.html
share/doc/sqlite3/mostdeployed.html
share/doc/sqlite3/news.html
share/doc/sqlite3/nulls.html
share/doc/sqlite3/oldnews.html
share/doc/sqlite3/omitted.html
share/doc/sqlite3/onefile.html
share/doc/sqlite3/opcode.html
share/doc/sqlite3/optoverview.html
share/doc/sqlite3/pragma.html
share/doc/sqlite3/pressrelease-20071212.html
share/doc/sqlite3/privatebranch.html
Changes 3.7.10: * The default schema format number is changed from 1 to 4. This means that, unless the PRAGMA legacy_file_format=ON statement is run, newly created database files will be unreadable by version of SQLite prior to 3.3.0 (2006-01-10). It also means that the descending indices are enabled by default. * The sqlite3_pcache_methods structure and the SQLITE_CONFIG_PCACHE and SQLITE_CONFIG_GETPCACHE configuration parameters are deprecated. They are replaced by a new sqlite3_pcache_methods2 structure and SQLITE_CONFIG_PCACHE2 and SQLITE_CONFIG_GETPCACHE2 configuration parameters. * Added the powersafe overwrite property to the VFS interface. Provide the SQLITE_IOCAP_POWERSAFE_OVERWRITE I/O capability, the SQLITE_POWERSAFE_OVERWRITE compile-time option, and the "psow=BOOLEAN" query parameter for URI filenames. * Added the sqlite3_db_release_memory() interface and the shrink_memory pragma. * Added the sqlite3_db_filename() interface. * Added the sqlite3_stmt_busy() interface. * Added the sqlite3_uri_boolean() and sqlite3_uri_int64() interfaces. * If the argument to PRAGMA cache_size is negative N, that means to use approximately -1024*N bytes of memory for the page cache regardless of the page size. * Enhanced the default memory allocator to make use of _msize() on windows, malloc_size() on Mac, and malloc_usable_size() on Linux. * Enhanced the query planner to support index queries with range constraints on the rowid. * Enhanced the query planner flattening logic to allow UNION ALL compounds to be promoted upwards to replace a simple wrapper SELECT even if the compounds are joins. * Enhanced the query planner so that the xfer optimization can be used with INTEGER PRIMARY KEY ON CONFLICT as long as the destination table is initially empty. * Enhanced the windows VFS so that all system calls can be overridden using the xSetSystemCall interface. * Updated the "unix-dotfile" VFS to use locking directories with mkdir() and rmdir() instead of locking files with open() and unlink(). * Enhancements to the test_quota.c extension to support stdio-like interfaces with quotas. * Change the unix VFS to be tolerant of read() system calls that return less then the full number of requested bytes. * Change both unix and windows VFSes to report a sector size of 4096 instead of the old default of 512. * In the TCL Interface, add the -uri option to the "sqlite3" TCL command used for creating new database connection objects. * Added the SQLITE_TESTCTRL_EXPLAIN_STMT test-control option with the SQLITE_ENABLE_TREE_EXPLAIN compile-time option to enable the command-line shell to display ASCII-art parse trees of SQL statements that it processes, for debugging and analysis. * Bug fix: Add an additional xSync when restarting a WAL in order to prevent an exceedingly unlikely but theoretically possible database corruption following power-loss. * Bug fix: Change the VDBE so that all registers are initialized to Invalid instead of NULL. * Bug fix: Fix problems that can result from 32-bit integer overflow.
2012-01-17 16:53:13 +01:00
share/doc/sqlite3/psow.html
share/doc/sqlite3/queryplanner.html
share/doc/sqlite3/quickstart.html
share/doc/sqlite3/releaselog/3_0_0.html
share/doc/sqlite3/releaselog/3_0_1.html
share/doc/sqlite3/releaselog/3_0_2.html
share/doc/sqlite3/releaselog/3_0_3.html
share/doc/sqlite3/releaselog/3_0_4.html
share/doc/sqlite3/releaselog/3_0_5.html
share/doc/sqlite3/releaselog/3_0_6.html
share/doc/sqlite3/releaselog/3_0_7.html
share/doc/sqlite3/releaselog/3_0_8.html
share/doc/sqlite3/releaselog/3_1_0.html
share/doc/sqlite3/releaselog/3_1_1.html
share/doc/sqlite3/releaselog/3_1_2.html
share/doc/sqlite3/releaselog/3_1_3.html
share/doc/sqlite3/releaselog/3_1_4.html
share/doc/sqlite3/releaselog/3_1_5.html
share/doc/sqlite3/releaselog/3_1_6.html
share/doc/sqlite3/releaselog/3_2_0.html
share/doc/sqlite3/releaselog/3_2_1.html
share/doc/sqlite3/releaselog/3_2_2.html
share/doc/sqlite3/releaselog/3_2_3.html
share/doc/sqlite3/releaselog/3_2_4.html
share/doc/sqlite3/releaselog/3_2_5.html
share/doc/sqlite3/releaselog/3_2_6.html
share/doc/sqlite3/releaselog/3_2_7.html
share/doc/sqlite3/releaselog/3_2_8.html
share/doc/sqlite3/releaselog/3_3_0.html
share/doc/sqlite3/releaselog/3_3_1.html
share/doc/sqlite3/releaselog/3_3_10.html
share/doc/sqlite3/releaselog/3_3_11.html
share/doc/sqlite3/releaselog/3_3_12.html
share/doc/sqlite3/releaselog/3_3_13.html
share/doc/sqlite3/releaselog/3_3_14.html
share/doc/sqlite3/releaselog/3_3_15.html
share/doc/sqlite3/releaselog/3_3_16.html
share/doc/sqlite3/releaselog/3_3_17.html
share/doc/sqlite3/releaselog/3_3_2.html
share/doc/sqlite3/releaselog/3_3_3.html
share/doc/sqlite3/releaselog/3_3_4.html
share/doc/sqlite3/releaselog/3_3_5.html
share/doc/sqlite3/releaselog/3_3_6.html
share/doc/sqlite3/releaselog/3_3_7.html
share/doc/sqlite3/releaselog/3_3_8.html
share/doc/sqlite3/releaselog/3_3_9.html
share/doc/sqlite3/releaselog/3_4_0.html
share/doc/sqlite3/releaselog/3_4_1.html
share/doc/sqlite3/releaselog/3_4_2.html
share/doc/sqlite3/releaselog/3_5_0.html
share/doc/sqlite3/releaselog/3_5_1.html
share/doc/sqlite3/releaselog/3_5_2.html
share/doc/sqlite3/releaselog/3_5_3.html
share/doc/sqlite3/releaselog/3_5_4.html
share/doc/sqlite3/releaselog/3_5_5.html
share/doc/sqlite3/releaselog/3_5_6.html
share/doc/sqlite3/releaselog/3_5_7.html
share/doc/sqlite3/releaselog/3_5_8.html
share/doc/sqlite3/releaselog/3_5_9.html
share/doc/sqlite3/releaselog/3_6_0.html
share/doc/sqlite3/releaselog/3_6_1.html
share/doc/sqlite3/releaselog/3_6_10.html
share/doc/sqlite3/releaselog/3_6_11.html
share/doc/sqlite3/releaselog/3_6_12.html
share/doc/sqlite3/releaselog/3_6_13.html
share/doc/sqlite3/releaselog/3_6_14.html
share/doc/sqlite3/releaselog/3_6_14_1.html
share/doc/sqlite3/releaselog/3_6_14_2.html
share/doc/sqlite3/releaselog/3_6_15.html
share/doc/sqlite3/releaselog/3_6_16.html
share/doc/sqlite3/releaselog/3_6_16_1.html
share/doc/sqlite3/releaselog/3_6_17.html
share/doc/sqlite3/releaselog/3_6_18.html
share/doc/sqlite3/releaselog/3_6_19.html
share/doc/sqlite3/releaselog/3_6_2.html
share/doc/sqlite3/releaselog/3_6_20.html
share/doc/sqlite3/releaselog/3_6_21.html
share/doc/sqlite3/releaselog/3_6_22.html
share/doc/sqlite3/releaselog/3_6_23.html
share/doc/sqlite3/releaselog/3_6_23_1.html
share/doc/sqlite3/releaselog/3_6_3.html
share/doc/sqlite3/releaselog/3_6_4.html
share/doc/sqlite3/releaselog/3_6_5.html
share/doc/sqlite3/releaselog/3_6_6.html
share/doc/sqlite3/releaselog/3_6_6_1.html
share/doc/sqlite3/releaselog/3_6_6_2.html
share/doc/sqlite3/releaselog/3_6_7.html
share/doc/sqlite3/releaselog/3_6_8.html
share/doc/sqlite3/releaselog/3_6_9.html
share/doc/sqlite3/releaselog/3_7_0.html
share/doc/sqlite3/releaselog/3_7_0_1.html
share/doc/sqlite3/releaselog/3_7_1.html
Changes 3.7.10: * The default schema format number is changed from 1 to 4. This means that, unless the PRAGMA legacy_file_format=ON statement is run, newly created database files will be unreadable by version of SQLite prior to 3.3.0 (2006-01-10). It also means that the descending indices are enabled by default. * The sqlite3_pcache_methods structure and the SQLITE_CONFIG_PCACHE and SQLITE_CONFIG_GETPCACHE configuration parameters are deprecated. They are replaced by a new sqlite3_pcache_methods2 structure and SQLITE_CONFIG_PCACHE2 and SQLITE_CONFIG_GETPCACHE2 configuration parameters. * Added the powersafe overwrite property to the VFS interface. Provide the SQLITE_IOCAP_POWERSAFE_OVERWRITE I/O capability, the SQLITE_POWERSAFE_OVERWRITE compile-time option, and the "psow=BOOLEAN" query parameter for URI filenames. * Added the sqlite3_db_release_memory() interface and the shrink_memory pragma. * Added the sqlite3_db_filename() interface. * Added the sqlite3_stmt_busy() interface. * Added the sqlite3_uri_boolean() and sqlite3_uri_int64() interfaces. * If the argument to PRAGMA cache_size is negative N, that means to use approximately -1024*N bytes of memory for the page cache regardless of the page size. * Enhanced the default memory allocator to make use of _msize() on windows, malloc_size() on Mac, and malloc_usable_size() on Linux. * Enhanced the query planner to support index queries with range constraints on the rowid. * Enhanced the query planner flattening logic to allow UNION ALL compounds to be promoted upwards to replace a simple wrapper SELECT even if the compounds are joins. * Enhanced the query planner so that the xfer optimization can be used with INTEGER PRIMARY KEY ON CONFLICT as long as the destination table is initially empty. * Enhanced the windows VFS so that all system calls can be overridden using the xSetSystemCall interface. * Updated the "unix-dotfile" VFS to use locking directories with mkdir() and rmdir() instead of locking files with open() and unlink(). * Enhancements to the test_quota.c extension to support stdio-like interfaces with quotas. * Change the unix VFS to be tolerant of read() system calls that return less then the full number of requested bytes. * Change both unix and windows VFSes to report a sector size of 4096 instead of the old default of 512. * In the TCL Interface, add the -uri option to the "sqlite3" TCL command used for creating new database connection objects. * Added the SQLITE_TESTCTRL_EXPLAIN_STMT test-control option with the SQLITE_ENABLE_TREE_EXPLAIN compile-time option to enable the command-line shell to display ASCII-art parse trees of SQL statements that it processes, for debugging and analysis. * Bug fix: Add an additional xSync when restarting a WAL in order to prevent an exceedingly unlikely but theoretically possible database corruption following power-loss. * Bug fix: Change the VDBE so that all registers are initialized to Invalid instead of NULL. * Bug fix: Fix problems that can result from 32-bit integer overflow.
2012-01-17 16:53:13 +01:00
share/doc/sqlite3/releaselog/3_7_10.html
share/doc/sqlite3/releaselog/3_7_11.html
Changes 3.7.12: * Add the SQLITE_DBSTATUS_CACHE_WRITE option for sqlite3_db_status(). * Optimize the typeof() and length() SQL functions so that they avoid unnecessary reading of database content from disk. * Add the FTS4 "merge" command, the FTS4 "automerge" command, and the FTS4 "integrity-check" command. * Report the name of specific CHECK constraints that fail. * In the command-line shell, use popen() instead of fopen() if the first character of the argument to the ".output" command is "|". * Make use of OVERLAPPED in the windows VFS to avoid some system calls and thereby obtain a performance improvement. * More aggressive optimization of the AND operator when one side or the other is always false. * Improved performance of queries with many OR-connected terms in the WHERE clause that can all be indexed. * Add the SQLITE_RTREE_INT_ONLY compile-time option to force the R*Tree Extension Module to use integer instead of floating point values for both storage and computation. * Enhance the PRAGMA integrity_check command to use much less memory when processing multi-gigabyte databases. * New interfaces added to the test_quota.c add-on module. * Added the ".trace" dot-command to the command-line shell. * Allow virtual table constructors to be invoked recursively. * Improved optimization of ORDER BY clauses on compound queries. * Improved optimization of aggregate subqueries contained within an aggregate query. * Bug fix: Fix the RELEASE command so that it does not cancel pending queries. This repairs a problem introduced in 3.7.11. * Bug fix: Do not discard the DISTINCT as superfluous unless a subset of the result set is subject to a UNIQUE constraint and it none of the columns in that subset can be NULL. * Bug fix: Do not optimize away an ORDER BY clause that has the same terms as a UNIQUE index unless those terms are also NOT NULL.
2012-05-15 10:09:25 +02:00
share/doc/sqlite3/releaselog/3_7_12.html
share/doc/sqlite3/releaselog/3_7_12_1.html
share/doc/sqlite3/releaselog/3_7_13.html
share/doc/sqlite3/releaselog/3_7_14.html
Changes 3.7.15: * Added the sqlite3_errstr() interface. * Avoid invoking the sqlite3_trace() callback multiple times when a statement is automatically reprepared due to SQLITE_SCHEMA errors. * Added support for Windows Phone 8 platforms * Enhance IN operator processing to make use of indices with numeric affinities. * Do full-table scans using covering indices when possible, under the theory that an index will be smaller and hence can be scanned with less I/O. * Enhance the query optimizer so that ORDER BY clauses are more aggressively optimized, especially in joins where various terms of the ORDER BY clause come from separate tables of the join. * Add the ability to implement FROM clause subqueries as coroutines rather that manifesting the subquery into a temporary table. * Enhancements the command-line shell: * Added the ".print" command * Negative numbers in the ".width" command cause right-alignment * Add the ".wheretrace" command when compiled with SQLITE_DEBUG * Added the busy_timeout pragma. * Added the instr() SQL function. * Added the SQLITE_FCNTL_BUSYHANDLER file control, used to allow VFS implementations to get access to the busy handler callback. * The xDelete method in the built-in VFSes now return SQLITE_IOERR_DELETE_NOENT if the file to be deleted does not exist. * Enhanced support for QNX. * Work around an optimizer bug in the MSVC compiler when targeting ARM. * Bug fix: Avoid various concurrency problems in shared cache mode. * Bug fix: Avoid a deadlock or crash if the backup API, shared cache, and the SQLite Encryption Extension are all used at once. * Bug fix: SQL functions created using the TCL interface honor the "nullvalue" setting. * Bug fix: Fix a 32-bit overflow problem on CREATE INDEX for databases larger than 16GB. * Bug fix: Avoid segfault when using the COLLATE operator inside of a CHECK constraint or view in shared cache mode.
2012-12-15 19:42:33 +01:00
share/doc/sqlite3/releaselog/3_7_14_1.html
share/doc/sqlite3/releaselog/3_7_15.html
share/doc/sqlite3/releaselog/3_7_2.html
share/doc/sqlite3/releaselog/3_7_3.html
share/doc/sqlite3/releaselog/3_7_4.html
share/doc/sqlite3/releaselog/3_7_5.html
2011-04-12 21:03:48 +02:00
share/doc/sqlite3/releaselog/3_7_6.html
share/doc/sqlite3/releaselog/3_7_6_1.html
share/doc/sqlite3/releaselog/3_7_6_2.html
share/doc/sqlite3/releaselog/3_7_6_3.html
share/doc/sqlite3/releaselog/3_7_7.html
share/doc/sqlite3/releaselog/3_7_7_1.html
share/doc/sqlite3/releaselog/3_7_8.html
Changes 3.7.9: * If a search token (on the right-hand side of the MATCH operator) in FTS4 begins with "^" then that token must be the first in its field of the document. ** Potentially Incompatible Change ** * Added options SQLITE_DBSTATUS_CACHE_HIT and SQLITE_DBSTATUS_CACHE_MISS to the sqlite3_db_status() interface. * Removed support for SQLITE_ENABLE_STAT2, replacing it with the much more capable SQLITE_ENABLE_STAT3 option. * Enhancements to the sqlite3_analyzer utility program, including the --pageinfo and --stats options and support for multiplexed databases. * Enhance the sqlite3_data_count() interface so that it can be used to determine if SQLITE_DONE has been seen on the prepared statement. * Added the SQLITE_FCNTL_OVERWRITE file-control by which the SQLite core indicates to the VFS that the current transaction will overwrite the entire database file. * Increase the default lookaside memory allocator allocation size from 100 to 128 bytes. * Enhanced the query planner so that it can factor terms in and out of OR expressions in the WHERE clause in an effort to find better indices. * Added the SQLITE_DIRECT_OVERFLOW_READ compile-time option, causing overflow pages to be read directly from the database file, bypassing the page cache. * Remove limits on the magnitude of precision and width value in the format specifiers of the sqlite3_mprintf() family of string rendering routines. * Fix a bug that prevent ALTER TABLE ... RENAME from working on some virtual tables in a database with a UTF16 encoding. * Fix a bug in ASCII-to-float conversion that causes slow performance and incorrect results when converting numbers with ridiculously large exponents. * Fix a bug that causes incorrect results in aggregate queries that use multiple aggregate functions whose arguments contain complicated expressions that differ only in the case of string literals contained within those expressions. * Fix a bug that prevented the page_count and quick_check pragmas from working correctly if their names were capitalized. * Fix a bug that caused VACUUM to fail if the count_changes pragma was engaged. * Fix a bug in virtual table implementation that causes a crash if an FTS4 table is dropped inside a transaction and a SAVEPOINT occurs afterwards.
2011-11-05 20:09:07 +01:00
share/doc/sqlite3/releaselog/3_7_9.html
share/doc/sqlite3/requirements.html
share/doc/sqlite3/robots.txt
share/doc/sqlite3/rtree.html
share/doc/sqlite3/selfcontained.html
share/doc/sqlite3/serverless.html
2011-04-12 21:03:48 +02:00
share/doc/sqlite3/session.html
share/doc/sqlite3/session/constlist.html
share/doc/sqlite3/session/funclist.html
share/doc/sqlite3/session/intro.html
share/doc/sqlite3/session/objlist.html
share/doc/sqlite3/sharedcache.html
share/doc/sqlite3/shortnames.html
share/doc/sqlite3/sitemap.html
share/doc/sqlite3/speed.html
Changes 3.7.15: * Added the sqlite3_errstr() interface. * Avoid invoking the sqlite3_trace() callback multiple times when a statement is automatically reprepared due to SQLITE_SCHEMA errors. * Added support for Windows Phone 8 platforms * Enhance IN operator processing to make use of indices with numeric affinities. * Do full-table scans using covering indices when possible, under the theory that an index will be smaller and hence can be scanned with less I/O. * Enhance the query optimizer so that ORDER BY clauses are more aggressively optimized, especially in joins where various terms of the ORDER BY clause come from separate tables of the join. * Add the ability to implement FROM clause subqueries as coroutines rather that manifesting the subquery into a temporary table. * Enhancements the command-line shell: * Added the ".print" command * Negative numbers in the ".width" command cause right-alignment * Add the ".wheretrace" command when compiled with SQLITE_DEBUG * Added the busy_timeout pragma. * Added the instr() SQL function. * Added the SQLITE_FCNTL_BUSYHANDLER file control, used to allow VFS implementations to get access to the busy handler callback. * The xDelete method in the built-in VFSes now return SQLITE_IOERR_DELETE_NOENT if the file to be deleted does not exist. * Enhanced support for QNX. * Work around an optimizer bug in the MSVC compiler when targeting ARM. * Bug fix: Avoid various concurrency problems in shared cache mode. * Bug fix: Avoid a deadlock or crash if the backup API, shared cache, and the SQLite Encryption Extension are all used at once. * Bug fix: SQL functions created using the TCL interface honor the "nullvalue" setting. * Bug fix: Fix a 32-bit overflow problem on CREATE INDEX for databases larger than 16GB. * Bug fix: Avoid segfault when using the COLLATE operator inside of a CHECK constraint or view in shared cache mode.
2012-12-15 19:42:33 +01:00
share/doc/sqlite3/spellfix1.html
share/doc/sqlite3/sqlite.html
share/doc/sqlite3/support.html
share/doc/sqlite3/syntaxdiagrams.html
share/doc/sqlite3/tclsqlite.html
share/doc/sqlite3/tempfiles.html
share/doc/sqlite3/testing.html
share/doc/sqlite3/th3.html
share/doc/sqlite3/threadsafe.html
share/doc/sqlite3/transactional.html
share/doc/sqlite3/unlock_notify.html
share/doc/sqlite3/uri.html
share/doc/sqlite3/vdbe.html
share/doc/sqlite3/version3.html
share/doc/sqlite3/vfs.html
share/doc/sqlite3/vtab.html
share/doc/sqlite3/wal.html
share/doc/sqlite3/whentouse.html
share/doc/sqlite3/zeroconf.html