aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Add experimental branch disallowing VACUUM when there are one or more active ↵experimentaldan2010-09-24
| | | | | SQL statements. FossilOrigin-Name: c1ebcacd9b31239aee065c64c4b4596d56dc397f
* Further tests and changes to make the r-tree module more robust.dan2010-09-22
| | | FossilOrigin-Name: 7ff3574b9c581b5e1f2b6f98028106c638e59bb7
* Make sure the pager cache is cleared if there is any difficulty startingdrh2010-09-18
| | | | | a new read transaction in WAL mode. Ticket [313723c356483eff2a4c4bdd2c]. FossilOrigin-Name: e14ef0e8b4a27dbd58338214242eb3928404b176
* Clarifications to the sqlite3_auto_extension() documentation.drh2010-09-17
| | | FossilOrigin-Name: ca96e0df29cad4a9c7395a0acf623d8a19cb4725
* Updates to the documentation for sqlite3_create_collation().drh2010-09-17
| | | FossilOrigin-Name: 3df7715a7736867db34195aa8d98ba2e6f2f0b19
* Fix a comment typo in memjournal.cdrh2010-09-16
| | | FossilOrigin-Name: 9b272ed46fc704cb818b71d18ae8ee73a752a881
* Updates to the requirements on the sqlite3_create_function() family ofdrh2010-09-16
| | | | | interfaces. FossilOrigin-Name: f03c608993d1c37b45ba8e0a6a4e941bdcb57ffa
* Updates to the sqlite3_progress_handler() documentation.drh2010-09-15
| | | FossilOrigin-Name: 78f659ee9bb60df3503998301b554fe81fa6bdd3
* Added the sqlite3_soft_heap_limit64() interface. Deprecate the olderdrh2010-09-15
| | | | | sqlite3_soft_heap_limit() interface. FossilOrigin-Name: 82268a2c3d75431cd40de6ad09d398729de32a29
* Clarify the documentation to better explain when an automatic re-prepare candrh2010-09-14
| | | | | | be induced by rebinding parameters. Add evidence marks to the automatic re-prepare logic. FossilOrigin-Name: 3e11f5155c5625ddf4300a9ef7e8bc20a190a752
* Fix a couple of incorrect evidence marks on malloc().drh2010-09-11
| | | FossilOrigin-Name: f9b5c5cb135f3d0bb2b64b4d3f8d77bbd8d2ae98
* Additional evidence marks on the malloc() implementation. Update the drh2010-09-11
| | | | | | documentation to explain that mallocs are not necessarily 8-byte aligned if the SQLITE_4_BYTE_ALIGNED_MALLOC compile-time option is used. FossilOrigin-Name: 42b4bf9e72501cf228b4086437c7660443933f74
* Add assert() statements to demonstrate that memory allocations are alwaysdrh2010-09-11
| | | | | aligned to an 8-byte boundary (unless SQLITE_4_BYTE_ALIGNED_MALLOC is defined). FossilOrigin-Name: 305cc4e6c1164b1ede0c3177e3c0f9b8644df0f6
* A further correction to the sqlite3_create_function() interface documentation.drh2010-09-10
| | | FossilOrigin-Name: c65583dbc7203132010d223cce205f007a50c9ee
* Updates to the documentation on the sqlite3_create_function() family ofdrh2010-09-10
| | | | | interfaces. FossilOrigin-Name: 9d277e0b82ff8759369b43ee5f2e5628724a84bd
* Further updates to the sqlite3_pcache_methods documentation, plus the additiondrh2010-09-09
| | | | | of a few evidence marks related to pcache. FossilOrigin-Name: 34edb54bb03ad4e54f2e4de12d767e6fa8822ba4
* Updates to the sqlite3_pcache_methods documentation.drh2010-09-09
| | | FossilOrigin-Name: b21425c4045883fffa46af632e77cf708d862927
* Updates to the documentation of the sqlite3_column_xxxx() family of drh2010-09-08
| | | | | | interfaces. Enhance sqlite3_column_blob() so that it always returns a NULL pointer for a zero-length blob. FossilOrigin-Name: a932fab299b3c32dea4d08729e9fab3735631e88
* Improved documentation of SQLITE_THREADSAFE and sqlite3_column_text() anddrh2010-09-08
| | | | | evidence marks for each. FossilOrigin-Name: 0d7a53894866e536616e78473d253a9e9c29b1bc
* Updates to the documentation on the VFS xOpen method.drh2010-09-07
| | | FossilOrigin-Name: 1719cb8f49bb138adcf8913a2d042f9e1360d78a
* Update the sqlite3_limit() documentation to explain that SQLITE_LIMIT_VDBE_OPdrh2010-09-07
| | | | | is not enforced. FossilOrigin-Name: 17be9beeab273a0fa84e107c674aee4cd83e6f79
* Revised documentation for sqlite3_limit(). Added some evidence marks anddrh2010-09-07
| | | | | assert() statements to verify sqlite3_limit() behavior. FossilOrigin-Name: 883b9b7441593200def05d8a482bc92d3dc0e96b
* Remove a redundant test for multiple output columns in a scalar subquery.drh2010-09-07
| | | FossilOrigin-Name: 657472bce2b2fe6f3d4bbead5301f658812b937d
* Documentation enhancements for sqlite3_db_status(). Evidence marks ondrh2010-09-03
| | | | | the SQL function call intrface. FossilOrigin-Name: f06c7b1973d64a6a1a1db2b44df2a4eb0ece0077
* Improved documentation of the sqlite3_column_count() and sqlite3_data_count()drh2010-09-03
| | | | | interfaces. FossilOrigin-Name: 0593373d4bf4f3451b41810513fd12cd8ebd0395
* Reduce the amount of memory taken up by WAL mmaped regions under Windows.shaneh2010-09-03
| | | FossilOrigin-Name: f213e133f6e69b0edd73d96142014bdcab9dfe41
* Fix a discrepancy between the documented behavior of SQLITE_DBCONFIG_LOOKASIDEdrh2010-09-03
| | | | | | and what it actually does. Also add evidence marks on the DBCONFIG_LOOKASIDE implementation. FossilOrigin-Name: f483be441323e1cb91516964cd6ab0edecad4366
* Move the test for an (illegal) scalar sub-query that returns more than one ↵dan2010-09-02
| | | | | column to earlier in SELECT processing in order to avoid an assert() that can happen later on. FossilOrigin-Name: a55842cfb56b659c88832dce9ce7bafb50258211
* Fix an off-by-one error in the scratch memory allocator.drh2010-09-02
| | | FossilOrigin-Name: 5a9591607a0a5ba4527bf2a90179651053244953
* Use sqlite3_mutex_notheld() instead of !sqlite3_mutex_held() insidedrh2010-09-02
| | | | | | of assert() statements since the former works when mutexing is disabled while the latter does not. FossilOrigin-Name: 2211486b69cf53f5efb1334aff8b403b26596102
* Fix the computation of the offset on the mmap() for the Nth shared memorydrh2010-09-02
| | | | | | | region. Because of the way shared memory is accessed, the old computation, though wrong, still happened to always get the right answer. Nevertheless, it is good to do the computation correctly. FossilOrigin-Name: 36397f62f2e3a62b4d5730b29c197449c6850cac
* If MEM_STATUS is disabled, avoid holding the STATIC_MEM mutex when calling ↵dan2010-09-02
| | | | | the user-defined xMalloc method. Holding the mutex causes problems for memsys3 and memsys5. FossilOrigin-Name: 4f20f8ba73691c8a1dc33d2fcd1e793dd08f00a8
* Fix a few typos. Update evidence marks.shaneh2010-09-02
| | | FossilOrigin-Name: c90a68b77e03bb351a7781f1b9dea38f5f571dcf
* Identify additional requirements in the sqlite3_vfs object documentation.drh2010-09-01
| | | FossilOrigin-Name: 47064453c396d5204a851b8ec08d665e2b12228a
* Add tests to quota.test.dan2010-09-01
| | | FossilOrigin-Name: ec9af6ebd49505c4e5f90fb6450c71946cdc7291
* Call quota callback destructors from within sqlite3_quota_shutdown().dan2010-09-01
| | | FossilOrigin-Name: fb80c6f3de73ed832faaeb8c4d83e1354f132b39
* Boundary value fix to the descriptive comment at the top of test_quota.c.drh2010-09-01
| | | FossilOrigin-Name: 7f6072f0827e3aafd17f5f2bac9e3a3f8482e5f6
* Merge the test_quota.c module into the trunk.drh2010-09-01
|\ | | | | FossilOrigin-Name: 2e1a02026a0635fe05ba55a6d4d36dd7fd0ae8e9
| * Fix the TCL interface to test_quota.c so that it works with empty callbackdrh2010-09-01
| | | | | | | | | | scripts. FossilOrigin-Name: 19e95f63359589766da673aac99d19a355a92678
| * Variable name and comment changes to test_quota.c for clearer presentation.drh2010-09-01
| | | | | | FossilOrigin-Name: 38ed1992c800cb1d1ca67977d704df73d97c78d7
| * Make all private routines in test_quota.c begin with "quota".drh2010-09-01
| | | | | | | | | | Fix a test_quota.c segfault when setting a zero-quota. FossilOrigin-Name: c0d0fc3a1cca7ee28db8add745c71baf0545776c
| * Add the sqlite3_quota_dump test command. Add a destructor argument ondrh2010-09-01
| | | | | | | | | | the sqlite3_quota_set() interface. FossilOrigin-Name: 7a624b5ae2abff21bcbbb34af88d1c7656f3b729
| * Clean up comments in the test_quota.c source file.drh2010-09-01
| | | | | | FossilOrigin-Name: c1eec7dba698e5bad0870cb80079203f0fb89514
| * Update the quota shim so that when the same file is opened multiple times,drh2010-09-01
| | | | | | | | | | its size only counts against the quota once. FossilOrigin-Name: f5d263803084107389c5541face8d536b62fffe3
| * Add file test_quota.c, demonstrating how file-system quotas may be ↵dan2010-09-01
| | | | | | | | | | implemented as a VFS wrapper. FossilOrigin-Name: 383eb87bbf560b20682dd5be0e18ddadf762f415
* | Add an assert() with an evidence mark to show that automatically drh2010-09-01
|/ | | | | generated rowids are positive. FossilOrigin-Name: 740adca34e7fd309f0f761b8cc8581a9b7890793
* Fix some compiler warnings under MSVC.shaneh2010-09-01
| | | FossilOrigin-Name: afdc82a99eba260aed8ae2cca4bcec629f384098
* Ensure randomly generated rowids never go negative.shaneh2010-09-01
| | | FossilOrigin-Name: 631423677bd7043e99987edc633005443125181c
* Do not clear the internal "schema has changed" flag when performing a ↵dan2010-08-31
| | | | | savepoint rollback. The schema changes may not have taken place within the savepoint being rolled back. FossilOrigin-Name: c2a84430d3b6bb53b19af9294973575178290f93
* Fix a documentation typo reported on the mailing list.drh2010-08-31
| | | FossilOrigin-Name: c9fe0a2392ba4ae53d1dfcb986a67beeeb33519f