.. |
alter.c
|
Correctly handle COLLATE clauses in tables being modified by an
|
2006-02-09 02:56:02 +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
|
Rename some variables to avoid hiding others. Also add "static" to two function signatures that were missing it. (CVS 3024)
|
2006-01-24 12:09:17 +00:00 |
auth.c
|
Make sure the authenticator does not try to authenticate columns in
|
2006-01-13 13:55:44 +00:00 |
btree.c
|
New compile-time option SQLITE_SECURE_DELETE takes care to overwrite deleted data with zeros. (CVS 3107)
|
2006-02-22 03:08:32 +00:00 |
btree.h
|
Add support and documentation for the fullfsync pragma. Also include
|
2006-02-11 01:25:50 +00:00 |
build.c
|
Always generate code, even if it is a no-op, for CREATE and DROP statements
|
2006-02-18 16:36:45 +00:00 |
callback.c
|
Use a global variable protected by a mutex instead of thread-specific-data to record malloc() failures. (CVS 2972)
|
2006-01-18 16:51:35 +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 the column_origin_name() etc. APIs. (CVS 3069)
|
2006-02-10 02:27:42 +00:00 |
experimental.c
|
Patches to support linux on embedded platforms. (CVS 3049)
|
2006-01-31 20:49:13 +00:00 |
expr.c
|
Fix the origin APIs so that they correctly handle views and subqueries that cannot be flattened. (CVS 3072)
|
2006-02-10 07:07:14 +00:00 |
func.c
|
Make sure the random() function always returns a value that can be passed
|
2006-02-23 21:51:12 +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 the column_origin_name() etc. APIs. (CVS 3069)
|
2006-02-10 02:27:42 +00:00 |
legacy.c
|
Work around buggy malloc() implementations that cause problems on malloc(0).
|
2006-01-23 13:14:55 +00:00 |
main.c
|
Or the SQLITE_UTF16_ALIGNED with the encoding field in
|
2006-02-16 18:16:36 +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_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
|
Changes so that test_async.c works with memory management turned on. (CVS 3093)
|
2006-02-14 10:48:39 +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
|
Fix some pointless warnings from overly-pedantic compilers. (CVS 3048)
|
2006-01-31 19:31:43 +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
|
Fix a bug in os.h. How did this slip by before now? (CVS 2986)
|
2006-01-21 19:57:50 +00:00 |
pager.c
|
Add support and documentation for the fullfsync pragma. Also include
|
2006-02-11 01:25:50 +00:00 |
pager.h
|
Add support and documentation for the fullfsync pragma. Also include
|
2006-02-11 01:25:50 +00:00 |
parse.y
|
Add the column_origin_name() etc. APIs. (CVS 3069)
|
2006-02-10 02:27:42 +00:00 |
pragma.c
|
Ensure temp db is open before executing a pragma like "temp.cachesize = xxx". Fix for #1682. (CVS 3104)
|
2006-02-17 12:25:14 +00:00 |
prepare.c
|
Add the column_origin_name() etc. APIs. (CVS 3069)
|
2006-02-10 02:27:42 +00:00 |
printf.c
|
Rename some variables to avoid hiding others. Also add "static" to two function signatures that were missing it. (CVS 3024)
|
2006-01-24 12:09:17 +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 the origin APIs so that they correctly handle views and subqueries that cannot be flattened. (CVS 3072)
|
2006-02-10 07:07:14 +00:00 |
server.c
|
Documentation updates. Fix to date.c. But most importantly: database
|
2006-01-15 00:13:15 +00:00 |
shell.c
|
Fix some pointless warnings from overly-pedantic compilers. (CVS 3048)
|
2006-01-31 19:31:43 +00:00 |
sqlite.h.in
|
Or the SQLITE_UTF16_ALIGNED with the encoding field in
|
2006-02-16 18:16:36 +00:00 |
sqliteInt.h
|
Fix bug preventing compliation without MEMDEBUG when ENABLE_MEMORY_MANAGE is defined. (CVS 3105)
|
2006-02-17 15:01:36 +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
|
Add the column_origin_name() etc. APIs. (CVS 3069)
|
2006-02-10 02:27:42 +00:00 |
test1.c
|
Or the SQLITE_UTF16_ALIGNED with the encoding field in
|
2006-02-16 18:16:36 +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
|
Fix some compiler warnings. (CVS 2983)
|
2006-01-20 17:56:32 +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_md5.c
|
SUM never gives an error. An integer result is returned for exact results
|
2006-02-09 22:13:41 +00:00 |
test_server.c
|
Rename files using for testing only so that their name begins with "test". (CVS 3028)
|
2006-01-25 15:55:37 +00:00 |
tokenize.c
|
Allow '@' to introduce host parameter names for compatibility with
|
2006-02-09 22:24:41 +00:00 |
trigger.c
|
Use a global variable protected by a mutex instead of thread-specific-data to record malloc() failures. (CVS 2972)
|
2006-01-18 16:51:35 +00:00 |
update.c
|
Add the column_origin_name() etc. APIs. (CVS 3069)
|
2006-02-10 02:27:42 +00:00 |
utf.c
|
General test coverage improvements. (CVS 3022)
|
2006-01-24 10:58:21 +00:00 |
util.c
|
Changes so that test_async.c works with memory management turned on. (CVS 3093)
|
2006-02-14 10:48:39 +00:00 |
vacuum.c
|
Use a global variable protected by a mutex instead of thread-specific-data to record malloc() failures. (CVS 2972)
|
2006-01-18 16:51:35 +00:00 |
vdbe.c
|
Clean up pointer misuse in vdbe.c. (CVS 3078)
|
2006-02-10 14:02:07 +00:00 |
vdbe.h
|
Add a symbol P3_TRANSIENT to pass to VdbeSetColName() to make it copy the string parameter up to the first 0 byte. (CVS 3070)
|
2006-02-10 03:06:10 +00:00 |
vdbeapi.c
|
Add a symbol P3_TRANSIENT to pass to VdbeSetColName() to make it copy the string parameter up to the first 0 byte. (CVS 3070)
|
2006-02-10 03:06:10 +00:00 |
vdbeaux.c
|
Add the column_origin_name() etc. APIs. (CVS 3069)
|
2006-02-10 02:27:42 +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
|
Fix and test the processing of sqlite3_result_error() withing aggregate
|
2006-01-20 15:45:36 +00:00 |
vdbemem.c
|
Fix bug preventing compliation without MEMDEBUG when ENABLE_MEMORY_MANAGE is defined. (CVS 3105)
|
2006-02-17 15:01:36 +00:00 |
where.c
|
In joins of the form: "A, B left C" make sure that the reordering optimization
|
2006-02-01 02:45:02 +00:00 |