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