sqlite/src
danielk1977 7cedc8d4d6 Add the sqlite3_collation_needed() API and fix some error handling cases
involving unknown collation sequences. (CVS 1562)

FossilOrigin-Name: edf069b9f4044ed2a80962c7722052bf1b80bf45
2004-06-10 10:50:08 +00:00
..
attach.c Fix error reporting when trying to attach a database with a foriegn text 2004-06-09 12:30:04 +00:00
auth.c Change the names of external symbols from sqlite_XXX to sqlite3_XXX. (CVS 1337) 2004-05-10 10:34:34 +00:00
btree.c Turn on the atomic multifile commit logic. It does not work right yet, but 2004-06-09 20:03:08 +00:00
btree.h Move the 'busy-callback' logic to the pager layer. (CVS 1527) 2004-06-04 06:22:00 +00:00
build.c Add the sqlite3_collation_needed() API and fix some error handling cases 2004-06-10 10:50:08 +00:00
date.c Change all SQLITE3 preprocessor macros to SQLITE. Documentation updates. (CVS 1511) 2004-05-31 18:51:57 +00:00
delete.c Add the sqlite3_collation_needed() API and fix some error handling cases 2004-06-10 10:50:08 +00:00
encode.c Change lots of internal symbols from sqliteXXX to sqlite3XXX so that the 2004-05-08 08:23:19 +00:00
expr.c Add the sqlite3_collation_needed() API and fix some error handling cases 2004-06-10 10:50:08 +00:00
func.c Enhance the built-in function quote() to support blob values. (CVS 1541) 2004-06-08 00:39:01 +00:00
hash.c Change lots of internal symbols from sqliteXXX to sqlite3XXX so that the 2004-05-08 08:23:19 +00:00
hash.h Change lots of internal symbols from sqliteXXX to sqlite3XXX so that the 2004-05-08 08:23:19 +00:00
insert.c Add the sqlite3_collation_needed() API and fix some error handling cases 2004-06-10 10:50:08 +00:00
legacy.c Refactoring of the vdbe Mem functions and the APIs that deal with them. 2004-05-26 23:25:30 +00:00
main.c Add the sqlite3_collation_needed() API and fix some error handling cases 2004-06-10 10:50:08 +00:00
md5.c Change the name of the include file to "sqlite3.h". The names of the shell 2004-05-31 18:23:07 +00:00
os_common.h Fixes to the file locking. 109 tests are now failing. (CVS 1548) 2004-06-09 17:37:22 +00:00
os_mac.c Split up os.c into separate files, one for each platform. (CVS 1441) 2004-05-22 17:41:58 +00:00
os_mac.h Split up os.c into separate files, one for each platform. (CVS 1441) 2004-05-22 17:41:58 +00:00
os_unix.c Fixes to the file locking. 109 tests are now failing. (CVS 1548) 2004-06-09 17:37:22 +00:00
os_unix.h Fixes to the file locking. 109 tests are now failing. (CVS 1548) 2004-06-09 17:37:22 +00:00
os_win.c Fixes to the file locking. 109 tests are now failing. (CVS 1548) 2004-06-09 17:37:22 +00:00
os_win.h Added sqlite3OsLock for win32. Assertion fault in attach.test. (CVS 1533) 2004-06-06 00:42:25 +00:00
os.h Fixes to the file locking. 109 tests are now failing. (CVS 1548) 2004-06-09 17:37:22 +00:00
pager.c Misc fixes for test cases failing due to the new locking model. (CVS 1561) 2004-06-10 05:59:24 +00:00
pager.h Fixes to the file locking. 109 tests are now failing. (CVS 1548) 2004-06-09 17:37:22 +00:00
parse.y Some progress on user-defined collation sequences. (CVS 1544) 2004-06-09 09:55:16 +00:00
pragma.c Add the sqlite3_collation_needed() API and fix some error handling cases 2004-06-10 10:50:08 +00:00
printf.c More work on windows locking. Fix some problems with unix locking. There 2004-06-07 16:27:46 +00:00
random.c Change lots of internal symbols from sqliteXXX to sqlite3XXX so that the 2004-05-08 08:23:19 +00:00
select.c Add the sqlite3_collation_needed() API and fix some error handling cases 2004-06-10 10:50:08 +00:00
shell.c Enhance the built-in function quote() to support blob values. (CVS 1541) 2004-06-08 00:39:01 +00:00
sqlite.h.in Add the sqlite3_collation_needed() API and fix some error handling cases 2004-06-10 10:50:08 +00:00
sqliteInt.h Add the sqlite3_collation_needed() API and fix some error handling cases 2004-06-10 10:50:08 +00:00
table.c Change the names of external symbols from sqlite_XXX to sqlite3_XXX. (CVS 1338) 2004-05-10 10:34:51 +00:00
tclsqlite.c Add the sqlite3_collation_needed() API and fix some error handling cases 2004-06-10 10:50:08 +00:00
test1.c Fixes to the file locking. 109 tests are now failing. (CVS 1548) 2004-06-09 17:37:22 +00:00
test2.c Remove legacy journal formats. (CVS 1549) 2004-06-09 19:03:54 +00:00
test3.c Move the 'busy-callback' logic to the pager layer. (CVS 1527) 2004-06-04 06:22:00 +00:00
test4.c Remove the third argument from the sqlite3_open() API. (CVS 1540) 2004-06-08 00:02:33 +00:00
test5.c Some progress on user-defined collation sequences. (CVS 1544) 2004-06-09 09:55:16 +00:00
tokenize.c Remove the sqlite3_error_string() API. (CVS 1514) 2004-05-31 23:56:42 +00:00
trigger.c Fix error reporting when trying to attach a database with a foriegn text 2004-06-09 12:30:04 +00:00
update.c Add the sqlite3_collation_needed() API and fix some error handling cases 2004-06-10 10:50:08 +00:00
utf.c Performance improvements for LIKE. It is still too slow though. (CVS 1535) 2004-06-06 12:41:49 +00:00
util.c Change the MEMORY_DEBUG macro to SQLITE_DEBUG. (CVS 1546) 2004-06-09 14:01:51 +00:00
vacuum.c Untested updates to support atomic multi-file transactions (CVS 1526) 2004-06-03 16:08:41 +00:00
vdbe.c If a commit fails due to lock contention right after the COMMIT command, take 2004-06-09 21:01:11 +00:00
vdbe.h Add the sqlite3_set_auxdata() and sqlite3_get_auxdata() APIs. (CVS 1532) 2004-06-05 10:22:17 +00:00
vdbeapi.c Enhance user function API to support association of meta-data with constant 2004-06-06 09:44:03 +00:00
vdbeaux.c When in PAGER_RESERVED state, don't write to the main file when rolling 2004-06-10 04:32:16 +00:00
vdbeInt.h If a commit fails due to lock contention right after the COMMIT command, take 2004-06-09 21:01:11 +00:00
vdbemem.c Change the collation sequence interface to allow collation sequences that 2004-06-10 02:16:01 +00:00
where.c Some progress on user-defined collation sequences. (CVS 1544) 2004-06-09 09:55:16 +00:00