aboutsummaryrefslogtreecommitdiff
path: root/src/sqlite.h.in
Commit message (Expand)AuthorAge
* Begin adding the data-structure explaining subsystem. All is contained withindrh2011-12-06
* Fix a typo in the documentation for sqlite3_stmt_busy().drh2011-11-25
* Add the sqlite3_stmt_busy() interface.drh2011-11-25
* Improvements to the documentation of the sqlite3_db_filename() interface.drh2011-11-17
* Add the sqlite3_db_filename() interface.drh2011-11-17
* Add the sqlite3_db_release_memory() interface and the shrink_memory pragma.drh2011-11-16
* Add a version number to the sqlite3_pcache_methods2 object. Other PCACHE2drh2011-11-13
* Minor changes needed to restore full branch test coverage.drh2011-11-09
* Update the API documentation for the new pcache2 interface. Change thedrh2011-11-09
* Experimental change to the pcache interface to allow page buffers to be alloc...dan2011-11-08
* Amplify the restriction on commit-hooks that they cannot recursivelydrh2011-11-07
* Fix a typo in a comment. No code changes.drh2011-10-31
* Fix comments on SQLITE_CONFIG_HEAP so that they do not interfere with thedrh2011-10-19
* Simplifications to the upper() and lower() SQL functions.drh2011-10-13
* Fix requirements marks associate with STAT3.drh2011-10-11
* Add the SQLITE_FCNTL_OVERWRITE file-control. Used by SQLite to indicate to th...dan2011-10-07
* Enhance the sqlite3_data_count() routine so that it can be used to determinedrh2011-10-07
* Merge the latest trunk changes into the stat3-trunk branch.drh2011-09-23
|\
| * Add the SQLITE_DB_STATUS_CACHE_HIT and MISS options. For querying the number ...dan2011-09-22
* | Merge the stat3-enhancement branch with trunk, but keep the resulting mergedrh2011-08-26
|\ \ | |/ |/|
| * Begin a branch that experimentally replaces sqlite_stat2 with a new tabledrh2011-08-12
* | Updates to the sqlite3_mem_methods documentation.drh2011-08-24
|/
* Prototype change for a new sqlite3_file_control() that will cause thedrh2011-07-26
* Added the SQLITE_FCNTL_WIN32_AV_RETRY file control for configuring thedrh2011-07-13
* Return an error if localtime_r() fails within one of the date/time functions....dan2011-06-21
* Fix documentation typos. No changes to code.drh2011-06-20
* Simplify the wal-readonly branch so that it does not require changes todrh2011-06-01
* Pull the latest trunk changes into the wal-readonly branch.drh2011-06-01
|\
| * Refactor the SQL parameter processing so that parameter names for valuesdrh2011-06-01
* | Merge the latest trunk changes into the wal-readonly branch.drh2011-05-31
|\|
| * Update the documentation to state that any parameter that is optimized outdrh2011-05-31
| * Adjustments to documentation hyperlinks to accommodate the new VFSdrh2011-05-20
| * Add the sqlite3_uri_parameter() interface function for use in buildingdrh2011-05-17
| * Add extended return code SQLITE_CORRUPT_VTAB. Returned when the tcontents of ...dan2011-05-17
| * Make arrangements so that virtual table inserts into shadow tables dodrh2011-05-13
| * Improvements to documentation hyperlinks. Change the value ofdrh2011-05-11
| * URI filename documentation updates.drh2011-05-11
* | Add missing comments associated with readonly shm changes.dan2011-05-11
* | Merge latest trunk changes. Add a couple of readonly shm tests.dan2011-05-11
|\|
| * Add new documentation keywords to the sqlite3_vfs description.drh2011-05-10
* | Add experimental support for read-only connections to WAL databases.dan2011-05-10
|/
* Merge the uri branch with the trunk.dan2011-05-06
|\
| * Update comments and documentation associated with new URI parsing code. Add t...dan2011-05-06
| * Fix a problem in the URI code preventing the amalgamation from building. Add ...dan2011-05-05
| * Merge latest trunk changes with uri branch.dan2011-05-04
| |\
| * | Add the start of the "uri-filenames" feature.dan2011-04-22
* | | Increase the iVersion for sqlite3_module needed for the xSavepoint,drh2011-05-06
* | | Fix an incorrect assert() in sqlite3_value_config(). Updates to thedrh2011-05-05
* | | Bump the version number to 3.7.7 on account of the new sqlite3_vtab_config()drh2011-05-05
| |/ |/|
* | Add documentation for the newly introduced sqlite3_vtab_config() and on_confl...dan2011-04-27