Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
refs/tags/experimental
/
src
099d147
Add experimental branch disallowing VACUUM when there are one or more active SQL statements.
by dan
· 15 years ago
experimental
b51d2fa
Further tests and changes to make the r-tree module more robust.
by dan
· 15 years ago
92683f5
Make sure the pager cache is cleared if there is any difficulty starting
by drh
· 15 years ago
ff1290f
Clarifications to the sqlite3_auto_extension() documentation.
by drh
· 15 years ago
17cbfae
Updates to the documentation for sqlite3_create_collation().
by drh
· 15 years ago
2fcc7bd
Fix a comment typo in memjournal.c
by drh
· 15 years ago
6c5cecb
Updates to the requirements on the sqlite3_create_function() family of
by drh
· 15 years ago
ddbb6b4
Updates to the sqlite3_progress_handler() documentation.
by drh
· 15 years ago
f82ccf6
Added the sqlite3_soft_heap_limit64() interface. Deprecate the older
by drh
· 15 years ago
a704400
Clarify the documentation to better explain when an automatic re-prepare can
by drh
· 15 years ago
39f67be
Fix a couple of incorrect evidence marks on malloc().
by drh
· 15 years ago
71a1a0f
Additional evidence marks on the malloc() implementation. Update the
by drh
· 15 years ago
1567acf
Add assert() statements to demonstrate that memory allocations are always
by drh
· 15 years ago
29f5fbd
A further correction to the sqlite3_create_function() interface documentation.
by drh
· 15 years ago
c202073
Updates to the documentation on the sqlite3_create_function() family of
by drh
· 15 years ago
f759bb8
Further updates to the sqlite3_pcache_methods documentation, plus the addition
by drh
· 15 years ago
cee8296
Updates to the sqlite3_pcache_methods documentation.
by drh
· 15 years ago
4226253
Updates to the documentation of the sqlite3_column_xxxx() family of
by drh
· 15 years ago
38c67c3
Improved documentation of SQLITE_THREADSAFE and sqlite3_column_text() and
by drh
· 15 years ago
99b7077
Updates to the documentation on the VFS xOpen method.
by drh
· 15 years ago
08529dc
Update the sqlite3_limit() documentation to explain that SQLITE_LIMIT_VDBE_OP
by drh
· 15 years ago
4e93f5b
Revised documentation for sqlite3_limit(). Added some evidence marks and
by drh
· 15 years ago
bb7dd68
Remove a redundant test for multiple output columns in a scalar subquery.
by drh
· 15 years ago
ee9ff67
Documentation enhancements for sqlite3_db_status(). Evidence marks on
by drh
· 15 years ago
877cef4
Improved documentation of the sqlite3_column_count() and sqlite3_data_count()
by drh
· 15 years ago
420398c
Reduce the amount of memory taken up by WAL mmaped regions under Windows.
by shaneh
· 15 years ago
9dd55f5
Fix a discrepancy between the documented behavior of SQLITE_DBCONFIG_LOOKASIDE
by drh
· 15 years ago
74b617b
Move the test for an (illegal) scalar sub-query that returns more than one column to earlier in SELECT processing in order to avoid an assert() that can happen later on.
by dan
· 15 years ago
7ff2719
Fix an off-by-one error in the scratch memory allocator.
by drh
· 15 years ago
1ff6e3a
Use sqlite3_mutex_notheld() instead of !sqlite3_mutex_held() inside
by drh
· 15 years ago
37e8b5b
Fix the computation of the offset on the mmap() for the Nth shared memory
by drh
· 15 years ago
b0c6a88
If MEM_STATUS is disabled, avoid holding the STATIC_MEM mutex when calling the user-defined xMalloc method. Holding the mutex causes problems for memsys3 and memsys5.
by dan
· 15 years ago
659503a
Fix a few typos. Update evidence marks.
by shaneh
· 15 years ago
bfccdaf
Identify additional requirements in the sqlite3_vfs object documentation.
by drh
· 15 years ago
06bfd36
Add tests to quota.test.
by dan
· 15 years ago
9fc7702
Call quota callback destructors from within sqlite3_quota_shutdown().
by dan
· 15 years ago
9237a25
Boundary value fix to the descriptive comment at the top of test_quota.c.
by drh
· 15 years ago
6e19e91
Merge the test_quota.c module into the trunk.
by drh
· 15 years ago
3d3e60e
Fix the TCL interface to test_quota.c so that it works with empty callback
by drh
· 15 years ago
75c1917
Variable name and comment changes to test_quota.c for clearer presentation.
by drh
· 15 years ago
61cc423
Make all private routines in test_quota.c begin with "quota".
by drh
· 15 years ago
ef9659b
Add the sqlite3_quota_dump test command. Add a destructor argument on
by drh
· 15 years ago
549dc1b
Clean up comments in the test_quota.c source file.
by drh
· 15 years ago
745de2e
Update the quota shim so that when the same file is opened multiple times,
by drh
· 15 years ago
748a52c
Add an assert() with an evidence mark to show that automatically
by drh
· 15 years ago
8cf35eb
Add file test_quota.c, demonstrating how file-system quotas may be implemented as a VFS wrapper.
by dan
· 15 years ago
bd2aaf9
Fix some compiler warnings under MSVC.
by shaneh
· 15 years ago
c4d340a
Ensure randomly generated rowids never go negative.
by shaneh
· 15 years ago
c311fee
Do not clear the internal "schema has changed" flag when performing a savepoint rollback. The schema changes may not have taken place within the savepoint being rolled back.
by dan
· 15 years ago
3d3517a
Fix a documentation typo reported on the mailing list.
by drh
· 15 years ago
9f129f4
Add evidence mark comments to source code. Add additional information to the
by drh
· 15 years ago
18ec96b
Add the "circle" test geometry callback to test_rtree.c. And tests for the same.
by dan
· 15 years ago
8c96a6e
Remove unreachable branches to facilitate test coverage.
by drh
· 15 years ago
d4187c7
Provide hints to the btree layer during the creation of transient tables
by drh
· 15 years ago
c223b8f
When generating sqlite3.h, append the contents of sqlite3rtree.h.
by dan
· 15 years ago
7bddb75
Add tests (and associated fixes) to restore coverage of rtree.c.
by dan
· 15 years ago
75c014c
Remove the sqlite3BtreeFactor() wrapper routine. All modules now call
by drh
· 15 years ago
710c484
Updates to comments on the VDBE opcodes.
by drh
· 15 years ago
635a606
Fix problem with func3.test.
by dan
· 15 years ago
9508daa
Add code to allow user-defined searches of r-tree tables. Still largely untested.
by dan
· 15 years ago
7b19fac
Make sqlite3_create_function() a special case of sqlite3_create_function_v2()
by drh
· 15 years ago
d2199f0
Add the sqlite3_create_function_v2() API, a version of create_function that allows a destructor to be specified.
by dan
· 15 years ago
badc980
Refactor the implementation of the scratch memory allocator. Add the
by drh
· 15 years ago
50d1b5f
Remove unnecessary code from malloc.c. Enhance pcache1.c so that is tries
by drh
· 15 years ago
b652f43
Add EXTERN macros before entry points in tclsqlite.c. This undoes the
by drh
· 15 years ago
71fe254
Simplification of changes for SQLITE_OMIT_WAL support in pager.c.
by shaneh
· 15 years ago
1cca0d2
Reinstate the "sqlite" alias for backwards compatibility (but leave
by drh
· 15 years ago
4c0f164
Disable the legacy "sqlite" command in the TCL interface. Provide only
by drh
· 15 years ago
f7b5f85
Replicate asserts on unixOpen() to winOpen() in os_win.c.
by shaneh
· 15 years ago
9091f77
Changes to support building with SQLITE_OMIT_WAL.
by shaneh
· 15 years ago
357b5f9
Change sqlite3_open_v2() to return SQLITE_MISUSE if the combination of bits
by drh
· 15 years ago
9d13f11
Comment enhancements and typo fixes in pcache1.c.
by drh
· 15 years ago
a235d0c
Fixes to allow fts3 tables to be renamed mid-transaction.
by dan
· 15 years ago
5f848c3
Fixes for the SQLITE_CHECK_PAGES debugging feature.
by dan
· 15 years ago
f48c355
Fix for ticket [5e10420e8d].
by dan
· 15 years ago
5f77b2e
Fix the ptrmapPageno() routine so that it works correctly for an input of 1.
by drh
· 15 years ago
871919b
Do not allow a backup to change the page size if a codec is in use.
by drh
· 15 years ago
a3e63c4
Merge leaf created by accident.
by dan
· 15 years ago
96dd6a1
Disable the MEMSYS2 auxiliary routines if MEMSYS2 is changed to an alternative
by drh
· 15 years ago
c8f503a
Fix the sqlite3_release_memory() interface so that it does not attempt
by drh
· 15 years ago
a1f8da1
Merge two leaves.
by dan
· 15 years ago
a35dafc
Modify the code for reading hot-journal files so that it can handle journals generated by versions 3.5.7 and earlier.
by dan
· 15 years ago
6b47fca
Remove a NEVER from balance_quick() that can occur in WAL mode on
by drh
· 15 years ago
e22e03e
Fix two asserts in the btree logic so that they work correctly even for
by drh
· 15 years ago
5a9e07e
Disable the SQLITE_MAX_PAGE_SIZE compile time option (it is now always set to 65536). Fix some other problems in test files.
by dan
· 15 years ago
1df2db7
Fix some compiler warnings in the MSVC build.
by shaneh
· 15 years ago
89bd82a
Remove a NEVER() that is actually reachable.
by drh
· 15 years ago
43b18e1
Suppress harmless compiler warning.
by drh
· 15 years ago
c8d735a
Return an error when parsing "?NNN" if NNN is so large it cannot be stored as a 32-bit int.
by dan
· 15 years ago
0028486
It is no longer possible to reach pagerStress() while in the error state,
by drh
· 15 years ago
a81a220
If an SQLITE_FULL error occurs during rollback or journal finalization, treat it in the same way as SQLITE_IOERR (i.e. require that the pager internals be completely reset before it is next read from or written to).
by dan
· 15 years ago
719e3a7
Changes to pager for improved testability.
by drh
· 15 years ago
eb8763d
Invoke sqlite3_log() whenever one or more frames are recovered from a WAL file.
by dan
· 15 years ago
fc6a621
Fix some non-ANSI C code in test_demovfs.c. Also change the same file so that attempting to delete a file that does not exist does not return an error.
by dan
· 15 years ago
919fc66
Remove an superfluous branch from pager.c.
by drh
· 15 years ago
6cef0cf
Fix a typo in a comment in wal.c. No code changes.
by drh
· 15 years ago
7e9e70b
Add ALWAYS() macros in wal.c to cover branches that are no longer reachable
by drh
· 15 years ago
9b78f79
Adjustments for better 64K page size handling.
by drh
· 15 years ago
8fb8b53
Change sqlite3PagerPagecount() to return void, since the return value was
by drh
· 15 years ago
5d433ce
Minor simplifications to btree.c in support of full-coverage testing.
by drh
· 15 years ago
Next »