sqlite/src
danielk1977 5314c4d7ab Fix a couple of gcc warnings. (CVS 1615)
FossilOrigin-Name: 960f55f3ecbef4581c8cb7be860023ba10de4e96
2004-06-18 06:02:35 +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 Don't invoke authorisation callback during database initialisation. (CVS 1588) 2004-06-14 11:35:17 +00:00
btree.c Trivial modifications to prevent compiler warnings. (CVS 1606) 2004-06-16 12:00:29 +00:00
btree.h Ensure the master journal directory is synced. Also, change the master journal 2004-06-14 06:03:57 +00:00
build.c Fix a couple of gcc warnings. (CVS 1615) 2004-06-18 06:02:35 +00:00
date.c (1) Modifications to the user-function interface and (2) Internal changes 2004-06-12 09:25:12 +00:00
delete.c Remove redundant opcodes OP_MakeKey and OP_MakeIdxKey. (CVS 1612) 2004-06-17 07:53:01 +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 Remove redundant opcodes OP_MakeKey and OP_MakeIdxKey. (CVS 1612) 2004-06-17 07:53:01 +00:00
func.c Use the faster LIKE function from sqlite v2. Add special user functions to 2004-06-17 05:36:44 +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 Remove redundant opcodes OP_MakeKey and OP_MakeIdxKey. (CVS 1612) 2004-06-17 07:53:01 +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 Optimisation for unicode encoding conversion routines. (CVS 1614) 2004-06-18 04:24:54 +00:00
md5.c (1) Modifications to the user-function interface and (2) Internal changes 2004-06-12 09:25:12 +00:00
os_common.h Improve the speed of OP_Column through better caching. (CVS 1577) 2004-06-12 18:12:15 +00:00
os_mac.c Minor bugfixes and test case adjustments for version 2 test cases to work 2004-06-15 11:40:04 +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 Fix a couple of gcc warnings. (CVS 1615) 2004-06-18 06:02:35 +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 Minor bugfixes and test case adjustments for version 2 test cases to work 2004-06-15 11:40:04 +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 Do not use the page containing locks for anything to avoid problems with 2004-06-15 01:40:29 +00:00
pager.c Trivial modifications to prevent compiler warnings. (CVS 1606) 2004-06-16 12:00:29 +00:00
pager.h Ensure the master journal directory is synced. Also, change the master journal 2004-06-14 06:03:57 +00:00
parse.y Some progress on user-defined collation sequences. (CVS 1544) 2004-06-09 09:55:16 +00:00
pragma.c Documentation updates in preparation for the release of version 3.0.0. (CVS 1613) 2004-06-17 19:04:17 +00:00
printf.c Trivial modifications to prevent compiler warnings. (CVS 1607) 2004-06-16 12:02:43 +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 Remove redundant opcodes OP_MakeKey and OP_MakeIdxKey. (CVS 1612) 2004-06-17 07:53:01 +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 Documentation updates in preparation for the release of version 3.0.0. (CVS 1613) 2004-06-17 19:04:17 +00:00
sqliteInt.h Optimisation for unicode encoding conversion routines. (CVS 1614) 2004-06-18 04:24:54 +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 Have the TCL 'errorcode' interface call sqlite3_errcode(). (CVS 1589) 2004-06-14 11:43:46 +00:00
test1.c Optimisation for unicode encoding conversion routines. (CVS 1614) 2004-06-18 04:24:54 +00:00
test2.c Minor bugfixes and test case adjustments for version 2 test cases to work 2004-06-15 11:40:04 +00:00
test3.c Remove the second definition of SQLITE_N_BTREE_META from test3.c. (CVS 1609) 2004-06-17 00:01:21 +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 Optimisation for unicode encoding conversion routines. (CVS 1614) 2004-06-18 04:24:54 +00:00
tokenize.c Fix a couple of gcc warnings. (CVS 1615) 2004-06-18 06:02:35 +00:00
trigger.c Trivial modifications to prevent compiler warnings. (CVS 1607) 2004-06-16 12:02:43 +00:00
update.c Trivial modifications to prevent compiler warnings. (CVS 1607) 2004-06-16 12:02:43 +00:00
utf.c Optimisation for unicode encoding conversion routines. (CVS 1614) 2004-06-18 04:24:54 +00:00
util.c Optimisation for unicode encoding conversion routines. (CVS 1614) 2004-06-18 04:24:54 +00:00
vacuum.c Minor bugfixes and test case adjustments for version 2 test cases to work 2004-06-15 11:40:04 +00:00
vdbe.c Optimisation for unicode encoding conversion routines. (CVS 1614) 2004-06-18 04:24:54 +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 Fix a couple of gcc warnings. (CVS 1615) 2004-06-18 06:02:35 +00:00
vdbeaux.c Fix two more memory leaks. (CVS 1603) 2004-06-16 07:45:24 +00:00
vdbeInt.h Fix a couple of gcc warnings. (CVS 1615) 2004-06-18 06:02:35 +00:00
vdbemem.c Optimisation for unicode encoding conversion routines. (CVS 1614) 2004-06-18 04:24:54 +00:00
where.c Remove redundant opcodes OP_MakeKey and OP_MakeIdxKey. (CVS 1612) 2004-06-17 07:53:01 +00:00