aboutsummaryrefslogtreecommitdiff
path: root/src/tclsqlite.c
Commit message (Collapse)AuthorAge
...
| * | | | | | | | Merge latest trunk changes with this branch.dan2014-11-21
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: 7ef44c5b5bd30bcc4ef59ed172b9ce9ac6a843f6
| * \ \ \ \ \ \ \ \ Merge latest trunk changes with this branch.dan2014-09-15
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: 55b8011d5b455927f5b92a3cb911fd909fb0edab
| * | | | | | | | | | Add an experimental extension for applying bulk updates to databases.dan2014-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: 2954ab501049968430011b63d046eb42ff37a56c
* | | | | | | | | | | Merge in the IS-operator enhancements and other recent changes from trunk.drh2015-05-14
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | FossilOrigin-Name: 4f9229445c293b39c80b2a662901f608c85b36ef
| * | | | | | | | | | Revamp the way the DBSTAT virtual table is registered.drh2015-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: 4e6520159e729b6ea96ccdb14f0ecb00a0ff7cbd
* | | | | | | | | | | Merge all trunk enhancements and fixes into the sessions branch.drh2015-05-05
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: de7083cfe2bb00b689bec6bcc75e994f564ceda6
| * | | | | | | | | | Fix #ifdef problem in tclsqlite.c.drh2015-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: fe723bb5d5fa9522411c06dcee8bf1a8fd210db3
| * | | | | | | | | | Rename the test_stat.c source file to dbstat.c and rework the makefiles todrh2015-05-04
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make dbstat.c a first-class source module. FossilOrigin-Name: a24480a474993f82ff58edbe12d2093c59b1a2dc
* | | | | | | | | | Merge the latest trunk enhancements and fixes into the sessions branch.drh2015-04-23
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: 4e5f17d189eb0578a544c21fc150f9e2ee3428e3
| * | | | | | | | | Fix harmless compiler warnings seen with MSVC 2015.mistachkin2015-04-19
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | FossilOrigin-Name: d05becd873a03a366843a34e7f4c732dd8f88c86
* | | | | | | | | Merge all recent trunk enhancements into the sessions branch.drh2015-03-17
|\| | | | | | | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: 1d1c57c3566d86cd44f146688b620131b3b57e52
| * | | | | | | | Extra tests for commit [0f250957].dan2015-03-13
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | FossilOrigin-Name: 5aa522dcb9bfa18d49683f7cc889516984e2bcd2
* | | | | | | | Merge recent trunk enhancements into the sessions branch.drh2015-03-09
|\| | | | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: 68c8937e83b770d5ec6b1855c1bde81057c11b5f
| * | | | | | | Fix a real bug (in test code) that was introduced while trying to eliminatedrh2015-02-26
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | harmless compiler warnings from OpenBSD (see check-in [10321910990195878c]). FossilOrigin-Name: a62ba58c737656fae620d9cdaaae299104ac06f6
* | | | | | | Merge all the latest enhancements from trunk.drh2015-02-06
|\| | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: ae7eef117f28a5dae7a05805f2d31ac532a9fcc5
| * | | | | | Eliminate all use of sprintf(), strcpy() and strcat() from test logic becausedrh2015-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenBSD hates those functions. FossilOrigin-Name: 10321910990195878c0af1e94b34ae0cdc0cb31b
* | | | | | | 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