Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
refs/heads/fts3-refactor
16708c4
Fix some fts3 related issues with the autoconf and amalgamation build systems.
by dan
· 16 years ago
fts3-refactor
91b71c1
Merge with [4bd4330709].
by dan
· 16 years ago
fts3-refactor
cd7f457
Fix a bug introduced with recent optimizations: The unary minus operator
by drh
· 16 years ago
44e0d68
Merge the fts3-refactor branch with the trunk.
by dan
· 16 years ago
5dc842d
Fix problems introduced into fts3 as part of the refactoring.
by dan
· 16 years ago
f25a507
Performance improvement by avoiding unnecessary calls to memset().
by drh
· 16 years ago
bd61689
Add some missing comments and fix some other issues in fts3 code.
by dan
· 16 years ago
2f2855b
Suppress more instances of unnecessary OP_IsNull and OP_Affinity opcodes.
by drh
· 16 years ago
3c65721
Enhancements to the VDBE opcode loop to reduce the number of machine-code
by drh
· 16 years ago
039fc32
Code generator tries to avoid pointless OP_IsNull and OP_Affinity opcodes.
by drh
· 16 years ago
f13b704
Improvements to the way fts3 reads the full-text index.
by dan
· 16 years ago
68ff78b
Make sure the output of sqlite3OsFullPathname is initialized even if the
by drh
· 16 years ago
f6a8203
Fix a reference to freed memory that can occur following an OOM error in
by drh
· 16 years ago
3727263
Back out part of the change in [23ea2b700fd6d28d] since TH3 reveals some
by drh
· 16 years ago
948a5f8
Add a few extra coverage test cases for fts3.
by dan
· 16 years ago
af2b572
Use the sqlite3CtypeMap[] to improve the speed and reduce the size of the
by drh
· 16 years ago
d93a8b2
Additional optimizations in sqlite3VdbeRecordCompare().
by drh
· 16 years ago
8b249a8
Optimizations to the sqlite3VdbeRecordCompare() routine help it to run 12.5%
by drh
· 16 years ago
4b4d446
Fixes to fts3 integrity check code.
by dan
· 16 years ago
a6c2ed9
Optimizations to the main loop inside sqlite3VdbeExec() to help VDBE byte code
by drh
· 16 years ago
bbe879d
Make the sqlite3VdbeExec() function about 2% faster by storing the opcode
by drh
· 16 years ago
91f0ce3
Further OOM testing for fts3 code. Add Tcl code implementing an integrity-check for fts3.
by dan
· 16 years ago
1f35012
Performance improvements and size reductions on the OP_Seek* family of
by drh
· 16 years ago
93952eb
Simplify the OPFLG processing logic in the VDBE for a speed boost in the
by drh
· 16 years ago
c54055b
Force 8-byte memory alignment on memory allocated for VDBE cursors.
by drh
· 16 years ago
5c03f30
Changes to test_intarray.c so that it build with SQLITE_OMIT_VIRTUALTABLE.
by drh
· 16 years ago
09977bb
Start reworking fts3 code to match the rest of SQLite (code conventions, malloc-failure handling etc.).
by dan
· 16 years ago
91fc4a0
Shift more OP_Found opcodes over to using the unpacked format, for improved
by drh
· 16 years ago
8cff69d
Enhance the OP_Found and OP_NotFound opcodes so that they can accept an
by drh
· 16 years ago
e3365e6
Factor out the IN operator code generation into a subroutine. Use this
by drh
· 16 years ago
36c563a
Factor out the code generator for BETWEEN into a subroutine.
by drh
· 16 years ago
779b8f1
Update comment for substrFunc(). Added additional SUBSTR() test cases.
by shaneh
· 16 years ago
35451c6
Suppress unnecessary OP_Noop instructions on when the right table of a
by drh
· 16 years ago
6a51741
Suppress excess OP_Null opcodes caused by binary IS or IS NOT operators
by drh
· 16 years ago
9b918ed
Adjustments to the implementation of LIMIT so that it uses fewer opcodes.
by drh
· 16 years ago
ae2a348
If the sector size is unspecified (initially 0) then set it to 512, not to 32.
by drh
· 16 years ago
0abaefe
Remove an obsolete (and incorrect) comment from sqlite3MemCompare().
by drh
· 16 years ago
4adc4cb
Tweaks to the SUBSTR() function to make it dramatically faster in the common
by drh
· 16 years ago
3c99d68
Allow media sector sizes as small as 32. The former minimum size was 512.
by drh
· 16 years ago
5fc2501
Modified CLI to raise an error when extra command line options are passed.
by shaneh
· 16 years ago
e76173b
Additional test cases for the coalesce() and ifnull() functions.
by drh
· 16 years ago
ae6bb95
Generate VDBE code for the built-in COALESCE() and IFNULL() functions. This
by drh
· 16 years ago
63b3878
Additional intarray test cases and tweaks to comments.
by drh
· 16 years ago
522efc6
Initial implementation and test cases for the "intarray" virtual table.
by drh
· 16 years ago
ac81cd7
Fix for datbase name being ignored with the -batch option in the CLI. Ticket [aeff892c57].
by shaneh
· 16 years ago
c81c11f
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
by drh
· 16 years ago
c728597
Remove from the TCL interface some old code associated with sqlite3_analyzer.
by drh
· 16 years ago
1461d7a
Omit some code that is not used when SQLITE_SECURE_DELETE is defined.
by drh
· 16 years ago
e2aa9d7
Improved shell "dot" command argument handling. Ticket [f12a9eeedc].
by shaneh
· 16 years ago
3313b14
Fix the backup API so that a backup from an empty database to a non-empty
by drh
· 16 years ago
6278666
Merged accidental fork.
by shaneh
· 16 years ago
a05e0c4
Add some very basic tests for the commands available from the CLI.
by shaneh
· 16 years ago
481aa74
Recover an ophaned branch that resulted from some ill-advised "shunning".
by drh
· 16 years ago
1860e3f
Remove "const" from parameter of sqlite3BtreeFactory() to avoid a compiler
by drh
· 16 years ago
8677d30
Create a new datatype "ynVar" to hold "nVar" (number of variable) values.
by drh
· 16 years ago
e68e8c5
Report errors back up to the ATTACH command if the codec fails to initialize.
by drh
· 16 years ago
f639c40
Fix compiler warnings on MSVC build.
by shane
· 16 years ago
f16371d
Enhancements to lemon to generate more compact action tables and to avoid
by drh
· 16 years ago
9a5f4d6
Force all qsort() calls in mkkeywordhash.c to be stable so that we get
by drh
· 16 years ago
e594bc3
Adjust the lemon implementation so that it always computes the same PDA
by drh
· 16 years ago
75f8d8b
All SQLITE_MAX_VARIABLE_NUMBER to exceed 32767. The sizes of some structures
by drh
· 16 years ago
ccaf773
Bug fix in the recent changes to mkopcodeh.awk.
by drh
· 16 years ago
b24a200
Update the generator AWK script for opcodes.h so that it always generates
by drh
· 16 years ago
539a20f
Do not insert the date and time of generation into the amalgamation.
by drh
· 16 years ago
18bf48f
Update the configure script for version 3.6.20.
by drh
· 16 years ago
e7ae4e2
Comment changes in support of better documentation. No changes to code.
by drh
· 16 years ago
1d452e1
Fix compiler warnings. Better comments on some variables associated with
by drh
· 16 years ago
1aca4f9
Increase the version number to 3.6.20.
by drh
· 16 years ago
1450bc6
Avoid storing the result register for EXISTS and SELECT in any field of
by drh
· 16 years ago
e05c929
Reduce the memory required by prepared statements that use the IN operator
by drh
· 16 years ago
5bbe548
Minor updates and corrections to comments in btreeInt.h. No changes to code.
by drh
· 16 years ago
80bcf23
Remove additional obsolete code from the sqlite3_release_memory() logic.
by drh
· 16 years ago
40f75cf
Remove some obsolete code within #if 0 that was causing developer concern.
by drh
· 16 years ago
eb20638
Fix a compiler warning that occurs when building the TCL interface.
by drh
· 16 years ago
1faca75
Another attempt at getting the pTail pointer computations correct for
by drh
· 16 years ago
f69573d
In shell, modified to not print informational messages during startup while in "batch mode".
by shane
· 16 years ago
86f5bdb
In shell, changed ".tables" command to not add '%' to specified pattern. This is consistent
by shane
· 16 years ago
6d116ca
Check-in [19064d7cea] broke the pTail return on sqlite3_prepare16() when
by drh
· 16 years ago
7c95b0f
Make sure that UTF16 to UTF8 conversions to not read past the end of the
by drh
· 16 years ago
9bd1b44
In shell, ensure that do_meta_command() returns consistent error values.
by shane
· 16 years ago
916f961
In shell, modified "import" handling to ensure error code returned correctly on exit.
by shane
· 16 years ago
b9fc17d
In shell, reworked .header and .echo handling.
by shane
· 16 years ago
57a0227
Merge the MD5 checksum logic into the TCL interface. This facilitates building
by drh
· 16 years ago
d91ca49
Add some sample requirement implementation comments to where.c.
by drh
· 16 years ago
ad6b8d0
In shell, in shell_exec() logic, use type info if available when
by shane
· 16 years ago
626a6e4
Updated shell to output blobs in X'1234' form when in "insert" mode. Ticket [72adc99de9].
by shane
· 16 years ago
e6ab069
Add markings on test evidence for R-30323-21917.
by drh
· 16 years ago
edc1755
Mention the sqlite3_column_count() function on the same documentation page
by drh
· 16 years ago
9a91c66
Merge accidental fork back to trunk.
by shane
· 16 years ago
43d9cb2
Modified shell to call output_html_string() for header values in .mode html.
by shane
· 16 years ago
16f954c
Made detectSchemaProblem function and aSchemaTable array static. Ticket [6f8b0c5855].
by shane
· 16 years ago
fcf486c
Add evidence marks to parse.y. Fix a broken evidence link in e_fkey.tcl.
by drh
· 16 years ago
d2bed1c
For the shell, changed the output of the errors on lines 2910 and 2914 to goto
by shane
· 16 years ago
b320ccd
For Windows version of shell, add support for .timer command
by shane
· 16 years ago
ea59892
For Windows VFS, modified xGetLastError() to call FormatMessage()
by shane
· 16 years ago
9524f4b
Clarify the use of sqlite3_shutdown().
by drh
· 16 years ago
397308d
Fix the VACUUM command so that when the MAIN and TEMP databases have
by drh
· 16 years ago
7db29fb
Remove all mention of sqlite3_next_stmt() from the documentation of
by drh
· 16 years ago
4b5af77
Update documentation on the sqlite3_prepare_v2() interface. No changes to code.
by drh
· 16 years ago
c94b859
Fix cases where modifying bound variables using the clear_bindings() or transfer_bindings() APIs can invalidate a query plan.
by dan
· 16 years ago
Next »