aboutsummaryrefslogtreecommitdiff
path: root/src/tclsqlite.c
Commit message (Collapse)AuthorAge
* Extra tests for commit [0f250957].dan2015-03-13
| | | FossilOrigin-Name: 5aa522dcb9bfa18d49683f7cc889516984e2bcd2
* 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
* Eliminate all use of sprintf(), strcpy() and strcat() from test logic becausedrh2015-01-19
| | | | | OpenBSD hates those functions. FossilOrigin-Name: 10321910990195878c0af1e94b34ae0cdc0cb31b
* 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
* Add new test file e_walhook.test.dan2014-12-10
| | | FossilOrigin-Name: 2eb6d3e4fbe388ef28e4b7b846e9e8a4361517a4
* 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
* 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
* Fix typos in comments. No code changes.peter.d.reid2014-09-06
| | | FossilOrigin-Name: e62aab5e9290503869e1f4d5e0fefd2b4dee0a69
* Minor changes to do with the Tcl tea extension package autoconf system.dan2014-08-19
| | | FossilOrigin-Name: f10a6111262ce6ee6984c64fa0e0023642eca27d
* 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