aboutsummaryrefslogtreecommitdiff
path: root/src/tclsqlite.c
Commit message (Expand)AuthorAge
...
* | | | | | | Merge trunk 3.8.8 beta changes into the sessions branchdrh2015-01-14
|\| | | | | |
| * | | | | | Silence some harmless uninitialized local variable warnings.mistachkin2015-01-12
| * | | | | | Harmless compiler warning fixes for 'testfixture' and the miscellaneous exten...mistachkin2015-01-12
| * | | | | | Change the testfixture binary so that it explicitly enabled core files drh2015-01-09
| | |_|_|_|/ | |/| | | |
* | | | | | Merge threading fixes from trunk into the sessions branch.drh2014-12-16
|\| | | | |
| * | | | | Add new test file e_walhook.test.dan2014-12-10
| | |_|/ / | |/| | |
* | | | | Merge recent trunk enhancements, including the read-after-ROLLBACK changedrh2014-11-18
|\| | | |
| * | | | Add new test file e_blobopen.test, containing tests for sqlite3_blob_open().dan2014-11-07
| * | | | Add the experimental sqlite3_stmt_scanstatus() API.dan2014-10-31
| | |/ / | |/| |
* | | | Merge all recent trunk changes into the sessions branch.drh2014-09-21
|\| | |
| * | | Add support for the extra parameter on the sqlite3_set_authorizer() callbackdrh2014-09-11
* | | | Merge support for large files on Android from trunk.drh2014-09-08
|\| | |
| * | | Fix typos in comments. No code changes.peter.d.reid2014-09-06
| |/ /
* | | Merge all recent trunk changes, especially the fix fordrh2014-08-21
|\| |
| * | Minor changes to do with the Tcl tea extension package autoconf system.dan2014-08-19
| |/
* | Merge the performance enhancements of trunk (and some obscure bug fixes)drh2014-03-04
|\|
| * Revise how the Tcl system encoding is handled by the test suite.mistachkin2014-02-14
* | Sync the latest trunk changes, and in particular the STAT4 IS NOT NULL fix.drh2014-02-11
|\|
| * In the TCL bindings, make sure Tcl_AppendResult() is always terminateddrh2014-02-07
* | Bring in the latest updates from trunk.drh2014-01-28
|\|
| * Fix harmless compiler warnings in the Tcl interface.mistachkin2014-01-24
* | Bring in all the latest trunk changes, including the Common Tabledrh2014-01-24
|\|
| * Add the ability for the authorizer callback to disallow recursivedrh2014-01-16
* | Merge the latest trunk changes into the sessions branch.drh2013-12-24
|\|
| * Fix compiler harmless warnings in tclsqlite.c that appeared with GCC 4.8.x.drh2013-12-20
* | Merge in performance enhancements from trunk.drh2013-11-26
|\|
| * Change tclsqlite3.c so that it never invokes ctype macros with signeddrh2013-11-26
* | Synchronize with the trunk.drh2013-10-10
|\|
| * Remove unnecessary memset() calls from test code.drh2013-10-03
* | Merge in all the latest updates and enhancements from trunk.drh2013-08-19
|\|
| * Make it easy to attach a debugger the test fixture process prior to any tests...mistachkin2013-08-15
* | Bring the sessions branch up-to-date with all the latest trunk changes.drh2013-06-26
|\|
| * Further improvements to error handling of the run-time loading of SQLitedrh2013-06-03
| * Improved handling of errors when doing run-time loading of an SQLitedrh2013-05-31
* | Merge all recent trunk changes into the sessions branch.drh2013-05-03
|\|
| * Convert the fuzzer virtual table into a loadable extension and move itdrh2013-04-25
| * Make test_wholenumber.c into a loadable extension and move it todrh2013-04-25
| * Make "test_regexp.c" into a loadable extension and move it over todrh2013-04-23
* | Merge the changes for the 3.7.16.1 release candidate into the sessions branch.drh2013-03-28
|\|
| * Many spelling fixes in comments. No changes to code.mistachkin2013-03-21
* | Enhancements to the query planner to exploit transitive relationships in thedrh2013-01-25
|\|
| * Add another test for the fts4 content= option.dan2013-01-11
* | Merge recent trunk changes into the sessions branch.drh2013-01-03
|\|
| * Add the test_regexp.c module containing a cross-platform implementation drh2012-12-31
* | Merge the latest trunk changes, especially the ORDER BY optimizer enhancementsdrh2012-10-09
|\|
| * Update the query planner to recognize more cases where ORDER BY clausesdrh2012-10-03
| |\
| * | Fix the TCL interface so that SQL functions implemented in TCL honor thedrh2012-10-03
| |/
| * Fix compiler warnings found on Lion.drh2012-09-29
* | Merge the latest trunk changes (especially "PRAGMA busy_timeout" and thedrh2012-09-28
|\|
| * Added sqlite3_errstr API to translate a result code to the corresponding erro...mistachkin2012-09-11