sqlite/src
drh 0a8640d4f2 The CSV output mode does not sign-extend bytes where the high-order bit is set.
Ticket #1397. (CVS 2644)

FossilOrigin-Name: 528df777e5d76077d8766f04ee222fd64d9373a6
2005-08-30 20:12:02 +00:00
..
alter.c Increase test coverage of alter.c to 100%. Fix bugs found in the process. (CVS 2603) 2005-08-19 19:14:12 +00:00
analyze.c A new optimizer that breaks a lot of tests. But none of them critically, I 2005-07-23 22:59:55 +00:00
attach.c Increased test coverage. Some malloc tests now fail though this is believed 2005-08-20 03:03:04 +00:00
auth.c Fix authentication so that it works with AS aliases. Ticket #1338. (CVS 2570) 2005-07-29 15:36:14 +00:00
btree.c Disable synchronous writes to the master journal when PRAGMA synchronous=OFF 2005-08-27 16:36:48 +00:00
btree.h Disable synchronous writes to the master journal when PRAGMA synchronous=OFF 2005-08-27 16:36:48 +00:00
build.c Increase resolution of time-of-day on unix. Add an experimental 2005-08-29 23:00:03 +00:00
callback.c The case_sensitive_like pragma added. 2005-08-14 01:20:37 +00:00
complete.c Split the sqlite3_complete() API out into a separate source file so that 2005-08-14 17:53:20 +00:00
date.c Remove the blob(), text() and numeric() functions added in (2524) and 2005-06-25 18:42:14 +00:00
delete.c Split the OP_Integer opcode into OP_Integer and OP_Int64. This allows 2005-07-21 18:23:20 +00:00
experimental.c Fix the header comment on experimental.c. (CVS 2365) 2005-03-02 05:18:29 +00:00
expr.c Minor code enhancements. (CVS 2642) 2005-08-30 00:54:01 +00:00
func.c The LIKE optimization does the right thing when collating sequences are 2005-08-28 17:00:23 +00:00
hash.c Move sqlite3HashNoCase to hash.c. (CVS 2294) 2005-01-31 12:56:44 +00:00
hash.h Optimizations in the hash table module. (CVS 1896) 2004-08-20 14:08:50 +00:00
insert.c Split the OP_Integer opcode into OP_Integer and OP_Int64. This allows 2005-07-21 18:23:20 +00:00
legacy.c Fix more name collisions. Allow sqlite.h and sqlite3.h to both be included 2004-09-06 17:34:12 +00:00
main.c Increase resolution of time-of-day on unix. Add an experimental 2005-08-29 23:00:03 +00:00
md5.c Remove the iCollate argument from sqlite3_create_function() (CVS 1632) 2004-06-19 08:18:07 +00:00
os_common.h Additional code to test the SQLITE_FULL return when the disk is full. (CVS 1994) 2004-10-01 14:38:02 +00:00
os_test.c Auto-vacuum: Ensure pages to be removed by database truncation are in the journal file. Also fix an sqlite3pager_movepage() bug. (CVS 2074) 2004-11-06 12:26:07 +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 Increase resolution of time-of-day on unix. Add an experimental 2005-08-29 23:00:03 +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 Changes to support linking without a parser and without a disk I/O interface. (CVS 2504) 2005-06-07 22:22:50 +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.h Changes to support linking without a parser and without a disk I/O interface. (CVS 2504) 2005-06-07 22:22:50 +00:00
pager.c Disable synchronous writes to the master journal when PRAGMA synchronous=OFF 2005-08-27 16:36:48 +00:00
pager.h Disable synchronous writes to the master journal when PRAGMA synchronous=OFF 2005-08-27 16:36:48 +00:00
parse.y Add infrastructure for the ANALYZE command. Does not yet actually 2005-07-08 12:13:04 +00:00
pragma.c The case_sensitive_like pragma added. 2005-08-14 01:20:37 +00:00
prepare.c Bring testing coverage of the analyze.c file up to 100%. Bugs found and 2005-08-19 00:14:42 +00:00
printf.c Fix printf.c so that it handles 10.0 correctly. (CVS 2643) 2005-08-30 19:30:59 +00:00
random.c Update older opcode names to be more meaningful in light of the latest 2005-06-12 21:35:51 +00:00
select.c Minor code enhancements. (CVS 2642) 2005-08-30 00:54:01 +00:00
shell.c The CSV output mode does not sign-extend bytes where the high-order bit is set. 2005-08-30 20:12:02 +00:00
sqlite.h.in Increase resolution of time-of-day on unix. Add an experimental 2005-08-29 23:00:03 +00:00
sqliteInt.h Minor code enhancements. (CVS 2642) 2005-08-30 00:54:01 +00:00
table.c Allow functions to be created when there are outstanding VMs. 2004-09-30 13:43:13 +00:00
tclsqlite.c Increase resolution of time-of-day on unix. Add an experimental 2005-08-29 23:00:03 +00:00
test1.c Fix printf.c so that it handles 10.0 correctly. (CVS 2643) 2005-08-30 19:30:59 +00:00
test2.c Improve the error message associated with SQLITE_FULL. Ticket #1353. 2005-08-11 02:10:18 +00:00
test3.c Improve the error message associated with SQLITE_FULL. Ticket #1353. 2005-08-11 02:10:18 +00:00
test4.c Improve the error message associated with SQLITE_FULL. Ticket #1353. 2005-08-11 02:10:18 +00:00
test5.c The SQLITE_OMIT_UTF16 macro now removes lots of code and all tests still pass. (CVS 2100) 2004-11-14 21:56:29 +00:00
tokenize.c Allow floating point literals to being or end with a decimal point. 2005-08-23 11:31:26 +00:00
trigger.c Update older opcode names to be more meaningful in light of the latest 2005-06-12 21:35:51 +00:00
update.c Split the OP_Integer opcode into OP_Integer and OP_Int64. This allows 2005-07-21 18:23:20 +00:00
utf.c Make sure the #include of "sqliteInt.h" always comes first in C source files. (CVS 2284) 2005-01-28 01:29:08 +00:00
util.c Do not change fields of stale sqlite3 handles. Ticket #1384. (CVS 2626) 2005-08-27 01:51:44 +00:00
vacuum.c Remove SSE vacuum hook. (CVS 2502) 2005-06-07 09:21:07 +00:00
vdbe.c Test cases and tuning of the new optimizer code. (CVS 2567) 2005-07-28 20:51:19 +00:00
vdbe.h More test coverage enhancements. (CVS 2600) 2005-08-19 01:07:15 +00:00
vdbeapi.c Increase resolution of time-of-day on unix. Add an experimental 2005-08-29 23:00:03 +00:00
vdbeaux.c Improvements to the formatting and layout of the code in the previous checkin. (CVS 2636) 2005-08-28 01:38:44 +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 Increase resolution of time-of-day on unix. Add an experimental 2005-08-29 23:00:03 +00:00
vdbemem.c More test coverage improvements. (CVS 2605) 2005-08-20 13:47:41 +00:00
where.c Initialize a local variable to avoid a nuisance compiler warning. 2005-08-29 16:40:52 +00:00