index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tclsqlite.c
Commit message (
Expand
)
Author
Age
*
Extra tests for commit [0f250957].
dan
2015-03-13
*
Fix a real bug (in test code) that was introduced while trying to eliminate
drh
2015-02-26
*
Eliminate all use of sprintf(), strcpy() and strcat() from test logic because
drh
2015-01-19
*
Silence some harmless uninitialized local variable warnings.
mistachkin
2015-01-12
*
Harmless compiler warning fixes for 'testfixture' and the miscellaneous exten...
mistachkin
2015-01-12
*
Change the testfixture binary so that it explicitly enabled core files
drh
2015-01-09
*
Add new test file e_walhook.test.
dan
2014-12-10
*
Add new test file e_blobopen.test, containing tests for sqlite3_blob_open().
dan
2014-11-07
*
Add the experimental sqlite3_stmt_scanstatus() API.
dan
2014-10-31
*
Add support for the extra parameter on the sqlite3_set_authorizer() callback
drh
2014-09-11
*
Fix typos in comments. No code changes.
peter.d.reid
2014-09-06
*
Minor changes to do with the Tcl tea extension package autoconf system.
dan
2014-08-19
*
Revise how the Tcl system encoding is handled by the test suite.
mistachkin
2014-02-14
*
In the TCL bindings, make sure Tcl_AppendResult() is always terminated
drh
2014-02-07
*
Fix harmless compiler warnings in the Tcl interface.
mistachkin
2014-01-24
*
Add the ability for the authorizer callback to disallow recursive
drh
2014-01-16
*
Fix compiler harmless warnings in tclsqlite.c that appeared with GCC 4.8.x.
drh
2013-12-20
*
Change tclsqlite3.c so that it never invokes ctype macros with signed
drh
2013-11-26
*
Remove unnecessary memset() calls from test code.
drh
2013-10-03
*
Make it easy to attach a debugger the test fixture process prior to any tests...
mistachkin
2013-08-15
*
Further improvements to error handling of the run-time loading of SQLite
drh
2013-06-03
*
Improved handling of errors when doing run-time loading of an SQLite
drh
2013-05-31
*
Convert the fuzzer virtual table into a loadable extension and move it
drh
2013-04-25
*
Make test_wholenumber.c into a loadable extension and move it to
drh
2013-04-25
*
Make "test_regexp.c" into a loadable extension and move it over to
drh
2013-04-23
*
Many spelling fixes in comments. No changes to code.
mistachkin
2013-03-21
*
Add another test for the fts4 content= option.
dan
2013-01-11
*
Add the test_regexp.c module containing a cross-platform implementation
drh
2012-12-31
*
Update the query planner to recognize more cases where ORDER BY clauses
drh
2012-10-03
|
\
*
|
Fix the TCL interface so that SQL functions implemented in TCL honor the
drh
2012-10-03
|
/
*
Fix compiler warnings found on Lion.
drh
2012-09-29
*
Added sqlite3_errstr API to translate a result code to the corresponding erro...
mistachkin
2012-09-11
*
Avoid using the sqlite3ErrStr function in the Tcl package if USE_SYSTEM_SQLIT...
mistachkin
2012-09-10
*
Refine error messages in the sqlite3 Tcl command when a NULL database connect...
mistachkin
2012-09-10
*
Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in
drh
2012-04-19
*
Fix a harmless compiler warning in tclsqlite.c for MSVC x64. Fix a test
drh
2012-04-19
*
Remove the _SafeInit() entry points from the TCL interface. They have long
drh
2012-03-20
*
Add the -uri option to the usage comment that is printed by the "sqlite3"
drh
2012-01-13
*
Add the ability to enable or disable SQLITE_IOCAP_ZERO_DAMAGE using a URI
drh
2011-12-21
*
Add assert() statements and eliminate needless variable assignments in order
drh
2011-10-14
*
Change the way the sqlite3_analyzer executable is built.
dan
2011-09-21
*
Ensure that the Tcl "db onecolumn" command returns an empty string if the SEL...
dan
2011-08-18
*
Add a case to permutations.test to run the veryquick test suite using sqlite3...
dan
2011-06-27
*
More compiler warning fixes.
drh
2011-06-20
*
Fix a problem where FTS test code was not being included in the testfixture b...
dan
2011-06-20
*
Fix a bug exposed by combining matchinfo(), NEAR and "ORDER BY rowid DESC".
dan
2011-06-13
*
Add the "wholenumber" virtual table module to the test suite - useful in
drh
2011-04-01
*
Merge the word-fuzzer branch into trunk.
drh
2011-04-01
|
\
|
*
Skeleton code for the word-fuzzer virtual table.
drh
2011-03-26
*
|
Add test infrastructure (and some tests) to inject faults into os_unix.c usin...
dan
2011-03-28
|
/
[next]