Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
refs/heads/fts3-int-cursor
48570b3
Use integer handles for fts3 cursors for a small performance improvement.
by dan
· 8 years ago
fts3-int-cursor
d8ecefa
Add the "unionvtab" virtual table extension in ext/misc/unionvtab.c.
by dan
· 8 years ago
3963e58
Fix a register allocation problem in PRAGMA integrity_check that caused
by drh
· 8 years ago
e7c6f97
Fix a missing \n at the end of a comment causing a line to be too long.
by drh
· 8 years ago
a4e54e8
Enhance the showstat4 utility program to show the full precision of
by drh
· 8 years ago
cb0d3ba
Fix another minor problem in test file like.test.
by dan
· 8 years ago
a50b309
Fix test problems causing the "prepare" permutation test to fail.
by dan
· 8 years ago
04ed43d
Fix test problems with stmtvtab1.test under some permutations.
by dan
· 8 years ago
858205d
Fix a typo in a comment used to generate documentation. No code changes.
by drh
· 8 years ago
749e4a9
Identify requirements text in the SQLITE_DBCONFIG_ENABLE_QPSG documentation.
by drh
· 8 years ago
3cef364
Add requirements marks for some of the new features in the 3.20 release.
by drh
· 8 years ago
380c7ce
Tweak Makefile.in so that testfixture can be built with the
by dan
· 8 years ago
0e6b830
Modify mkopcodeh.tcl so that it can handle "same as" opcodes with values
by dan
· 8 years ago
c9fb27b
In the LSM1 virtual table, dequote the filename before opening the file.
by drh
· 8 years ago
59541d7
Changes to the LSM1 Tcl tests to make things work on Win32.
by mistachkin
· 8 years ago
a199ffc
Include a hint in the header comment of the LSM1 makefile about how to
by drh
· 8 years ago
aa15168
Update the Makefile for LSM1 so that the LSMOPTS can be set prior to
by drh
· 8 years ago
3eddffd
Fix a typo in the header comment to the remember extension. No code changes.
by drh
· 8 years ago
e83b847
Change the name of the STMT virtual table to SQLITE_STMT. Also remove the
by drh
· 8 years ago
923260c
Minor updates to requirements marks and documention. No changes to code.
by drh
· 8 years ago
4b8035e6
Add very simple tcl tests for the lsm1 extension.
by dan
· 8 years ago
17ca226
Minor tweaks to documentation. No code changes.
by drh
· 8 years ago
968d871
Fix harmless compiler warnings in the readline tab-completion logic of the
by drh
· 8 years ago
33b46ee
Improved documentation for the new sqlite3_bind_pointer() interface and its
by drh
· 8 years ago
4ba5f33
Improvements to the documentation for SQLITE_PREPARE_PERSISTENT.
by drh
· 8 years ago
06aecf0
Fix documentation typo. No changes to code.
by drh
· 8 years ago
c940750
Update header comments on the carray() and remember() extensions to bring
by drh
· 8 years ago
96b1003
Add new interfaces sqlite3_bind_pointer(), sqlite3_result_pointer(), and
by drh
· 8 years ago
4c997c6
Fix an incorrect type signature for the loadable extension pointer
by drh
· 8 years ago
bind-pointer
5587d86
Add the three new pointer interfaces to the loadable extension mechanism.
by drh
· 8 years ago
d43748a
Update the FTS3 extension to use sqlite3_result_pointer() and
by drh
· 8 years ago
3fb4060
Merge the latest changes from trunk.
by drh
· 8 years ago
0c24330
Smaller and faster implementation for vdbeFreeOpArray() and freeP4().
by drh
· 8 years ago
7ccf95d
Fix harmless compiler warnings about incomplete structure initializers.
by drh
· 8 years ago
980a89e
Remove unnecessary EP_Leaf settings on the Expr object.
by drh
· 8 years ago
971ecd7
The EP_Resolved flag on the Expr object is not required for correctness nor
by drh
· 8 years ago
ec360a8
Clarification and simplification and result column naming logic.
by drh
· 8 years ago
47ebd4c
Fix a problem in an lsmtest test case caused by writing data in "text" mode
by dan
· 8 years ago
f0f44b7
Compile cleanly with SQLITE_OMIT_UTF16.
by drh
· 8 years ago
1cd523c
In lsm, attempt to unmap the database file before truncating it when
by dan
· 8 years ago
416b869
Simplify the way in which the database file is truncated when the last
by dan
· 8 years ago
8999798
Fix harmless compiler warnings in the core.
by drh
· 8 years ago
ba334bb
Make win32GetTimeOfDay() in the lsm1 test code more portable.
by mistachkin
· 8 years ago
db3e045
Enabled the new sqlite3_prepare_v3() and sqlite3_prepare16_v3() interfaces
by drh
· 8 years ago
b7bfc3b
Fix a whitespace alignment issue in lsm1.
by mistachkin
· 8 years ago
36c6823
Fix more harmless compiler warnings in lsm1, seen with MSVC 2015.
by mistachkin
· 8 years ago
1be5051
Fix harmless compiler warnings seen with MSVC for lsm1.
by mistachkin
· 8 years ago
56eb09b
Add support for tab-completion (using the ext/misc/completion.c virtual table)
by drh
· 8 years ago
2ce15c3
Change the src/shell.c file so that it is generated from a new script at
by drh
· 8 years ago
e2b0101
Fix a backup2 test case so that it works on FreeBSD.
by drh
· 8 years ago
f3c0009
Add the "phase" output column on the COMPLETION table-valued function, for
by drh
· 8 years ago
dc4dde6
The COMPLETION virtual table now looks at the names of databases, tables,
by drh
· 8 years ago
3265b56
Incomplete implementation of the COMPLETION table-valued function. So far it
by drh
· 8 years ago
b2950c4
Fix harmless compiler warnings in lsmtest.
by mistachkin
· 8 years ago
4a9e140
Fix errors in comments in the STMT virtual table. No code changes.
by drh
· 8 years ago
240e7ef
Minor cleanup and refactoring of the Win32 VFS for lsm1.
by mistachkin
· 8 years ago
a868639
Another spelling error in the README.md file.
by drh
· 8 years ago
e1869a9
Spelling error in README.md
by drh
· 8 years ago
764fb30
Yet another typo in README.md
by drh
· 8 years ago
67d5bf9
Fix another README.md typo.
by drh
· 8 years ago
14d5ff4
Fix an obsolete statement about Lemon in the README.md file.
by drh
· 8 years ago
91ea8cf
Cleanup header usage in lsmtest for files that require _O_BINARY.
by mistachkin
· 8 years ago
7ff64dc
Updates to the repository README.md file.
by drh
· 8 years ago
ff7733d
In LSM, avoid calling the VFS xTestLock method to test for a lock that
by dan
· 8 years ago
dbc2672
Add the "--newlines" option to the ".dump" command in the shell to disable
by drh
· 8 years ago
90e39ec
When multiple constraints need to be evaluated for a row, do any constraints
by drh
· 8 years ago
66a0bf3
Additional debugging Noop-comment in the constraint generator when
by drh
· 8 years ago
defer-where-subqueries
e24b92b
Small performance optimization in sqlite3WhereExprUsage().
by drh
· 8 years ago
d3930b1
Fix another problem on this branch.
by dan
· 8 years ago
8674ec5
Fix a problem causing non-covered WHERE terms to be evaluated before covered
by dan
· 8 years ago
ebc6301
When testing non-indexed WHERE constraints, test those that involve
by dan
· 8 years ago
9f6e14c
For sqlite3TreeView() debugging output, show the Expr.flags field on
by drh
· 8 years ago
ff4fa77
Update error message text for standard error codes to better describe the
by drh
· 8 years ago
e75be1a
Remove the error message text from disused error codes such as
by drh
· 8 years ago
155507b
Always make "column%d" column-names 1-based, never 0-based.
by drh
· 8 years ago
d7ca600
Make sure the columns of a VALUES() clause are named "column%d" even if
by drh
· 8 years ago
2aa3133
Add the --icc, --gcc7, and --orm options to the speed-check.sh test script.
by drh
· 8 years ago
12ca0fc
Basic test cases for PRAGMA secure_delete=FAST.
by drh
· 8 years ago
50963c9
Fix comment in the Win32 VFS for lsm1.
by mistachkin
· 8 years ago
85bd1cd
For lsmtest, use a more portable means of setting open() files to binary.
by mistachkin
· 8 years ago
1d91e9f
Adjust copy_file() lsmtest function so it works properly for locked database files on Win32.
by mistachkin
· 8 years ago
08f1efe
Add the "PRAGMA secure_delete=FAST" option, which overwrites most deleted
by drh
· 8 years ago
a690ff3
Change the error message text for SQLITE_ERROR to omit the part about
by drh
· 8 years ago
b11c650
Fix typos in Win32 VFS for lsm1.
by mistachkin
· 8 years ago
73518c5
Fix the memcpy calls in the lsmWin32OsShmMap function for lsm1.
by mistachkin
· 8 years ago
a2d85cb
Enhance the MSVC makefile 'clean' target to handle lsm1.
by mistachkin
· 8 years ago
9a7a77a
Add support for LSM_DEBUG to the MSVC makefile for lsm1.
by mistachkin
· 8 years ago
a7a0bfa
In the command-line shell, when running ".schema" give a sensible error when
by drh
· 8 years ago
9b8c5f6
Fix the usleep() macro in the Win32 test code for lsm1.
by mistachkin
· 8 years ago
d5eae66
Add new PRAGMAs: "function_list", "module_list", and "pragma_list". All are
by drh
· 8 years ago
8ae11aa
Add the "Pragma_list" pragma. Put all three pragmas created on this branch
by drh
· 8 years ago
list-pragmas
e60092b
Improve clarity in the Win32 VFS for lsm1.
by mistachkin
· 8 years ago
baebf3c
Add support for LSM_DEBUG_MEM to the MSVC makefile for lsm1.
by mistachkin
· 8 years ago
45158fa
Remove a block from the Win32 VFS for lsm1 that is now superfluous.
by dan
· 8 years ago
3bc909b
In lsmtest, use an empty string instead of ":memory:" when requesting a
by dan
· 8 years ago
5bd9e61
Remove a block from the Win32 VFS for lsm1 that is now superfluous.
by mistachkin
· 8 years ago
d429ec2
Memory reallocation fix for the Win32 VFS for lsm1.
by mistachkin
· 8 years ago
40cf27c
Enhance the sqlite3VdbeMultiLoad() interface to automatically generate the
by drh
· 8 years ago
ab53bb6
Add new pragmas: "function_list" and "module_list"
by drh
· 8 years ago
4676462
Merge recent enhancements from trunk.
by drh
· 8 years ago
Next »