๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
refs/heads/altShellFix
49e1125
Add and enhance the new tests.
by mistachkin
ยท 10 years ago
altShellFix
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
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
ef480d3
Change the way fts5 internally allocates segment ids in order to eliminated non-determinism from the module.
by dan
ยท 10 years ago
544c6b8
Change the Vdbe.aMem array so that it is zero-based instead of one-based.
by drh
ยท 10 years ago
3cdce92
Remove an unreachable branch. Improvements to comments.
by drh
ยท 10 years ago
zero-base-aMem
9f6168b
Change the Vdbe.aMem array so that it is zero-based instead of one-based.
by drh
ยท 10 years ago
b6eb666
Fix exclusive.test so that it works with -DSQLITE_TEMP_STORE=3.
by dan
ยท 10 years ago
9bccde3
Updates to the Lemon documentation.
by drh
ยท 10 years ago
f27d737
Add the sqlite3rbu_bp_progress() API to the RBU extension. Used to obtain the percentage progress of an RBU update.
by dan
ยท 10 years ago
fce07fb
Fix a problem detecting invalid values in the rbu_control column of an rbu database table.
by dan
ยท 10 years ago
rbu-percent-progress
febfe02
Update the sqldiff tool so that it generates an rbu_count table.
by dan
ยท 10 years ago
f11737f
Merge latest trunk changes, including fixes to test script rbudiff.test, into this branch.
by dan
ยท 10 years ago
49aed58
Fix another problem in test script rbudiff.test.
by dan
ยท 10 years ago
1e8dae0
Fix test scripts sqldiff.test and rbudiff.test so that they work with the --testdir option.
by dan
ยท 10 years ago
cf9bce3
Add test file fts5multiclient.test.
by dan
ยท 10 years ago
bb9b5f2
Fix a register allocation bug in the VDBE code generator for
by drh
ยท 10 years ago
eea627d
Add further tests for sqlite3rbu_bp_progress(). Fix a problem in handling WITHOUT ROWID tables in the same.
by dan
ยท 10 years ago
789780d
Change the name of the new API on this branch to "sqlite3_bp_progress". Add tests and documentation for the same.
by dan
ยท 10 years ago
fe485c0
Add tests for the changes on this branch. Fix a problem with calls to the new progress indicator API made after an rbu update has been resumed.
by dan
ยท 10 years ago
860443d
Fix FTS5 so that it works with SQLITE_OMIT_AUTORESET.
by drh
ยท 10 years ago
b99185f
Fix more test-case errors in the Apple configuration.
by drh
ยท 10 years ago
108e5a9
Fix some test cases so that they work under the Apple configuration.
by drh
ยท 10 years ago
9493caf
Fix harmless compiler warnings that arise with -DSQLITE_OMIT_LOAD_EXTENSION
by drh
ยท 10 years ago
790b151
Changes to releasetest.tcl: Rename the "OS-X" configuration to "Apple".
by drh
ยท 10 years ago
e42195b
Add an API to indicate the percentage progress of an rbu update.
by dan
ยท 10 years ago
762e32b
Change the xGetLastError() method on the windows VFS so that it continues to
by drh
ยท 10 years ago
de845c2
A more compact implementation of the code generator for the
by drh
ยท 10 years ago
0e80e50
Simple test cases for sqlite3_system_errno()
by drh
ยท 10 years ago
1b9f214
Experimental implementation of the sqlite3_system_errno() interface.
by drh
ยท 10 years ago
c9460ab
Fix some OOM-handling issues in the fts5 changes on this branch.
by dan
ยท 10 years ago
4b058dd
The prepared statements for some pragmas can now be reused without invoking
by drh
ยท 10 years ago
db8d320
Merge the changes on the reusable-pragma branch into this one.
by dan
ยท 10 years ago
f71a366
Some pragmas can be reused without an automatic reprepare.
by drh
ยท 10 years ago
reusable-pragma
e459bd4
Fix a comment on the freelist_count and data_version pragmas.
by drh
ยท 10 years ago
377ba38
Add a cast to an implict (size_t -> int) conversion in fts5_expr.c.
by dan
ยท 10 years ago
f55fb66
Have fts5 cache the decoded structure of fts5 indexes in memory. Use "PRAGMA data_version" to detect stale caches.
by dan
ยท 10 years ago
4ef0770
Enhance Lemon so that it reorders the reduce rules such that rules without
by drh
ยท 10 years ago
3f77389
Avoid a few unnecessary fstat()s on journal files.
by drh
ยท 10 years ago
892ffcc
Fix the query planner so that it is able to use the integer primary key
by drh
ยท 10 years ago
47e1842
Merge all recent enhancements from trunk.
by drh
ยท 10 years ago
32f57d4
Add the SQLITE_OMIT_CODEC_FROM_TCL compile-time option.
by drh
ยท 10 years ago
c5db1d4
Rearrange some internal fields in the sqlite3_stmt object to avoid a harmless
by drh
ยท 10 years ago
98968b2
Change the OP_IntegrityCk opcode to accept the list of root pages as an
by drh
ยท 10 years ago
b7b9106
In the Win32 VFS, use SQLITE_FCNTL_LAST_ERRNO instead of (the older) SQLITE_LAST_ERRNO.
by mistachkin
ยท 10 years ago
0ff47e9
Implement FROM-clause subqueries as co-routines whenever they are guaranteed
by drh
ยท 10 years ago
Next »