aboutsummaryrefslogtreecommitdiff
path: root/src/tclsqlite.c
Commit message (Collapse)AuthorAge
...
* | | | | | | Merge trunk 3.8.8 beta changes into the sessions branchdrh2015-01-14
|\| | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: 0ba124540b5b2a9ceda0f4f4a46e6be54edad813
| * | | | | | Silence some harmless uninitialized local variable warnings.mistachkin2015-01-12
| | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: 44375a34e59d1b0f0d765a99dcc7e6f30a4be7f7
| * | | | | | Harmless compiler warning fixes for 'testfixture' and the miscellaneous ↵mistachkin2015-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extensions when built with the MSVC makefile. FossilOrigin-Name: 923fd66031ed1876bc63c3a038f0b8e33678184e
| * | | | | | Change the testfixture binary so that it explicitly enabled core files drh2015-01-09
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | on a crash (on unix). Add a test case to verify that this works. FossilOrigin-Name: 90f422ed81311d7ab2a90a381d36cba9c20227fc
* | | | | | Merge threading fixes from trunk into the sessions branch.drh2014-12-16
|\| | | | | | | | | | | | | | | | | FossilOrigin-Name: 9817a2864eebe2dc90ce505fe0faa8b069ff48ff
| * | | | | Add new test file e_walhook.test.dan2014-12-10
| | |_|/ / | |/| | | | | | | | FossilOrigin-Name: 2eb6d3e4fbe388ef28e4b7b846e9e8a4361517a4
* | | | | Merge recent trunk enhancements, including the read-after-ROLLBACK changedrh2014-11-18
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | and the addition of sqlite3_stmt_scanstatus() support, as well as various minor bug fixes. FossilOrigin-Name: f09055f3c4348264c7336f90646375f0d98b061e
| * | | | Add new test file e_blobopen.test, containing tests for sqlite3_blob_open().dan2014-11-07
| | | | | | | | | | | | | | | FossilOrigin-Name: ecbccd0e594d22b3ae7fabc8037951dc49570bc3
| * | | | Add the experimental sqlite3_stmt_scanstatus() API.dan2014-10-31
| | |/ / | |/| | | | | | FossilOrigin-Name: 6a9bab34aeb6a01b612211a28c140de60a3e883c
* | | | Merge all recent trunk changes into the sessions branch.drh2014-09-21
|\| | | | | | | | | | | FossilOrigin-Name: 6406b77f2c447751a2fbb16f01c61cdcfd6af59e
| * | | Add support for the extra parameter on the sqlite3_set_authorizer() callbackdrh2014-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and support for failing an ATTACH with an authentication-required database using bad credentials. The extension is now feature complete, but much testing and bug-fixing remains. FossilOrigin-Name: 596e728b0eb19a34c888e33d4d37978ca2bf1e00
* | | | Merge support for large files on Android from trunk.drh2014-09-08
|\| | | | | | | | | | | FossilOrigin-Name: c2885c6bb24cc55178467e57e77bf71df58b3b13
| * | | Fix typos in comments. No code changes.peter.d.reid2014-09-06
| |/ / | | | | | | FossilOrigin-Name: e62aab5e9290503869e1f4d5e0fefd2b4dee0a69
* | | Merge all recent trunk changes, especially the fix fordrh2014-08-21
|\| | | | | | | | | | | | | | | | | ticket [369d57fb8e5ccdff06f1], but also the skip-scan improvement and performance improvements in the b-tree code. FossilOrigin-Name: 0b9e2c3269695713b538561d999c68097db70f0c
| * | Minor changes to do with the Tcl tea extension package autoconf system.dan2014-08-19
| |/ | | | | FossilOrigin-Name: f10a6111262ce6ee6984c64fa0e0023642eca27d
* | Merge the performance enhancements of trunk (and some obscure bug fixes)drh2014-03-04
|\| | | | | | | | | into the sessions branch. FossilOrigin-Name: 7f51ad97f0b24c57453d58faf25eee68861faa23
| * Revise how the Tcl system encoding is handled by the test suite.mistachkin2014-02-14
| | | | | | FossilOrigin-Name: 9e573198e107f1b85ee37c52a10343d38968bda1
* | Sync the latest trunk changes, and in particular the STAT4 IS NOT NULL fix.drh2014-02-11
|\| | | | | FossilOrigin-Name: b006792695d23980e1923b21915d5c1138ecf29d
| * In the TCL bindings, make sure Tcl_AppendResult() is always terminateddrh2014-02-07
| | | | | | | | | | by "(char*)0" and not just "0". FossilOrigin-Name: ea4d23d1c0df4fde2e532daa081888712f465884
* | Bring in the latest updates from trunk.drh2014-01-28
|\| | | | | FossilOrigin-Name: 7b5f3773867ed0e4ed17bd473ba972d500035318
| * Fix harmless compiler warnings in the Tcl interface.mistachkin2014-01-24
| | | | | | FossilOrigin-Name: 35bc81f5ad4503c0db03127ba3c2ee4ce5227448
* | Bring in all the latest trunk changes, including the Common Tabledrh2014-01-24
|\| | | | | | | | | Expressions implementation. FossilOrigin-Name: 9b43e559195680e558264c4c00d34dc9cf9d9146
| * Add the ability for the authorizer callback to disallow recursivedrh2014-01-16
| | | | | | | | | | queries. FossilOrigin-Name: 9efc120a1548c03f3d8aabbadf1050ff2a119c31
* | Merge the latest trunk changes into the sessions branch.drh2013-12-24
|\| | | | | FossilOrigin-Name: cfd110bf5db2c1993a5e2ca718648bd9c17ee22c
| * Fix compiler harmless warnings in tclsqlite.c that appeared with GCC 4.8.x.drh2013-12-20
| | | | | | FossilOrigin-Name: d93ae6833a7fca0672caf902a7b48846e54242cd
* | Merge in performance enhancements from trunk.drh2013-11-26
|\| | | | | FossilOrigin-Name: fc9ae839569eb28eb734c52d95676c59b2e27494
| * Change tclsqlite3.c so that it never invokes ctype macros with signeddrh2013-11-26
| | | | | | | | | | character arguments. FossilOrigin-Name: c07caabf2396c84b2ccb0e9f98ae6279ce41c59d
* | Synchronize with the trunk.drh2013-10-10
|\| | | | | FossilOrigin-Name: 136445ba020c9475d3f5a7843d7d0add98477138
| * Remove unnecessary memset() calls from test code.drh2013-10-03
| | | | | | FossilOrigin-Name: eec3187bc68ddebdbc2113f77c7f5cd32e9be61f
* | Merge in all the latest updates and enhancements from trunk.drh2013-08-19
|\| | | | | FossilOrigin-Name: 67587a3348b84424b2ab1f2df1ea923a5168e2e4
| * Make it easy to attach a debugger the test fixture process prior to any ↵mistachkin2013-08-15
| | | | | | | | | | tests being run. FossilOrigin-Name: c23acba11bfefc019b5945cfb345f9afcf4b6242
* | Bring the sessions branch up-to-date with all the latest trunk changes.drh2013-06-26
|\| | | | | FossilOrigin-Name: 086a127236ee99d67513490fb7b5549e8b752c44
| * Further improvements to error handling of the run-time loading of SQLitedrh2013-06-03
| | | | | | | | | | into TCL. FossilOrigin-Name: 7cc0c4ee11ad250fa848e7da4713d70fc0fa3715
| * Improved handling of errors when doing run-time loading of an SQLitedrh2013-05-31
| | | | | | | | | | shared-library into TCL. FossilOrigin-Name: b3f23d186425d2362b756708cbaf422ba3c751f9
* | Merge all recent trunk changes into the sessions branch.drh2013-05-03
|\| | | | | FossilOrigin-Name: 3879ab1b532828fcc12a50a95b6730faebcb69e9
| * Convert the fuzzer virtual table into a loadable extension and move itdrh2013-04-25
| | | | | | | | | | to the ext/misc/fuzzer.c file. FossilOrigin-Name: c8c69307f60c1d07ac666ae3797b7e3f286fd491
| * Make test_wholenumber.c into a loadable extension and move it todrh2013-04-25
| | | | | | | | | | ext/misc/wholenumber.c. FossilOrigin-Name: efcc9dd012b5f193324dfc2ee9c2410c16fc1b3b
| * Make "test_regexp.c" into a loadable extension and move it over todrh2013-04-23
| | | | | | | | | | | | ext/misc/regexp.c. Add the "load_static_extension" command for testing purposes. FossilOrigin-Name: 860fc393bff27045e0593c3c51bf5577accd0b79
* | Merge the changes for the 3.7.16.1 release candidate into the sessions branch.drh2013-03-28
|\| | | | | FossilOrigin-Name: ee35a89712b8ea9f4e70d61a29150348896b519f
| * Many spelling fixes in comments. No changes to code.mistachkin2013-03-21
| | | | | | FossilOrigin-Name: 6f6e2d50941e444ebc83604daddcc034137a05b7
* | Enhancements to the query planner to exploit transitive relationships in thedrh2013-01-25
|\| | | | | | | | | | | WHERE clause, and other minor changes to bring the sessions branch into alignment with the trunk. FossilOrigin-Name: 82d3d1ae824e1fbc7958657be79231590ec17ace
| * Add another test for the fts4 content= option.dan2013-01-11
| | | | | | FossilOrigin-Name: 7e6007a0002f6989bd489abeba8db52acb4a6854
* | Merge recent trunk changes into the sessions branch.drh2013-01-03
|\| | | | | FossilOrigin-Name: 7e068e39b3b31364271664e0afb1cd95a235c26f
| * Add the test_regexp.c module containing a cross-platform implementation drh2012-12-31
| | | | | | | | | | of the REGEXP operator. FossilOrigin-Name: 46c8c01b751c1ea7fc02cc35e3b5bb99dbe46c4b
* | Merge the latest trunk changes, especially the ORDER BY optimizer enhancementsdrh2012-10-09
|\| | | | | | | | | but also other fixes, onto the sessions branch. FossilOrigin-Name: f1fbb8c5bfa84e84e0b8e2872d83b06a0c0d5acc
| * Update the query planner to recognize more cases where ORDER BY clausesdrh2012-10-03
| |\ | | | | | | | | | | | | | | | | | | can be optimized out. Add test cases to verify correct behavior of the ORDER BY optimization when the covering-index-scan optimization is disabled. Fix a harmless compiler warning in the TCL interface. FossilOrigin-Name: 956e4d7f8958e7065ff2d61cd71519d6f4113d4a
| * | Fix the TCL interface so that SQL functions implemented in TCL honor thedrh2012-10-03
| |/ | | | | | | | | | | "nullvalue" setting. Also remove from the TCL interface some unused legacy UTF8 translation code left over from SQLite2. FossilOrigin-Name: c1f10a2643179ec58f3879764e9e89676d4b5f91
| * Fix compiler warnings found on Lion.drh2012-09-29
| | | | | | FossilOrigin-Name: fd74d3d91721ca404537f195fed04c9edef20bf2
* | Merge the latest trunk changes (especially "PRAGMA busy_timeout" and thedrh2012-09-28
|\| | | | | | | | | ORDER BY query planner optimizations) into the sessions branch. FossilOrigin-Name: 6ca8eae1f89d19ee23cbc3a869d85b57d29b4a7d
| * Added sqlite3_errstr API to translate a result code to the corresponding ↵mistachkin2012-09-11
| | | | | | | | | | error message. FossilOrigin-Name: bf8a9ca5b58404112a8af666f5840b462b7bbfe1