aboutsummaryrefslogtreecommitdiff
path: root/src/tclsqlite.c
Commit message (Collapse)AuthorAge
...
* Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ↵mistachkin2016-07-28
| | | | | convention. FossilOrigin-Name: e8be3dfeabaa31b3490793cf8230faae1204be15
* Work in progress on setting a calling convention for all callback functions.mistachkin2016-07-28
| | | FossilOrigin-Name: 02b8040e1add02734d2dbc6c59737ab74ff8fb18
* Fix code so that the deprecated sqlite3_trace() and sqlite3_profile() drh2016-07-25
| | | | | interfaces are not called when SQLITE_OMIT_DEPRECATED is used. FossilOrigin-Name: 1c5baae3c545096a29a093f7d4387771f1db507c
* More work on the Tcl interface and tests for the sqlite3_trace_v2() API.mistachkin2016-07-14
| | | FossilOrigin-Name: f3c4aa97d8c10fdb69efc6405b5fa45781f45a61
* Initial work on the Tcl API interface to the new sqlite3_trace_v2() function.mistachkin2016-07-14
| | | FossilOrigin-Name: 7b59fa40a01c89cc98414d90a798169c26e04256
* Fix the "onecolumn" and "exists" methods of the TCL interface so that theydrh2016-06-13
| | | | | work in combination with the "profile" callback. FossilOrigin-Name: d362ba157f993fc74a590cf15a9a2fa589278dd7
* Even more compiler warning fixes.mistachkin2016-04-12
| | | FossilOrigin-Name: 7faec9ea335c53953338886398b85aef87348a1c
* Merge all recent enhancements from trunk.drh2016-03-16
|\ | | | | FossilOrigin-Name: 6a7ee04b0ddac36a87d5ed2ac89a53e537f4d5a3
| * Add the SQLITE_OMIT_CODEC_FROM_TCL compile-time option.drh2016-03-16
| | | | | | FossilOrigin-Name: 45f7f0c80bd91a0c7ff859c27fd9e82e551bd83e
* | Merge recent enhancements from trunk. Default page size is 4096. Writesdrh2016-03-04
|\| | | | | | | | | to statement journals are avoided. FossilOrigin-Name: 456df3365e2df60e34762f2024bb551538b3f72b
| * Add test code useful for testing the planners use of teh virtual table ↵dan2016-03-01
| | | | | | | | | | xBestIndex() method. FossilOrigin-Name: de034c0db66298454ae8418949d58eb6e223c0de
* | Merge 3.11.0 changes.drh2016-02-15
|\| | | | | FossilOrigin-Name: 631023dd9aa19cd8d92d712941d58e7148821995
| * Provide Sqlite3_SafeInit() and Sqlite3_SafeUnload() entry points on the TCLdrh2016-02-13
| | | | | | | | | | | | interface, but have the always return TCL_ERROR, because the non-standard TCL builds on Macs require this. FossilOrigin-Name: 37ec3015ec95035d31e3672f520908a0d36c9d67
* | Merge all recent enhancements from trunk.drh2016-02-02
|\| | | | | FossilOrigin-Name: f3f9200115caf4b356f90ec97c351d1afbcb9bf6
| * In the TCL interface, if a database connection object was opened withdrh2016-01-22
| | | | | | | | | | | | the -uri 1 option, then also honor URI filenames for the "backup" and "restore" commands. FossilOrigin-Name: a1c8116ced62d81f3f5ca26bbe0877e829d4cc56
* | Merge recent enhancements, and especially the WAL overwrite change, from trunk.drh2016-01-11
|\| | | | | FossilOrigin-Name: c4a858b228a164be2f89f5b01833f0b5e0d7735b
| * Add the "sqlite3 -sourceid" command in the TCL interface. Use that command anddrh2016-01-07
| | | | | | | | | | | | others to output additional information about the test configuration at the conclusion of a TCL test. FossilOrigin-Name: 4f80440bf566959306f6ca8cbb1fd29d138ee38b
* | Merge all changes in the latest 3.8.11 beta into the sessions branch.drh2015-07-23
|\| | | | | | | | | | | Changes include the rename of OTA to RBU, the WITHOUT-ROWID-OR-Skipscan fix, and improvements to pcache1. FossilOrigin-Name: 7f0ee77062d2fcb014942c7c62c163ccc801f21b
| * Change the name of the OTA extension to RBU: Resumable Bulk Update.drh2015-07-23
| | | | | | FossilOrigin-Name: 017c5019e1ce042025d4f327e50ec50af49f9fa4
* | Merge all the latest enhancements from trunk. This merge include FTS5drh2015-06-30
|\| | | | | | | | | and a number of notable performance enhancements. FossilOrigin-Name: 39936b33b0668aad81aa574d4d74c92b0ddd218a
| * Merge latest trunk changes with this branch.dan2015-06-02
| |\ | | | | | | FossilOrigin-Name: c9ffda4abb4390bbc5719e269196e2807b254f97
| * \ Merge latest trunk changes with this branch.dan2015-05-13
| |\ \ | | | | | | | | FossilOrigin-Name: b5f0e8c5b4bc018d672617ffd342d12b228548b9
| * \ \ Update this branch with latest trunk changes.dan2015-04-22
| |\ \ \ | | | | | | | | | | FossilOrigin-Name: 9797482ded7de985e3b20aedec5e4d81f55065c8
| * \ \ \ Merge trunk changes with this branch.dan2015-03-21
| |\ \ \ \ | | | | | | | | | | | | FossilOrigin-Name: 142743918fd5a6d79fa10c44398360c3684a255a
| * \ \ \ \ Merge latest trunk changes with this branch.dan2015-01-21
| |\ \ \ \ \ | | | | | | | | | | | | | | FossilOrigin-Name: b3348b1e07e168b156636a29fc8c6d6afb3129c2
| * \ \ \ \ \ Merge latest trunk changes with this branch.dan2015-01-01
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | FossilOrigin-Name: 4b3651677e7132c4c45605bc1f216fc08ef31198
| * | | | | | | Add code to parse a rank() function specification. And a tcl interface to ↵dan2014-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add auxiliary functions to fts5. FossilOrigin-Name: 9c1697a2aa1f601e6eb11704abe63a73c8105447
* | | | | | | | Merge recent trunk changes, include the R-Tree enhancement that allowsdrh2015-05-19
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8-byte BLOB arguments to geometry functions, and the fix for the TEXT affinity problem that could cause corrupt indexes. FossilOrigin-Name: 0a0de8b72ca24f287f9c84766a14e12ea4564b59
| * | | | | | | Merge latest trunk changes with this branch.dan2015-05-14
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | FossilOrigin-Name: 299ed55c909d327826ef47e204ef1e9afd54852b
| * | | | | | | Merge latest trunk changes into this branch.dan2015-04-23
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | FossilOrigin-Name: 1506e99eca19f72fb59b55ec9e2534505dfa7a6e
| * | | | | | | Merge the latest trunk changes into this branch.dan2015-03-24
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | FossilOrigin-Name: 9d9b6c883b4f7d69c615cedfb59a2385aac47b74
| * | | | | | | Merge recent trunk enhancements into the ota-update branch.drh2015-03-09
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | FossilOrigin-Name: 5489cb68921f62f10d832adbc4d19ea8c6c5da50
| * \ \ \ \ \ \ \ Merge latest trunk changes with this branch.dan2015-02-23
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | FossilOrigin-Name: e5ca79d2d3c066252b0baa4f76ddbe0ee3b14cb6
| * | | | | | | | Merge in all changes from trunk.drh2015-01-28
| |\| | | | | | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: 17c69be80542c5f84e21d60df3edc49422b087d9
| * | | | | | | | 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