sqlite/src
drh d62d3d0d24 Add asserts to btree.c that check for the correct size of various typedefs
and structures.  Ticket #233. (CVS 845)

FossilOrigin-Name: c7e647d011b086a6e57420850f6bc4f28fcb23ee
2003-01-24 12:14:20 +00:00
..
auth.c Revise the sqlite_set_authorizer API to provide more detailed information 2003-01-13 23:27:31 +00:00
btree.c Add asserts to btree.c that check for the correct size of various typedefs 2003-01-24 12:14:20 +00:00
btree.h Add the sqliteBtreePrevious() routine to the BTree module API. This is 2002-12-04 13:40:25 +00:00
build.c Fix datatype reporting and collating sequence selection so that it works 2003-01-18 20:11:05 +00:00
delete.c Revise the sqlite_set_authorizer API to provide more detailed information 2003-01-13 23:27:31 +00:00
encode.c Update comments. No changes to code. (CVS 841) 2003-01-19 03:59:45 +00:00
expr.c Fix datatype reporting and collating sequence selection so that it works 2003-01-18 20:11:05 +00:00
func.c Add the sqlite_version() SQL function as a built-in. (CVS 777) 2002-11-04 19:32:25 +00:00
hash.c Code optimizations to help the library run faster. (CVS 808) 2003-01-02 14:43:55 +00:00
hash.h
insert.c Revise the sqlite_set_authorizer API to provide more detailed information 2003-01-13 23:27:31 +00:00
main.c Update comments. No changes to code. (CVS 841) 2003-01-19 03:59:45 +00:00
md5.c Parse foreign key constraints and populate internal data structures 2002-08-31 18:53:06 +00:00
os.c In the pager, cache a pointer to the first page on the freelist that does not 2003-01-21 02:39:36 +00:00
os.h Port ot MacOS Classic. Ticket #218. (CVS 820) 2003-01-08 13:02:52 +00:00
pager.c Minor refinements to the pager. (CVS 844) 2003-01-22 01:26:44 +00:00
pager.h Change to the pager to avoid opening journal files unnecessarily. This can 2002-12-02 04:25:19 +00:00
parse.y Fix datatype reporting and collating sequence selection so that it works 2003-01-18 20:11:05 +00:00
printf.c Update comments. No changes to code. (CVS 841) 2003-01-19 03:59:45 +00:00
random.c
select.c Update comments. No changes to code. (CVS 841) 2003-01-19 03:59:45 +00:00
shell.c Do not report an error if the input to the sqlite shell ends in a comment. 2003-01-18 17:05:00 +00:00
shell.tcl
sqlite.h.in Add the sqlite_trace() hook for tracing the SQL that an application executes. 2003-01-16 16:28:53 +00:00
sqliteInt.h Fix datatype reporting and collating sequence selection so that it works 2003-01-18 20:11:05 +00:00
table.c
tclsqlite.c Add the sqlite_version() SQL function as a built-in. (CVS 777) 2002-11-04 19:32:25 +00:00
test1.c Revise the sqlite_set_authorizer API to provide more detailed information 2003-01-13 23:27:31 +00:00
test2.c If the "fake_big_file" command fails, be sure to close the file before 2002-12-17 14:19:49 +00:00
test3.c Add the sqliteBtreePrevious() routine to the BTree module API. This is 2002-12-04 13:40:25 +00:00
threadtest.c Improvements in threadtest.c (for Unix) and some minor bug fixes that result 2002-11-01 01:55:36 +00:00
tokenize.c More optimizations. (CVS 816) 2003-01-07 02:47:47 +00:00
trigger.c More tests of the sqlite_set_authorizer() API together with fixes for bugs 2003-01-14 02:49:27 +00:00
update.c Revise the sqlite_set_authorizer API to provide more detailed information 2003-01-13 23:27:31 +00:00
util.c Make the GLOB work write with upper-case characters. Ticket #226. (CVS 831) 2003-01-14 00:44:08 +00:00
vdbe.c Update comments. No changes to code. (CVS 841) 2003-01-19 03:59:45 +00:00
vdbe.h If compiled with the -DVDBE_PROFILE=1 option, special code is inserted that 2003-01-01 23:06:20 +00:00
where.c Remove the aOrder() array from where.c. (CVS 824) 2003-01-11 15:02:44 +00:00