Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
refs/heads/sessions-diff
cf8e914
Add experimental API sqlite3session_diff().
by dan
· 10 years ago
sessions-diff
159e6b3
Merge printf() width and precision overflow fixes from trunk.
by drh
· 10 years ago
b6f47de
Avoid signed integer overflow when converting oversized in-line integer
by drh
· 10 years ago
8c06914
Another change to avoid a problem caused by integer overflow in the printf() code.
by dan
· 10 years ago
a30d22a
Further changes to guard against integer overflow in the width and precision
by drh
· 10 years ago
74b4227
Guard against excessive width and precision in floating-point conversions
by drh
· 10 years ago
af76530
Merge obscure problem fixes from trunk.
by drh
· 10 years ago
e3cdbad
Fix a problem with fts3 prefix terms within phrase queries on "order=DESC" tables with a mix of negative and positive rowids.
by dan
· 10 years ago
4b0000c
Fix a problem with fts3 prefix terms within phrase queries on "order=DESC" tables with a mix of negative and positive rowids.
by dan
· 10 years ago
fts3-prefix-query-fix
cf86070
Fix a problem with resolving ORDER BY clauses that feature COLLATE clauses attached to compound SELECT statements.
by dan
· 10 years ago
b33c50f
Fix a problem with resolving ORDER BY clauses that feature COLLATE clauses attached to compound SELECT statements.
by dan
· 10 years ago
compound-order-by-fix
62ca61e
Disable the SQLITE_FCNTL_WAL_BLOCK feature for now. It needs more work and
by drh
· 10 years ago
eaf2640
Add source code to the "showlocks" utility program in the tool/ subdirectory.
by drh
· 10 years ago
5f1731f
Disable e_walauto.test on OpenBSD, as it requires a coherent cache.
by dan
· 10 years ago
edb3e43
Merge recent enhancements from trunk.
by drh
· 10 years ago
ccf46d0
Improved detection and suppression of endless loops in clearDatabasePage().
by drh
· 10 years ago
f9d02f3
On windows, flush the mapping view when syncing content to disk.
by drh
· 11 years ago
4c45196
Add the "mptest" target to main.mk. Change TRUNCATE and PERSIST to DELETE
by drh
· 11 years ago
8237f6d
Change the sqlite3_log() message generated on a retry after delay in os_win
by drh
· 11 years ago
d881ce8
Fix configure.ac and Makefile.in so that they generate pkgIndex.tcl correctly.
by drh
· 11 years ago
4d2daba
Minor tweaks to the MSVC Makefile.
by mistachkin
· 11 years ago
6b5f0eb
Handle very large URI pathnames for in-memory shared-cache databases.
by drh
· 11 years ago
1cc0d11
Fix harmless compiler warnings in lemon.c
by drh
· 11 years ago
96e2856
Fix the corruptJ.test case so that it works with and without
by drh
· 11 years ago
8773b85
Additional logging information output by mptester.
by drh
· 11 years ago
fe0ba71
Add the "mptest" target to Makefile.msc
by drh
· 11 years ago
bc8a6b3
Ensure that comparison operators do not mess up the MEM_Dyn flag on registers
by drh
· 11 years ago
2a07f5e
Merge all recent trunk enhancements and fixes into the sessions branch.
by drh
· 11 years ago
116f0be
Prevent a possible infinite loop when trying to DROP a table from
by drh
· 11 years ago
30d1dca
Merge updates from trunk.
by mistachkin
· 11 years ago
winViewFlush
ad1e55e
Enhancements to OSTRACE usage in the Win32 VFS.
by mistachkin
· 11 years ago
6f5a37a
Fix the ".testctrl imposter" command in the command-line shell to be
by drh
· 11 years ago
9871a93
Using MSVC, get the sqlite3IoTrace variable working with the USE_STDCALL and/or DYNAMIC_SHELL options.
by mistachkin
· 11 years ago
34a8065
In the MSVC Makefile, make the DYNAMIC_SHELL option work without USE_STDCALL.
by mistachkin
· 11 years ago
ccb4371
When syncing a memory mapped file on Windows, flush the mapped view as well.
by mistachkin
· 11 years ago
56d89cb
Revise Win32 locking test to account for recent log message changes.
by mistachkin
· 11 years ago
592f0cb
Avoid leaving the malloc subsystem in a partially initialized state if
by drh
· 11 years ago
21aa6a1
Provide source code line numbers for errors in the Windows VFS generated
by drh
· 11 years ago
f3e8748
Fix a harmless compiler warning in FTS3.
by drh
· 11 years ago
606a357
Change an unreachable branch into an assert().
by drh
· 11 years ago
d2f8313
Fix the saveCursorPosition() routine in btree.c so that it works
by drh
· 11 years ago
cbd3349
Reactivate an older assert() (adding an "|| CORRUPT_DB" term) and add a
by drh
· 11 years ago
f94c948
Add two new assert()s to the sqlite3BtreeDataSize() method.
by drh
· 11 years ago
d69e557
Add SQLITE_STDCALL and SQLITE_CDECL macros on public function definitions.
by mistachkin
· 11 years ago
790fa6e
Further simplifications to the amalgamation builder.
by drh
· 11 years ago
stdcall
8de1250
Update the 'mksqlite3c-noext' tool as well.
by mistachkin
· 11 years ago
26bbfaa
Fix a couple comment typos in a tool script. No changes to code.
by mistachkin
· 11 years ago
59b9b02
Add SQLITE_STDCALL and SQLITE_CDECL macros on public function definitions.
by mistachkin
· 11 years ago
edea911
Merge all recent trunk enhancements into the sessions branch.
by drh
· 11 years ago
4756404
Suppress a compiler warning that was appearing with SQLITE_THREADSAFE=0.
by drh
· 11 years ago
126e9e6
Prevent a virtual table from being destroyed while it is in use.
by drh
· 11 years ago
428630c
Add tests to check that attempting to DROP a virtual table while it is use does not cause problems.
by dan
· 11 years ago
nVDestroy
466fd81
Simplify the EXPLAIN output of virtual table P4 parameters to only show the
by drh
· 11 years ago
f496a7d
More defenses against virtual table being deleted out from under a running
by drh
· 11 years ago
a68d628
Prevent a virtual table from being destroyed while it is in use.
by drh
· 11 years ago
086723a
Replace the Vdbe.inVtabMethod field with the sqlite3.nVDestroy counter.
by drh
· 11 years ago
ada3f2b
Disable loadable extensions in the command-line shell on VxWorks user-space.
by drh
· 11 years ago
d741129
Track total memory usage using a 64-bit integer on 64-bit systems. Add
by drh
· 11 years ago
2493870
Fix a non-C89 variable declaration that causes problems for MSVC.
by drh
· 11 years ago
status64
062cf27
Fix datetype size asserts in btree.c.
by drh
· 11 years ago
2b4905c
Add the SQLITE_PTRSIZE macro. Use it to help sqlite3_status() run faster
by drh
· 11 years ago
af89fe6
Add the sqlite3_status64() interface. Make the new interface and the legacy
by drh
· 11 years ago
74893a4
Fix a potential NULL pointer dereference following a syntax error.
by drh
· 11 years ago
d425864
Fix harmless compiler warnings with MSVC when assert() and SQLITE_MEMDEBUG are both enabled.
by mistachkin
· 11 years ago
774f42b
Add more comments to the MSVC batch build tool.
by mistachkin
· 11 years ago
082be63
Increase the debugging level for the debug configuration in the MSVC batch build tool.
by mistachkin
· 11 years ago
5ac9365
Do not invoke a C preprocessor macro with an empty argument, as (reportedly)
by drh
· 11 years ago
3858cb4
Add a missing "int" on a constant declaration.
by drh
· 11 years ago
e10d87f
Avoid a segfault if NULL is passed as the first argument to SQL scalar function fts3_tokenizer().
by dan
· 11 years ago
d2f9933
Change walblock.test to block an external process for 10 seconds, not 5. 5 seconds is not long enough to tell the difference between a blocking lock and a series of retries.
by dan
· 11 years ago
c435cf7
Fix the blocking WAL lock so that it works and so that it compiles on a Mac.
by drh
· 11 years ago
b4e0fd2
Remove an unreachable branch from the OP_VCreate opcode (merge accidental fork in trunk).
by dan
· 11 years ago
998aaa0
Avoid an integer overflow in fts3 causing gcc 4.7.1 with -O2 to behave counter-intuitively (perhaps because the behaviour is undefined). Add an "ifcapable trace" to a test in shell4.test.
by dan
· 11 years ago
4746406
Remove an unreachable branch from the OP_VCreate opcode.
by drh
· 11 years ago
e56f53e
Add a missing "ifcapable fts3" to a test case in vtab2.test.
by dan
· 11 years ago
8f9d0b2
Correctly detect the error of having a "*" wildcard on a SELECT without
by drh
· 11 years ago
f063685
If a column is both UNIQUE and a PRIMARY KEY, make sure the PRIMARY KEY
by drh
· 11 years ago
299903c
Remove superfluous define from the MSVC makefile.
by mistachkin
· 11 years ago
44723ce
Improvements to the MSVC build. Fix harmless compiler warnings. Enable use of 'stdcall'.
by mistachkin
· 11 years ago
e441efb
Provide the BTREE_SEEK_EQ hint to the b-tree layer.
by drh
· 11 years ago
1fa509a
Fix to get SQLITE_SMALL_STACK working correctly again after the previous change.
by drh
· 11 years ago
seek-eq
e0997b3
Provide the BTREE_SEEK_EQ hint to the b-tree layer.
by drh
· 11 years ago
80103fc
Fix a problem causing collation sequence names to be dequoted multiple times under some circumstances.
by dan
· 11 years ago
17ba562
If a virtual table is created with a malformed UTF8 name in a UTF16 database,
by drh
· 11 years ago
8b3c0ae
Fix a crash that can occur following an OOM condition within a CREATE VIRTUAL TABLE statement on a utf-16 database.
by dan
· 11 years ago
malformed-vtab-name
7377945
Fix a problem with creating virtual table with names specified using malformed utf-8 within utf-16 databases.
by dan
· 11 years ago
b7134d0
Fix an FTS3/4 problem with handling empty tokenizer declarations (e.g. "CREATE VIRTUAL TABLE t(tokenize=);").
by dan
· 11 years ago
e041762
Silently ignore any attempt to add a prefix index for prefixes zero bytes in size to an fts3/4 table. Or any prefix index size so large that it overflows a 32-bit signed integer.
by dan
· 11 years ago
b77009f
Add an assert() to check that the database mutex is held in sqlite3BtreeLeave().
by dan
· 11 years ago
ba132c7
Fix typo in shell error message.
by mistachkin
· 11 years ago
657b4a8
Fix a bug in error handling in the ".trace" command of the command-line shell.
by drh
· 11 years ago
2b3f140
Add another sqlite3FaultSim() to the multi-threaded sorter logic to
by drh
· 11 years ago
d671e66
Clarify the documentation on sqlite3_errcode(). No changes to code.
by drh
· 11 years ago
099006d
Merge all recent trunk enhancements into the sessions branch.
by drh
· 11 years ago
5572f7e
Also merge the WAL blocking lock tests that were somehow missed on the
by drh
· 11 years ago
a5eaece
Transient locks in WAL mode can now block in order to resolve priority
by drh
· 11 years ago
363fc9e
Add a test for the change on this branch.
by dan
· 11 years ago
wal-blocking-lock
f104abb
Make SQLite slightly more likely to use an auto-index within a sub-query.
by dan
· 11 years ago
05b6048
Fix typo of test prefix in the new WHERE test file.
by mistachkin
· 11 years ago
29894b6
When the WHERE clause contains two OR-connected terms with identical
by drh
· 11 years ago
Next »