aboutsummaryrefslogtreecommitdiff
path: root/test/shared.test
Commit message (Expand)AuthorAge
* Enhance the unix VFS so that it removes extra "/", "/./" and "/../" fromdrh2020-11-16
* Test case modifications to support SEE.drh2018-10-12
* Fix a problem preventing a shared in-memory database from being attached to a...dan2012-06-07
* Merge the changes need to compile on WinRT into trunk.drh2012-06-06
|\
| * Fix for test issues when there is no current directory support due to being c...mistachkin2012-03-06
* | Add the mode=memory option to URI filenames, which when present forces thedrh2012-05-28
* | Only allow :memory: databases to share cache if there are created using adrh2012-05-26
* | Enable the use of shared cache for an in-memory database, so that separatedrh2012-05-26
|/
* Add retry logic for AV defense to winOpen. Also, refactor test suite to allo...mistachkin2011-08-02
* Add a test case to shared.test. No changes to production code.dan2010-07-23
* Add the sqlite3_unlock_notify() API. (CVS 6348)danielk19772009-03-16
* Added support for proxy file locking styleaswift2008-11-21
* Remove leftover debugging commands (breakpoint and btree_breakpoint) fromdrh2008-07-12
* Prohibit the user from changing the temporary storage medium (pragma temp_sto...danielk19772008-07-08
* SQLite stores native file names and paths for the database file. Under Windo...shane2008-05-19
* Fix a shared-cache mode problem triggered when sqlite3_open16() was used to o...danielk19772008-04-28
* Modify shared.test to do case independent comparison of filenames. To account...danielk19772008-02-08
* Change all instances of "it's" in comments to either "its" or "it is",drh2007-12-13
* Fixes to the test suite (no code changes) so that quick.test runs with OMIT_A...danielk19772007-10-09
* Fixes for compilation/testing when the various OMIT macros are defined. (CVS ...danielk19772007-09-12
* Remove the syncOk argument to pager_recycle. Now that sqlite3_memory_release ...danielk19772007-09-01
* Avoid reloading the schema when an expired statement is finalized or reset.danielk19772007-08-03
* Factor out btree test logic into a separate test_btree.c file. (CVS 3928)drh2007-05-05
* Improvements to coverage testing. (CVS 3810)drh2007-04-05
* Test coverage improvements. (CVS 3807)drh2007-04-04
* Fix the shared pager tests so that they work under windows. (CVS 3013)drh2006-01-23
* Improve coverage of expr.c and btree.c slightly. (CVS 2992)danielk19772006-01-23
* Account for read-uncommitted cursors in sqlite3BtreeClearTable(). (CVS 2977)danielk19772006-01-19
* Fix a bug with internally saving cursors open on index tables. Also increase ...danielk19772006-01-19
* Test suite fixes for builds that define OMIT symbols. (CVS 2962)danielk19772006-01-17
* Test file fixes for libaries compiled with various SQLITE_OMIT_ macros. (CVS ...danielk19772006-01-16
* Fix some of the issues raised in #1615. (CVS 2959)danielk19772006-01-16
* Run the tests in shared.test a second time using an autovacuum database. (CVS...danielk19772006-01-16
* Rollback any open write-transaction when a shared-cache connection is closed....danielk19772006-01-15
* Fixes for OMIT_SUBQUERY builds: Disable where clause OR->IN optimization. Inc...danielk19772006-01-14
* Fix bugs caused by assuming that shared-schemas are initialized. (CVS 2917)danielk19772006-01-11
* Prepare for the release of version 3.3.0. (CVS 2913)drh2006-01-11
* Fix a problem with shared-schemas and temp triggers. (CVS 2901)danielk19772006-01-10
* Fix some errors to do with attached databases and text encodings in shared-ca...danielk19772006-01-09
* Rename DbSchema to "Schema" and SqliteTsd to "ThreadData". (CVS 2893)danielk19772006-01-09
* In shared-cache mode, lock all required tables before beginning to execute th...danielk19772006-01-07
* Fix a crash caused by adding a trigger to a shared-schema and then deleting itdanielk19772006-01-06
* Add some simple tests and fixes for shared-schema locking. (CVS 2869)danielk19772006-01-06
* Fix a bug that was emptying shared-schema tables during an ATTACH. (CVS 2867)danielk19772006-01-06
* Add the shared schema/pager modifications. Very few tests so far. (CVS 2859)danielk19772006-01-05
* Add part of the btree layer of the shared-cache feature. (CVS 2848)danielk19772005-12-30