2018-02-28 |
D. Richard Hipp | Enhance the sessions documentation to show the methods...
|
commit | commitdiff | tree |
2018-02-28 |
D. Richard Hipp | Use <pre> around code snippets in the documentation...
|
commit | commitdiff | tree |
2018-02-28 |
D. Richard Hipp | Fix a potential NULL pointer deref following OOM in...
|
commit | commitdiff | tree |
2018-02-27 |
D. Richard Hipp | Add support for TRUE and FALSE keywords and for operators...
|
commit | commitdiff | tree |
2018-02-27 |
D. Richard Hipp | Clean up comments and variable names prior to merge.
|
commit | commitdiff | tree |
2018-02-27 |
D. Richard Hipp | Remove an unnecessary decision.
|
commit | commitdiff | tree |
2018-02-26 |
D. Richard Hipp | Code simplifications. New test cases.
|
commit | commitdiff | tree |
2018-02-26 |
D. Richard Hipp | Get the "DEFAULT true" and "DEFAULT false" phrases...
|
commit | commitdiff | tree |
2018-02-26 |
D. Richard Hipp | Enhance TreeView so that it can display the new IS...
|
commit | commitdiff | tree |
2018-02-26 |
D. Richard Hipp | Refactor for correct NULL handling in the IS TRUE,...
|
commit | commitdiff | tree |
2018-02-26 |
D. Richard Hipp | Merge the fix for determining truth of floating point...
|
commit | commitdiff | tree |
2018-02-26 |
D. Richard Hipp | Always interpret non-zero floating-point values as...
|
commit | commitdiff | tree |
2018-02-26 |
D. Richard Hipp | Experimental implementation of IS TRUE and IS FALSE...
|
commit | commitdiff | tree |
2018-02-22 |
D. Richard Hipp | For the "SQLite archive" link in the README.md file...
|
commit | commitdiff | tree |
2018-02-22 |
D. Richard Hipp | Updates to the README.md file. Mention the ability...
|
commit | commitdiff | tree |
2018-02-21 |
D. Richard Hipp | Remove an unreachable branch in the walIndexPage()...
|
commit | commitdiff | tree |
2018-02-21 |
D. Richard Hipp | Small performance improvement in sqltie3WalFindFrame().
|
commit | commitdiff | tree |
2018-02-21 |
D. Richard Hipp | Remove an unnecessary memset().
|
commit | commitdiff | tree |
2018-02-20 |
D. Richard Hipp | Make the walIndexPage() routine about 3x faster by...
|
commit | commitdiff | tree |
2018-02-20 |
D. Richard Hipp | In the speed-check.sh script, make WAL mode the default...
|
commit | commitdiff | tree |
2018-02-20 |
D. Richard Hipp | Remove a superfluous "#if 1". No logic changes.
|
commit | commitdiff | tree |
2018-02-20 |
D. Richard Hipp | Optimize calls to sqlite3_mprintf("%z...") so that...
|
commit | commitdiff | tree |
2018-02-20 |
D. Richard Hipp | Remove a lot of the text describing extended format...
|
commit | commitdiff | tree |
2018-02-19 |
D. Richard Hipp | Enhance the string formatter (used by printf()) so...
|
commit | commitdiff | tree |
2018-02-19 |
D. Richard Hipp | Printing a value of 0 using %c terminates the string.
|
commit | commitdiff | tree |
2018-02-19 |
D. Richard Hipp | More test cases for unicode handling in printf.
|
commit | commitdiff | tree |
2018-02-19 |
D. Richard Hipp | Test cases and a bug fix on the new unicode handling...
|
commit | commitdiff | tree |
2018-02-19 |
D. Richard Hipp | Fix the %c substitution in printf() so that it works...
|
commit | commitdiff | tree |
2018-02-19 |
D. Richard Hipp | Make the alternate-form-2 flag ("!") change the meaning...
|
commit | commitdiff | tree |
2018-02-19 |
D. Richard Hipp | In the printf() library, measure width and precision...
|
commit | commitdiff | tree |
2018-02-19 |
D. Richard Hipp | Only try to use the geteuid() interface on unix if...
|
commit | commitdiff | tree |
2018-02-19 |
D. Richard Hipp | Fix an assert so that it compares two CellInfo objects...
|
commit | commitdiff | tree |
2018-02-18 |
D. Richard Hipp | Fix a memory leak in the processing of nested row values...
|
commit | commitdiff | tree |
2018-02-15 |
D. Richard Hipp | Do not allow parameters or schema references inside...
|
commit | commitdiff | tree |
2018-02-15 |
D. Richard Hipp | Improve performance of editdist3() by keeping the costs...
|
commit | commitdiff | tree |
2018-02-15 |
D. Richard Hipp | Reduce the number of calls to strncmp() required to...
|
commit | commitdiff | tree |
2018-02-15 |
D. Richard Hipp | Fix the --heap, --pagecache, --lookaside and other...
|
commit | commitdiff | tree |
2018-02-14 |
D. Richard Hipp | Add the --readonly option to the ".open" command in...
|
commit | commitdiff | tree |
2018-02-14 |
D. Richard Hipp | Performance optimizations to the editdist3() function...
|
commit | commitdiff | tree |
2018-02-14 |
D. Richard Hipp | Disable assert() in the spellfix extension if not compiled...
|
commit | commitdiff | tree |
2018-02-14 |
D. Richard Hipp | New test cases for the editdist3() function in the...
|
commit | commitdiff | tree |
2018-02-14 |
D. Richard Hipp | Try to optimize spellfix1 by storing a NULL in the...
|
commit | commitdiff | tree |
2018-02-13 |
D. Richard Hipp | Improved test cases for the [f484b65f3d6230593c34f...
|
commit | commitdiff | tree |
2018-02-13 |
D. Richard Hipp | Fix an incorrect table lookup used to find the appropriate...
|
commit | commitdiff | tree |
2018-02-13 |
D. Richard Hipp | Remove an unused variable from FTS4.
|
commit | commitdiff | tree |
2018-02-12 |
D. Richard Hipp | Updates to the speed-check.sh script for improvements...
|
commit | commitdiff | tree |
2018-02-12 |
D. Richard Hipp | When compiling with VDBE_PROFILE, add the sqlite3NProfileCnt...
|
commit | commitdiff | tree |
2018-02-12 |
D. Richard Hipp | Fix a possible infinite loop in VACUUM that can come...
|
commit | commitdiff | tree |
2018-02-10 |
D. Richard Hipp | Fix misplaced testcase() macros from the previous check-in.
|
commit | commitdiff | tree |
2018-02-09 |
D. Richard Hipp | Improve the performance of the built-in REPLACE() function...
|
commit | commitdiff | tree |
2018-02-09 |
D. Richard Hipp | Add the zorder.c extension implementing zorder() and...
|
commit | commitdiff | tree |
2018-02-09 |
D. Richard Hipp | Fix a harmless compiler warning.
|
commit | commitdiff | tree |
2018-02-05 |
D. Richard Hipp | Allocation the mutex used by the unix VFS only once...
|
commit | commitdiff | tree |
2018-02-04 |
D. Richard Hipp | In the CLI,
|
commit | commitdiff | tree |
2018-02-01 |
D. Richard Hipp | New assert() statements to help ensure that no other...
|
commit | commitdiff | tree |
2018-02-01 |
D. Richard Hipp | When an index is based on a text representation of...
|
commit | commitdiff | tree |
2018-01-31 |
D. Richard Hipp | Improve the omit-left-join optimization so that it...
|
commit | commitdiff | tree |
2018-01-31 |
D. Richard Hipp | Changes to the autoconf tarball so that it does not...
|
commit | commitdiff | tree |
2018-01-27 |
D. Richard Hipp | Changes to avoid a harmless UB warning from clang.
|
commit | commitdiff | tree |
2018-01-27 |
D. Richard Hipp | New test case for ticket [ec32177c99ccac2b1] that works...
|
commit | commitdiff | tree |
2018-01-27 |
D. Richard Hipp | Proposed fix for the query planner problem of ticket
|
commit | commitdiff | tree |
2018-01-27 |
D. Richard Hipp | Fix compiler warnings in zipfile.c.
|
commit | commitdiff | tree |
2018-01-26 |
D. Richard Hipp | Fix the query planner so that it takes into account...
|
commit | commitdiff | tree |
2018-01-26 |
D. Richard Hipp | Improve text-to-integer conversion in boundary cases...
|
commit | commitdiff | tree |
2018-01-25 |
D. Richard Hipp | Slightly smaller and faster implementation of OP_If...
|
commit | commitdiff | tree |
2018-01-24 |
D. Richard Hipp | When unpacking a sorter record, do so from right to...
|
commit | commitdiff | tree |
2018-01-24 |
D. Richard Hipp | Rearrange fields of the BtCursor object so that it...
|
commit | commitdiff | tree |
2018-01-24 |
D. Richard Hipp | Add the normalize.c extension.
|
commit | commitdiff | tree |
2018-01-24 |
D. Richard Hipp | Merge changes from trunk.
|
commit | commitdiff | tree |
2018-01-24 |
D. Richard Hipp | Interchange the numeric codes for CURSOR_VALID and...
|
commit | commitdiff | tree |
2018-01-24 |
D. Richard Hipp | Adjust the fts3rank.test module so that it works on...
|
commit | commitdiff | tree |
2018-01-24 |
D. Richard Hipp | Improved error message output when the btreeinfo.c...
|
commit | commitdiff | tree |
2018-01-24 |
D. Richard Hipp | Prevent a harmless unused variable warning when compiling...
|
commit | commitdiff | tree |
2018-01-24 |
D. Richard Hipp | Fix a formatting issue in sqlite3_prepare_v3() documentation...
|
commit | commitdiff | tree |
2018-01-24 |
D. Richard Hipp | Fix the sqlite3ext.h header file so that it correctly...
|
commit | commitdiff | tree |
2018-01-24 |
D. Richard Hipp | Make the shell functional even if compiled with SQLITE_OMIT_...
|
commit | commitdiff | tree |
2018-01-24 |
D. Richard Hipp | Invoke the sqlite3_complete() interface from the fuzzer.
|
commit | commitdiff | tree |
2018-01-23 |
D. Richard Hipp | Increase the version number to 3.23.0 for the next...
|
commit | commitdiff | tree |
2018-01-23 |
D. Richard Hipp | Remove an unreachable branch from sqlite3SkipAccumulatorLoad().
|
commit | commitdiff | tree |
2018-01-23 |
D. Richard Hipp | Work around a problem with GCC on 32-bit machines that...
|
commit | commitdiff | tree |
2018-01-23 |
D. Richard Hipp | Fix the modification-time setting logic in the fileio...
|
commit | commitdiff | tree |
2018-01-23 |
D. Richard Hipp | Fix comment typos. No changes to code.
|
commit | commitdiff | tree |
2018-01-23 |
D. Richard Hipp | Slightly faster implementation of the length() SQL...
|
commit | commitdiff | tree |
2018-01-23 |
D. Richard Hipp | Slightly faster function dispatch in the virtual machine...
|
commit | commitdiff | tree |
2018-01-22 |
D. Richard Hipp | Version 3.22.0
|
commit | commitdiff | tree |
2018-01-22 |
D. Richard Hipp | Avoid unnecessary OOM detection warnings in a debugging...
|
commit | commitdiff | tree |
2018-01-22 |
D. Richard Hipp | On the walro2-X.4.2.2 test case, show the size as part...
|
commit | commitdiff | tree |
2018-01-18 |
D. Richard Hipp | Update the autoconf configure.ac script and Makefile...
|
commit | commitdiff | tree |
2018-01-18 |
D. Richard Hipp | Fix to the documentation for sqlite3_trace_v2(). No...
|
commit | commitdiff | tree |
2018-01-17 |
D. Richard Hipp | Alternative implementation for the internal sqlite3Pow10...
|
commit | commitdiff | tree |
2018-01-17 |
D. Richard Hipp | Fix harmless compiler warnings, mostly unused parameters...
|
commit | commitdiff | tree |
2018-01-16 |
D. Richard Hipp | Remove an unused field from the internal definition...
|
commit | commitdiff | tree |
2018-01-16 |
D. Richard Hipp | Fix compiler warning in the FTS5 test interface.
|
commit | commitdiff | tree |
2018-01-16 |
D. Richard Hipp | Make the new sqlite3_vtab_collation() interface accessible...
|
commit | commitdiff | tree |
2018-01-16 |
D. Richard Hipp | Remove the unused SQLITE_CANTOPEN_DIRTYWAL result code.
|
commit | commitdiff | tree |
2018-01-16 |
D. Richard Hipp | Move the ZLIB version announcement in the CLI out of...
|
commit | commitdiff | tree |
2018-01-16 |
D. Richard Hipp | Disable the ".archive" command tests in shell8.test...
|
commit | commitdiff | tree |
2018-01-15 |
D. Richard Hipp | Fix an error in the setDeviceCharacteristics() procedure...
|
commit | commitdiff | tree |
2018-01-14 |
D. Richard Hipp | Avoid excess stack usage when a VALUES clause with...
|
commit | commitdiff | tree |
2018-01-13 |
D. Richard Hipp | Fix harmless compiler warnings in zipfile.c.
|
commit | commitdiff | tree |