๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
refs/heads/snapshot-cmp
745be36
Update the documentation for sqlite3_snapshot_cmp() to make the circumstances under which the comparison is valid clearer. Add tests for the same.
by dan
ยท 10 years ago
snapshot-cmp
ad2d5ba
Add the sqlite3_snapshot_cmp() API.
by dan
ยท 10 years ago
244b9d6
Performance optimization to sqlite3Dequote() and its callers.
by drh
ยท 10 years ago
affa855
Performance optimization for the sqlite3ExprListDelete() routine.
by drh
ยท 10 years ago
bea119c
Performance optimizations in the column cache of the code generator, and
by drh
ยท 10 years ago
3c19469
Simplification and performance improvements in sqlite3ExprDup() and its
by drh
ยท 10 years ago
c310db3
Rename the OP_MX_JUMP macro to SQLITE_MX_JUMP_OPCODE to avoid confusing the
by drh
ยท 10 years ago
4f0010b
Performance improvement in sqlite3ExprDelete().
by drh
ยท 10 years ago
7cc84c2
Remove the VdbeOp.opflags field and its associated initialization overhead.
by drh
ยท 10 years ago
8679fba
Back off of the parser optimization in the previous check-in, slightly, to
by drh
ยท 10 years ago
8f3b137
Small size reduction and performance improvement in the parser.
by drh
ยท 10 years ago
08de4f7
Factor out the common operation of setting the Expr.x.pSelect field of an
by drh
ยท 10 years ago
ba26faa
Fix a problem in the code generator for joins on virtual tables where the
by drh
ยท 10 years ago
bfc7a8b
Fix the sqlite3BtreeDelete() routine so that it preserves the correct
by drh
ยท 10 years ago
53801ef
Limit the number of digits shown in the "prereq" mask for ".wheretrace"
by drh
ยท 10 years ago
11b2640
Update documentation for sqlite3_snapshot_open(). No code changes.
by drh
ยท 10 years ago
dca595c
Add test cases for ticket [7f7f8026eda387d544].
by drh
ยท 10 years ago
38b3dde
Prevent the in-memory journal read cursor from entering an inconsistent state
by drh
ยท 10 years ago
45c3c66
Avoid decrementing a pointer off the front end of the buffer in OP_MakeRecord.
by drh
ยท 10 years ago
be5000d
Instead of just commenting out the unneeded code in the previous check-in,
by drh
ยท 10 years ago
3b42be9
Remove an unnecessary test for a NULL pointer in freeP4().
by drh
ยท 10 years ago
f878e6e
Update comments on the unix file locking protocol. No changes to code.
by drh
ยท 10 years ago
40dc357
Remove an unnecessary branch in the sqlite3LogEstToInt() routine.
by drh
ยท 10 years ago
ed06a13
Carry table column types through into VIEW definitions, where possible.
by drh
ยท 10 years ago
18a1549
Remove superfluous directories from the Makefile clean targets.
by mistachkin
ยท 10 years ago
60de73e
Incorrect version of build.c checked in at [87e5f5a6c60e3] (because I
by drh
ยท 10 years ago
aed11f2
Make sure "0" intended as a NULL pointer is cast to a pointer when used
by drh
ยท 10 years ago
868f039
Remove an unnecessary conditional from the index builder.
by drh
ยท 10 years ago
1c715f6
Use SQLITE_WITHIN() for pointer range comparisons in some testing code.
by drh
ยท 10 years ago
cca6698
Do not allow pointer arithmetic to move a pointer across a memory allocation
by drh
ยท 10 years ago
73a6bb5
Fix documentation typos. Comment changes only. No changes to code.
by drh
ยท 10 years ago
48dcf2b
Improve error messages from the 'shell1-5.0' test.
by mistachkin
ยท 10 years ago
bdeb125
Improved handling of UTF8 by the command-line shell.
by drh
ยท 10 years ago
de613c6
Add the ".auth ON|OFF" command to the command-line shell.
by drh
ยท 10 years ago
455684a
Test that the view name is passed to the authorization callback when a SELECT statement is run on a view.
by dan
ยท 10 years ago
49e1125
Add and enhance the new tests.
by mistachkin
ยท 10 years ago
altShellFix
ae0c84b
Enhance sqlite3session_apply() and sqlite3session_apply_strm() so that
by drh
ยท 10 years ago
5fd0c12
Minor performance optimization in the comparison opcodes of the VDBE.
by drh
ยท 10 years ago
51b55a3
Fix harmless compiler warnings.
by drh
ยท 10 years ago
1810f22
Refinements to the previous check-in.
by mistachkin
ยท 10 years ago
1fe36bb
Experimental changes to the command line shell to make it work better with Unicode on Windows.
by mistachkin
ยท 10 years ago
1293120
More refactoring and cleanup work on the Win32 string conversion and utility routines.
by mistachkin
ยท 10 years ago
5daed67
Revise and enhance the Win32 string conversion routines.
by mistachkin
ยท 10 years ago
899c5c9
Replace the new fprintf() calls.
by mistachkin
ยท 10 years ago
0784f8a
Merge updates from trunk.
by mistachkin
ยท 10 years ago
076b646
Preupdate hook documentation fixes. No changes to code.
by drh
ยท 10 years ago
f6661a8
When reading an sqlite_stat1 table with missing entries for some indexes,
by drh
ยท 10 years ago
2779989
Update the clean target in the MSVC makefile.
by mistachkin
ยท 10 years ago
5996a77
Enhance the query planner so that IS and IS NULL operators are able to drive
by drh
ยท 10 years ago
0d0a2ab
Add another OOM test to this branch.
by dan
ยท 10 years ago
session-retry
5f5663d
Add further tests for the code on this branch. Fix a problem in OOM handling.
by dan
ยท 10 years ago
c8be643
Enhanced comments describing the sessions file format. No changes to code.
by drh
ยท 10 years ago
7e0765a
Fix the return code in sessionRetryConstraints().
by drh
ยท 10 years ago
d915152
Have the sqlite3session_apply() function and its streaming equivalent retry any operations that failed with SQLITE_CONSTRAINT after all other operations on the same table have been attempted. New code is largely untested.
by dan
ยท 10 years ago
0500478
Updates for the MSVC makefiles.
by mistachkin
ยท 10 years ago
b932bf6
Fix typo in comment. No changes to code.
by mistachkin
ยท 10 years ago
c556f3c
Simplifications and clarification to update callback handling in the
by drh
ยท 10 years ago
9fc4caf
Increase the version number to 3.13.0 on account of the new session extension.
by drh
ยท 10 years ago
3875a96
Remove a redundant test for disabling RESTRICT with defer_foreign_keys=ON.
by drh
ยท 10 years ago
8380839
Incorporate the sessions extension and the
by drh
ยท 10 years ago
74c3302
Avoid compiler warnings and excess opcodes when SQLITE_ENABLE_PREUPDATE_HOOK
by drh
ยท 10 years ago
sessions
fbcd313
Improvements to the performance testing program "speedtest1.c" and the
by drh
ยท 10 years ago
799b837
Merge changes for 3.12.0.
by drh
ยท 10 years ago
10df23f
Version 3.12.0
by drh
ยท 10 years ago
version-3.12.0
72cd360
Fix the multiplexor so that it does not assume that the xGetLastError method
by drh
ยท 10 years ago
60c4249
More changes to the shellN.test scripts to get them working on all variations
by drh
ยท 10 years ago
eaa544d
Remove the catchcmd_collapse_space procedure in tester.tcl - no longer needed.
by drh
ยท 10 years ago
15707ac
Update shell1.test tests to deal with backslash escaping in TCL on Windows-style
by drh
ยท 10 years ago
4f69540
Do not run the shell3.test module under mingw because of mingw's dodgy
by drh
ยท 10 years ago
8245248
In the Win32 VFS, avoid trying to use rand_s() on Windows CE.
by mistachkin
ยท 10 years ago
5729c31
Add the catchcmd_collapse_space command and use it to help make shell testing
by drh
ยท 10 years ago
ddb2b4a
Fix two instances of undefined behavior in the C code - both harmless for
by drh
ยท 10 years ago
cb620b4
Make test cases in shell1.test robust against TCL deciding to quote strings
by drh
ยท 10 years ago
eb2329b
Prevent negative values of SQLITE_DEFAULT_CACHE_SIZE from making SQLITE_WIN32_HEAP_INIT_SIZE negative.
by mistachkin
ยท 10 years ago
d38a2e2
Larger margins for one memsubsys1 range check when running with a
by drh
ยท 10 years ago
cc47eac
Fix some test scripts so that they work with various permutations.
by dan
ยท 10 years ago
565d640
Merge the beta changes into sessions.
by drh
ยท 10 years ago
c5412d5
Avoid calling realloc() with a zero size in fuzzcheck.c.
by drh
ยท 10 years ago
231ee68
Fix "ifcapable" tests in capi3.test and capi3c.test so that the tests work with more build configurations.
by dan
ยท 10 years ago
997de99
Remove an unused local variable from FTS5.
by drh
ยท 10 years ago
848b190
Explicitly limit the size of fts5 tokens to 32768 bytes.
by dan
ยท 10 years ago
3767026
Update a requirement mark. No changes to code.
by drh
ยท 10 years ago
d756486
The sqlite3_column_decltype() routine should return NULL, not an empty string,
by drh
ยท 10 years ago
527b043
Fix harmless compiler warning for MSVC.
by mistachkin
ยท 10 years ago
c5e7f94
Fix a harmless compiler warning.
by drh
ยท 10 years ago
0a2f2b5
Fix some errors in fts5 test scripts.
by dan
ยท 10 years ago
3bfa7e8
Create the "uptr" typedef (the same as uintptr_t when available) and use it
by drh
ยท 10 years ago
0b98207
Avoid the possibility of integer overflow on a pointer comparison test for
by drh
ยท 10 years ago
13969f5
Fix harmless compiler warnings.
by drh
ยท 10 years ago
6737aab
Add tests to ensure that fts5 is now deterministic.
by dan
ยท 10 years ago
4567bee
Skip recently added test cases in nolock.test when running in
by drh
ยท 10 years ago
6369bc3
Remove an unreachable branch from the unlink verification logic in the UNIX VFS.
by drh
ยท 10 years ago
dbf8a16
Merge 3.12.0 beta changes from trunk.
by drh
ยท 10 years ago
f526826
Have fts5 cache the structure of its index in main memory. Use "PRAGMA data_version" to figure out when this cache should be invalidated.
by dan
ยท 10 years ago
3c6707f
Rearrange code so that tests pass whether SQLITE_DEBUG is defined or not.
by dan
ยท 10 years ago
fts5-data-version
d260dd3
Add the sqlite3_system_errno() interface.
by drh
ยท 10 years ago
f68521c
Make sure system errors that occur durign sqlite3_step() are captured for
by drh
ยท 10 years ago
sqlite_system_errno
80fbee0
Improved comments. No logical changes to code.
by drh
ยท 10 years ago
8d2f41c
Do a better job of capturing all system errno values regardless of when
by drh
ยท 10 years ago
b7c9659
Merge updates from trunk.
by drh
ยท 10 years ago
Next »