2009-11-05 |
shaneh | Update maxRow size after shrinking the row buffer ... csv_ext |
commit | commitdiff | tree |
2009-11-05 |
shaneh | Removed line limit on rows. |
commit | commitdiff | tree |
2009-11-05 |
shaneh | Initial implementation of a virtual table for CSV files. |
commit | commitdiff | tree |
2009-11-04 |
drh | Remove "const" from parameter of sqlite3BtreeFactory... |
commit | commitdiff | tree |
2009-11-04 |
drh | Create a new datatype "ynVar" to hold "nVar" (number... |
commit | commitdiff | tree |
2009-11-04 |
drh | Report errors back up to the ATTACH command if the... |
commit | commitdiff | tree |
2009-11-03 |
shane | Fix compiler warnings on MSVC build. |
commit | commitdiff | tree |
2009-11-03 |
drh | Enhancements to lemon to generate more compact action... |
commit | commitdiff | tree |
2009-11-03 |
drh | Force all qsort() calls in mkkeywordhash.c to be stable... |
commit | commitdiff | tree |
2009-11-03 |
drh | Adjust the lemon implementation so that it always compu... |
commit | commitdiff | tree |
2009-11-03 |
drh | All SQLITE_MAX_VARIABLE_NUMBER to exceed 32767. The... |
commit | commitdiff | tree |
2009-11-02 |
drh | Bug fix in the recent changes to mkopcodeh.awk. |
commit | commitdiff | tree |
2009-11-02 |
drh | Update the generator AWK script for opcodes.h so that... |
commit | commitdiff | tree |
2009-11-02 |
drh | Do not insert the date and time of generation into... |
commit | commitdiff | tree |
2009-11-02 |
drh | Update the configure script for version 3.6.20. |
commit | commitdiff | tree |
2009-11-02 |
drh | Comment changes in support of better documentation... |
commit | commitdiff | tree |
2009-11-01 |
drh | Fix compiler warnings. Better comments on some variabl... |
commit | commitdiff | tree |
2009-10-30 |
drh | Increase the version number to 3.6.20. |
commit | commitdiff | tree |
2009-10-30 |
drh | Avoid storing the result register for EXISTS and SELECT... |
commit | commitdiff | tree |
2009-10-29 |
drh | Reduce the memory required by prepared statements that... |
commit | commitdiff | tree |
2009-10-27 |
drh | Minor updates and corrections to comments in btreeInt... |
commit | commitdiff | tree |
2009-10-26 |
drh | Remove additional obsolete code from the sqlite3_releas... |
commit | commitdiff | tree |
2009-10-26 |
drh | Remove some obsolete code within #if 0 that was causing... |
commit | commitdiff | tree |
2009-10-24 |
drh | Fix a compiler warning that occurs when building the... |
commit | commitdiff | tree |
2009-10-24 |
drh | Another attempt at getting the pTail pointer computatio... |
commit | commitdiff | tree |
2009-10-24 |
shane | In shell, modified to not print informational messages... |
commit | commitdiff | tree |
2009-10-24 |
shane | In shell, changed ".tables" command to not add '%'... |
commit | commitdiff | tree |
2009-10-24 |
drh | Check-in [19064d7cea] broke the pTail return on sqlite3... |
commit | commitdiff | tree |
2009-10-23 |
drh | Make sure that UTF16 to UTF8 conversions to not read... |
commit | commitdiff | tree |
2009-10-23 |
shane | In shell, ensure that do_meta_command() returns consist... |
commit | commitdiff | tree |
2009-10-23 |
shane | In shell, modified "import" handling to ensure error... |
commit | commitdiff | tree |
2009-10-22 |
shane | In shell, reworked .header and .echo handling. |
commit | commitdiff | tree |
2009-10-22 |
drh | Merge the MD5 checksum logic into the TCL interface... |
commit | commitdiff | tree |
2009-10-22 |
drh | Add some sample requirement implementation comments... |
commit | commitdiff | tree |
2009-10-22 |
shane | In shell, in shell_exec() logic, use type info if avail... |
commit | commitdiff | tree |
2009-10-22 |
shane | Updated shell to output blobs in X'1234' form when... |
commit | commitdiff | tree |
2009-10-22 |
drh | Add markings on test evidence for R-30323-21917. |
commit | commitdiff | tree |
2009-10-22 |
drh | Mention the sqlite3_column_count() function on the... |
commit | commitdiff | tree |
2009-10-21 |
shane | Merge accidental fork back to trunk. |
commit | commitdiff | tree |
2009-10-21 |
shane | Modified shell to call output_html_string() for header... |
commit | commitdiff | tree |
2009-10-21 |
shane | Made detectSchemaProblem function and aSchemaTable... |
commit | commitdiff | tree |
2009-10-21 |
drh | Add evidence marks to parse.y. Fix a broken evidence... |
commit | commitdiff | tree |
2009-10-21 |
shane | For the shell, changed the output of the errors on... |
commit | commitdiff | tree |
2009-10-21 |
shane | For Windows version of shell, add support for .timer... |
commit | commitdiff | tree |
2009-10-21 |
shane | For Windows VFS, modified xGetLastError() to call Forma... |
commit | commitdiff | tree |
2009-10-20 |
drh | Clarify the use of sqlite3_shutdown(). |
commit | commitdiff | tree |
2009-10-20 |
drh | Fix the VACUUM command so that when the MAIN and TEMP... |
commit | commitdiff | tree |
2009-10-20 |
drh | Remove all mention of sqlite3_next_stmt() from the... |
commit | commitdiff | tree |
2009-10-20 |
drh | Update documentation on the sqlite3_prepare_v2() interf... |
commit | commitdiff | tree |
2009-10-20 |
dan | Fix cases where modifying bound variables using the... |
commit | commitdiff | tree |
2009-10-19 |
drh | Remove an unreachable condition in the WHERE clause... |
commit | commitdiff | tree |
2009-10-19 |
drh | Fix an incorrect assert() in vdbeUnbind(). |
commit | commitdiff | tree |
2009-10-19 |
dan | Fix an assert() that may fail if sqlite3_step() is... |
commit | commitdiff | tree |
2009-10-19 |
dan | Remove the sqlite3_reoptimize() API. The same functiona... |
commit | commitdiff | tree |
2009-10-19 |
dan | When generating WHERE clause terms internally for NATUR... |
commit | commitdiff | tree |
2009-10-19 |
dan | Use 64-bit arithmetic in the xRead() method of asyncRea... |
commit | commitdiff | tree |
2009-10-17 |
dan | Fix a problem in the icu.test script. |
commit | commitdiff | tree |
2009-10-17 |
drh | Make sure the target register is allocated before addin... |
commit | commitdiff | tree |
2009-10-17 |
dan | Add documentation comment for new experimental API... |
commit | commitdiff | tree |
2009-10-16 |
drh | Merge the sqlite3_reoptimize() changes into the trunk. |
commit | commitdiff | tree |
2009-10-16 |
dan | Fix a problem in the analyze3.test script. |
commit | commitdiff | tree |
2009-10-16 |
dan | Remove a mutex reference leak from sqlite3_reoptimize(). |
commit | commitdiff | tree |
2009-10-16 |
drh | Comment cleanup in btree.c. |
commit | commitdiff | tree |
2009-10-16 |
dan | Experimental fix for [f777251dc7]. This may be changed... |
commit | commitdiff | tree |
2009-10-16 |
drh | Fix comment typos in btreeInt.h. |
commit | commitdiff | tree |
2009-10-15 |
dan | Add the experimental sqlite3_reoptimize() API. |
commit | commitdiff | tree |
2009-10-14 |
drh | Version 3.6.19 release candidate |
commit | commitdiff | tree |
2009-10-13 |
drh | Update the configure script for version 3.6.19. |
commit | commitdiff | tree |
2009-10-13 |
drh | Fixed warnings with MSVC compile. |
commit | commitdiff | tree |
2009-10-13 |
drh | Fix a typo in the test script added for ticket [5ee2373... |
commit | commitdiff | tree |
2009-10-13 |
drh | Update the TCL wrapper to provide a non-NULL objProc... |
commit | commitdiff | tree |
2009-10-13 |
drh | Add a test case to verify that ticket [5ee23731f15... |
commit | commitdiff | tree |
2009-10-13 |
drh | When a write transaction fails to being because the... |
commit | commitdiff | tree |
2009-10-13 |
drh | Suppress some harmless compiler warnings. |
commit | commitdiff | tree |
2009-10-13 |
drh | Make sure mem3.c releases its mutex on an sqlite3_shutd... |
commit | commitdiff | tree |
2009-10-13 |
dan | Add further test cases to e_fkey.test. |
commit | commitdiff | tree |
2009-10-12 |
drh | Add asserts as evidence that all FK constraints are... |
commit | commitdiff | tree |
2009-10-12 |
drh | When processing FK constraints on changes to parent... |
commit | commitdiff | tree |
2009-10-12 |
dan | Add more test cases to e_fkey.test. |
commit | commitdiff | tree |
2009-10-12 |
dan | Fix some mappings from e_fkey.test. |
commit | commitdiff | tree |
2009-10-12 |
dan | Update e_fkey.test to match the latest version of forei... |
commit | commitdiff | tree |
2009-10-12 |
dan | Extra test cases mapped to statements in foreignkeys... |
commit | commitdiff | tree |
2009-10-12 |
dan | Add further test cases to e_fkey.test. |
commit | commitdiff | tree |
2009-10-10 |
dan | Add tests to e_fkey.test. |
commit | commitdiff | tree |
2009-10-10 |
drh | Update requirement text for sqlite3_open_blob(). Updat... |
commit | commitdiff | tree |
2009-10-09 |
dan | Add test cases to e_fkey.test. |
commit | commitdiff | tree |
2009-10-08 |
dan | Test a couple of the examples in foreignkeys.html. |
commit | commitdiff | tree |
2009-10-08 |
dan | Add test cases to test file "e_fkey.test". |
commit | commitdiff | tree |
2009-10-08 |
dan | Fix a problem in the legacy genfkey code to do with... |
commit | commitdiff | tree |
2009-10-08 |
dan | Add tests to test/e_fkey.test. |
commit | commitdiff | tree |
2009-10-08 |
dan | Update triggerC.test to match the change to the way... |
commit | commitdiff | tree |
2009-10-08 |
drh | Fix a segfault that can occur following an OOM fault... |
commit | commitdiff | tree |
2009-10-07 |
drh | Use memcpy() rather than structure assignment so that... |
commit | commitdiff | tree |
2009-10-07 |
dan | Add some tests of statements in foreignkeys.html. |
commit | commitdiff | tree |
2009-10-07 |
dan | Add a missing OP_Close opcode to VDBE programs that... |
commit | commitdiff | tree |
2009-10-07 |
dan | Update the header comment for sqlite3_blob_open to... |
commit | commitdiff | tree |
2009-10-07 |
dan | Update header file comments describing the sqlite3_chan... |
commit | commitdiff | tree |
2009-10-06 |
dan | Change tclsqlite.c to use the Tcl_NRxxx() APIs in Tcl... |
commit | commitdiff | tree |
2009-10-05 |
dan | Fix some errors in the guttman versions (disabled by... |
commit | commitdiff | tree |
2009-10-03 |
dan | Handle an SQLITE_IGNORE returned when requesting author... |
commit | commitdiff | tree |
next |