aboutsummaryrefslogtreecommitdiff
path: root/src/tclsqlite.c
Commit message (Collapse)AuthorAge
* Revise how the Tcl system encoding is handled by the test suite.mistachkin2014-02-14
| | | FossilOrigin-Name: 9e573198e107f1b85ee37c52a10343d38968bda1
* In the TCL bindings, make sure Tcl_AppendResult() is always terminateddrh2014-02-07
| | | | | by "(char*)0" and not just "0". FossilOrigin-Name: ea4d23d1c0df4fde2e532daa081888712f465884
* Fix harmless compiler warnings in the Tcl interface.mistachkin2014-01-24
| | | FossilOrigin-Name: 35bc81f5ad4503c0db03127ba3c2ee4ce5227448
* Add the ability for the authorizer callback to disallow recursivedrh2014-01-16
| | | | | queries. FossilOrigin-Name: 9efc120a1548c03f3d8aabbadf1050ff2a119c31
* Fix compiler harmless warnings in tclsqlite.c that appeared with GCC 4.8.x.drh2013-12-20
| | | FossilOrigin-Name: d93ae6833a7fca0672caf902a7b48846e54242cd
* Change tclsqlite3.c so that it never invokes ctype macros with signeddrh2013-11-26
| | | | | character arguments. FossilOrigin-Name: c07caabf2396c84b2ccb0e9f98ae6279ce41c59d
* Remove unnecessary memset() calls from test code.drh2013-10-03
| | | FossilOrigin-Name: eec3187bc68ddebdbc2113f77c7f5cd32e9be61f
* Make it easy to attach a debugger the test fixture process prior to any ↵mistachkin2013-08-15
| | | | | tests being run. FossilOrigin-Name: c23acba11bfefc019b5945cfb345f9afcf4b6242
* 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
* 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
* Many spelling fixes in comments. No changes to code.mistachkin2013-03-21
| | | FossilOrigin-Name: 6f6e2d50941e444ebc83604daddcc034137a05b7
* Add another test for the fts4 content= option.dan2013-01-11
| | | FossilOrigin-Name: 7e6007a0002f6989bd489abeba8db52acb4a6854
* Add the test_regexp.c module containing a cross-platform implementation drh2012-12-31
| | | | | of the REGEXP operator. FossilOrigin-Name: 46c8c01b751c1ea7fc02cc35e3b5bb99dbe46c4b
* 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
* Added sqlite3_errstr API to translate a result code to the corresponding ↵mistachkin2012-09-11
| | | | | error message. FossilOrigin-Name: bf8a9ca5b58404112a8af666f5840b462b7bbfe1
* Avoid using the sqlite3ErrStr function in the Tcl package if ↵mistachkin2012-09-10
| | | | | USE_SYSTEM_SQLITE is defined. FossilOrigin-Name: a716b9a3091072774d067c0a1258b0f4c39a4180
* Refine error messages in the sqlite3 Tcl command when a NULL database ↵mistachkin2012-09-10
| | | | | connection is returned from sqlite3_open_v2. FossilOrigin-Name: f260d7d567a1239c483c437d0b18a95bd0c96724
* Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also indrh2012-04-19
| | | | | tclsqlite.c and in the FTS4 module. FossilOrigin-Name: 3281972eaa46cb57fd9f0387063f47430dc0a3b4
* Fix a harmless compiler warning in tclsqlite.c for MSVC x64. Fix a testdrh2012-04-19
| | | | | case associated with the FTS4 merge feature. FossilOrigin-Name: de3f7187eb2ff24683a1854ae523e7d30c290893
* Remove the _SafeInit() entry points from the TCL interface. They have longdrh2012-03-20
| | | | | | been no-ops. Removing them completely avoids confusion as to why they don't work. FossilOrigin-Name: 0fb26c7bfa7a4bb1503f90fd6f5b9c70f444665b
* Add the -uri option to the usage comment that is printed by the "sqlite3"drh2012-01-13
| | | | | TCL command when an unknown command-line option is supplied. FossilOrigin-Name: 7987e285786161b1513ab77694d79e95fc76b0e5
* Add the ability to enable or disable SQLITE_IOCAP_ZERO_DAMAGE using a URIdrh2011-12-21
| | | | | | | | parameter for both unix and windows. Add a file-control to query or disable the ZERO_DAMAGE setting. Add the -uri option to the "sqlite3" TCL command in tclsqlite3.c. Allow the sqlite3_uri_parameter() interface to accept a NULL pointer for its first parameter. FossilOrigin-Name: c83627b73285f883719845c1b9fe85f378f28dd2
* Add assert() statements and eliminate needless variable assignments in orderdrh2011-10-14
| | | | | | | to get the clang scan-build utility to report zero problems against the SQLite core. Clang's static analysis did find one real problem - but it was in the command-line shell, not in the SQLite core. FossilOrigin-Name: 60fee9574b0125705787e33c16f116cf188c8323
* Change the way the sqlite3_analyzer executable is built.dan2011-09-21
| | | FossilOrigin-Name: 05e3cced8a884e8bca6f208d2f09e335d3929eac
* Ensure that the Tcl "db onecolumn" command returns an empty string if the ↵dan2011-08-18
| | | | | SELECT statement returns zero rows. FossilOrigin-Name: 928bcaf0f00a408e2f6c1d85dfab214457f52ad5
* Add a case to permutations.test to run the veryquick test suite using ↵dan2011-06-27
| | | | | sqlite3_prepare() instead of sqlite3_prepare_v2(). This helps to test the fix for bug [25ee812710]. FossilOrigin-Name: d9f7993bfa2ecb30c44455de538eb6f8a4a59087
* More compiler warning fixes.drh2011-06-20
| | | FossilOrigin-Name: ed2dda9329ca42e9c0be1986c78b091051e7598f
* Fix a problem where FTS test code was not being included in the testfixture ↵dan2011-06-20
| | | | | build when SQLITE_ENABLE_FTS4 was defined. FossilOrigin-Name: e539d08a4dda073dc67dc39a104f89374d3bd8e9
* Fix a bug exposed by combining matchinfo(), NEAR and "ORDER BY rowid DESC".dan2011-06-13
| | | FossilOrigin-Name: 5f6b87f420f21749aa7c72e020c50aca74890086
* Add the "wholenumber" virtual table module to the test suite - useful indrh2011-04-01
| | | | | populating tables with many rows of content prior to a test. FossilOrigin-Name: 975dff155bd9db42f2b6855b24c861852bb7a201
* Merge the word-fuzzer branch into trunk.drh2011-04-01
|\ | | | | FossilOrigin-Name: f77609d44194ee8871b3fb281ea6b90a9182f69f
| * Skeleton code for the word-fuzzer virtual table.drh2011-03-26
| | | | | | FossilOrigin-Name: ea3a4ee136ff6699c3099178f0efaa8bb517715f
* | Add test infrastructure (and some tests) to inject faults into os_unix.c ↵dan2011-03-28
|/ | | | | using the new xSetSystemCall interface. FossilOrigin-Name: 0e1d20dfaeea5ab285d16aa4b8f02b61b1d2bc10
* Make sure code *compiles* with each OMIT and ENABLE option. Mostly changes ↵shaneh2011-02-09
| | | | | to test modules. FossilOrigin-Name: 7cc515edc9cade2bc6c74699b3e4153bf2b74ebb
* Have testfixture invoke C routine Zipvfs_Init() when creating a new ↵dan2010-12-29
| | | | | interpreter if SQLITE_ENABLE_ZIPVFS is defined. FossilOrigin-Name: 430635dacfa818e8266a88214aaf60c77862de1c
* Add file test_superlock.c with example code for obtaining an exclusive lock ↵dan2010-11-19
| | | | | on either rollback or wal mode databases. FossilOrigin-Name: 1a3e7417a2184188fe21c3284e58720da9ca11cf
* First attempt at a sharding VFS to split large DBs.shaneh2010-11-04
| | | FossilOrigin-Name: dd4dc8a4269e23ffe0e18438690da6077e17cdad
* Fix a memory leak in the update_hook method of the TCL interface.drh2010-10-27
| | | FossilOrigin-Name: 1d17e3dc832d789c3665e240dac5019fc4f9c18b
* Add file test_quota.c, demonstrating how file-system quotas may be ↵dan2010-09-01
| | | | | implemented as a VFS wrapper. FossilOrigin-Name: 383eb87bbf560b20682dd5be0e18ddadf762f415
* Add code to allow user-defined searches of r-tree tables. Still largely ↵dan2010-08-28
| | | | | untested. FossilOrigin-Name: 782ca3b716ee1ecb0dfb5ab6f21dfd73d41758e4
* Add EXTERN macros before entry points in tclsqlite.c. This undoes thedrh2010-08-26
| | | | | change [b4d3e0d528c7d17fa3d05] on [2006-03-06 23:30:52]. FossilOrigin-Name: 8b2cf9d492901a65942d0e0b87c568d1539deece
* Reinstate the "sqlite" alias for backwards compatibility (but leave drh2010-08-25
| | | | | it undocumented) but remove the PackageProvide for "sqlite". FossilOrigin-Name: 699cc6b48774be111f2e076cc1920ae79497dcea
* Disable the legacy "sqlite" command in the TCL interface. Provide onlydrh2010-08-25
| | | | | the "sqlite3" command. FossilOrigin-Name: 909b3d8862aeae04611969f5fc27d32a82026767
* Merge leaf created by accident.dan2010-08-20
| | | FossilOrigin-Name: 1f680cb37584baa106cee0544d5be63049d55858
* Fix a typo in an error message of the TCL interface.drh2010-08-01
| | | FossilOrigin-Name: 8eadd7b87bfe8786e0352ca14b29d1451998c02c