sqlite/src
danielk1977 5017dc387d Add tests to improve coverage of vtab.c. (CVS 3291)
FossilOrigin-Name: 0c5f4ee39cb76747cf01398867fed2c7ae3edc84
2006-06-24 09:34:22 +00:00
..
alter.c Add tests to make sure altering or adding an index to a virtual table is prohibited. (CVS 3280) 2006-06-21 12:36:25 +00:00
analyze.c Store collation sequence names instead of pointers in sharable schema data structures. (CVS 2904) 2006-01-10 17:58:23 +00:00
attach.c Handle NULL database names in ATTACH and DETACH as if they were empty 2006-05-25 11:52:37 +00:00
auth.c Add some tests (and fixes) for virtual tables and the authorization callback. Still more to come. (CVS 3260) 2006-06-16 08:01:02 +00:00
btree.c Changes to get SQLite running on machines that use the EBCDIC character set. (CVS 3161) 2006-04-04 01:54:55 +00:00
btree.h Add support and documentation for the fullfsync pragma. Also include 2006-02-11 01:25:50 +00:00
build.c Add tests to make sure altering or adding an index to a virtual table is prohibited. (CVS 3280) 2006-06-21 12:36:25 +00:00
callback.c When opening a new connection on a shared cache, be careful not to 2006-05-24 12:43:26 +00:00
complete.c Change sqlite3MallocClearFailed() calls to sqlite3ApiExit(), a better API. (CVS 2970) 2006-01-18 15:25:17 +00:00
date.c Patches to support linux on embedded platforms. (CVS 3049) 2006-01-31 20:49:13 +00:00
delete.c Add tests to ensure an INSERT/UPDATE/DELETE immediately after virtual table construction does not fail. (CVS 3270) 2006-06-19 03:05:10 +00:00
experimental.c Patches to support linux on embedded platforms. (CVS 3049) 2006-01-31 20:49:13 +00:00
expr.c Added code to INSERT, DELETE and UPDATE virtual tables. The new code is 2006-06-14 19:00:20 +00:00
func.c Add the load_extension() SQL function. (CVS 3269) 2006-06-17 14:12:47 +00:00
hash.c Changes so that test_async.c works with memory management turned on. (CVS 3093) 2006-02-14 10:48:39 +00:00
hash.h Changes so that test_async.c works with memory management turned on. (CVS 3093) 2006-02-14 10:48:39 +00:00
insert.c Add tests to ensure an INSERT/UPDATE/DELETE immediately after virtual table construction does not fail. (CVS 3270) 2006-06-19 03:05:10 +00:00
legacy.c Code changes resulting from Coverity analysis. 2006-03-06 20:55:46 +00:00
loadext.c Modifications so that compilation and testing with the various OMIT macros defined works. (CVS 3276) 2006-06-20 11:01:07 +00:00
main.c Fix some memory leaks that occur when malloc() fails. (CVS 3286) 2006-06-23 11:34:54 +00:00
md5.c More annoying and pointless signedness warnings fixed. (CVS 2811) 2005-12-09 20:21:58 +00:00
os_common.h Typecast to silence (incorrect) compiler warning. (CVS 3054) 2006-02-01 14:39:53 +00:00
os_os2.c Added support for OS/2. Ticket #1817 (CVS 3198) 2006-06-03 18:02:15 +00:00
os_os2.h Added support for OS/2. Ticket #1817 (CVS 3198) 2006-06-03 18:02:15 +00:00
os_test.c While doing a transaction comment, use fdatasync() instead of fsync() in 2005-09-08 12:38:41 +00:00
os_test.h Fix a problem with crashtest caused by the F_FULLSYNC change. (CVS 2373) 2005-03-10 14:32:24 +00:00
os_unix.c Remove a superfluous call to access() in the unix driver. Error spotted 2006-04-19 01:24:53 +00:00
os_unix.h Changes to the unix OS layer aimed at finding and fixing tickets 2005-06-15 17:47:55 +00:00
os_win.c Add comments to the changes of check-in (3200). (CVS 3202) 2006-06-04 23:31:48 +00:00
os_win.h Use type i64 instead of off_t for file offsets since off_t is giving 2004-10-01 02:00:31 +00:00
os.c General test coverage improvements. (CVS 3022) 2006-01-24 10:58:21 +00:00
os.h Patches to get things working better for OS2. Ticket #1836. (CVS 3217) 2006-06-12 12:57:45 +00:00
pager.c Write database pages in sorted order to reduce file fragmentation. 2006-06-15 14:31:06 +00:00
pager.h Pager performance enhancements. (CVS 3125) 2006-03-06 18:23:16 +00:00
parse.y Add some tests (and fixes) for virtual tables and the authorization callback. Still more to come. (CVS 3260) 2006-06-16 08:01:02 +00:00
pragma.c The table_info pragma shows column affinity as "" if there is no column 2006-03-03 21:20:16 +00:00
prepare.c Incremental work on parsing/storing and invoking the xCreate callback for virtual tables. (CVS 3212) 2006-06-12 06:09:17 +00:00
printf.c If an sqlite3_mprintf() call uses a disallowed internal-use-only conversion 2006-05-22 22:04:00 +00:00
random.c Change the OS interface layer to use traditional direct function call 2006-01-06 14:32:19 +00:00
select.c Fix a problem with virtual tables and joins. (CVS 3278) 2006-06-21 07:02:33 +00:00
server.c Documentation updates. Fix to date.c. But most importantly: database 2006-01-15 00:13:15 +00:00
shell.c Improved comments and documentation of sqlite3_load_extension(). (CVS 3229) 2006-06-13 15:12:21 +00:00
sqlite3ext.h Rework the way UPDATE works for virtual tables. (CVS 3262) 2006-06-16 21:13:21 +00:00
sqlite.h.in Add tests and fixes for handling malloc() failures related to the virtual table feature. (CVS 3285) 2006-06-23 08:05:19 +00:00
sqliteInt.h Ensure whitespace specified as part of a virtual table constructor argument is correctly passed to the constructor function. (CVS 3290) 2006-06-24 08:51:05 +00:00
table.c Make sure pointers are always aligned to 8-bytes when creating internal 2006-02-10 18:08:09 +00:00
tclsqlite.c Make the last_insert_rowid method in the TCL interface work with 2006-06-21 19:30:34 +00:00
test1.c Modifications so that compilation and testing with the various OMIT macros defined works. (CVS 3276) 2006-06-20 11:01:07 +00:00
test2.c Change the OS interface layer to use traditional direct function call 2006-01-06 14:32:19 +00:00
test3.c Handle some of the IO error conditions that may occur in a shared-cache context. (CVS 2980) 2006-01-20 10:55:05 +00:00
test4.c Detect integer overflow in the abs() function. The random() function 2006-02-23 21:43:55 +00:00
test5.c More annoying and pointless signedness warnings fixed. (CVS 2811) 2005-12-09 20:21:58 +00:00
test6.c General test coverage improvements. (CVS 3022) 2006-01-24 10:58:21 +00:00
test7.c Get the build to run with -DSQLITE_OMIT_SHARED_CACHE. (CVS 3145) 2006-03-22 22:10:07 +00:00
test8.c Add tests to improve coverage of vtab.c. (CVS 3291) 2006-06-24 09:34:22 +00:00
test_async.c test_async.c: Writer-thread should not relinquish mutex when writing a file for which only one file handle is open (fixes bug introduced in (3093)). (CVS 3097) 2006-02-14 14:46:41 +00:00
test_loadext.c Add some tests for sqlite3_load_extension(). (CVS 3239) 2006-06-14 10:38:02 +00:00
test_md5.c SUM never gives an error. An integer result is returned for exact results 2006-02-09 22:13:41 +00:00
test_schema.c Add tests to improve coverage of vtab.c. (CVS 3291) 2006-06-24 09:34:22 +00:00
test_server.c Get the build to run with -DSQLITE_OMIT_SHARED_CACHE. (CVS 3145) 2006-03-22 22:10:07 +00:00
test_tclvar.c Add void* argument to sqlite3_create_module to replace sqlite3_module.pAux. (CVS 3251) 2006-06-15 04:28:13 +00:00
tokenize.c Ensure whitespace specified as part of a virtual table constructor argument is correctly passed to the constructor function. (CVS 3290) 2006-06-24 08:51:05 +00:00
trigger.c Added code to INSERT, DELETE and UPDATE virtual tables. The new code is 2006-06-14 19:00:20 +00:00
update.c Add tests to ensure an INSERT/UPDATE/DELETE immediately after virtual table construction does not fail. (CVS 3270) 2006-06-19 03:05:10 +00:00
utf.c Allocate enough memory for the worst-case UTF-16 to UTF-8 conversion. 2006-04-16 12:05:03 +00:00
util.c Variable declarations should come before code. Ticket #1763. (CVS 3171) 2006-04-08 19:14:53 +00:00
vacuum.c Remove unused parameters on internal APIs. Suppress warnings from 2006-02-24 02:53:49 +00:00
vdbe.c Allow xDestroy methods to execute "DROP TABLE" statements. (CVS 3287) 2006-06-23 14:32:08 +00:00
vdbe.h The echo module test is now running. Added the tclvar module test but have 2006-06-13 23:51:34 +00:00
vdbeapi.c Add xUpdate method to the echo test module. Currently untested. (CVS 3246) 2006-06-14 15:16:35 +00:00
vdbeaux.c Fix some memory leaks that occur when malloc() fails. (CVS 3286) 2006-06-23 11:34:54 +00:00
vdbefifo.c Fix a bug in DELETE that might cause a segfault when deleting more 2005-08-24 16:13:51 +00:00
vdbeInt.h Clean up and clarify code in test8.c. (CVS 3289) 2006-06-24 06:36:11 +00:00
vdbemem.c Remove unused parameters on internal APIs. Suppress warnings from 2006-02-24 02:53:49 +00:00
vtab.c Add tests to improve coverage of vtab.c. (CVS 3291) 2006-06-24 09:34:22 +00:00
where.c Add tests and fixes for handling malloc() failures related to the virtual table feature. (CVS 3285) 2006-06-23 08:05:19 +00:00