sqlite/src
drh dc339ee29c The prior fix of ticket #360 was incorrect and caused a memory leak. This
check-in plugs the memory leak and correctly fixes ticket #360. (CVS 1040)

FossilOrigin-Name: fc490f677b89e623b41f9e7f5f3bade9b981562c
2003-06-29 20:25:08 +00:00
..
attach.c Bug fix: sqliteFree() called twice on the same allocation during error 2003-06-14 12:04:07 +00:00
auth.c Changes to comments. In particular, a lengthy comment was added to encode.c 2003-05-10 03:36:53 +00:00
btree.c Remove unused variable. Ticket #355. (CVS 1030) 2003-06-17 02:57:17 +00:00
btree.h Add the ability to INSERT or UPDATE using the "rowid" column even on tables 2003-06-01 01:10:33 +00:00
btree_rb.c Fix a bad memory leak in the in-memory database module. (CVS 1039) 2003-06-29 18:29:47 +00:00
build.c Tighter binding of views, triggers, and indices to their respective 2003-05-31 16:21:12 +00:00
copy.c Fix a bug in the COPY command introduced by check-in (991). (CVS 996) 2003-06-02 22:50:25 +00:00
delete.c Fix problems with TEMP indices that lead to corrupt databases. These 2003-05-17 17:35:10 +00:00
encode.c Minor change to a comment in encode.c. (CVS 1036) 2003-06-28 16:25:33 +00:00
expr.c Tighter binding of views, triggers, and indices to their respective 2003-05-31 16:21:12 +00:00
func.c Fix a bug in the soundex() code. Ticket #367. Add tests for ticket #261 2003-06-28 16:20:22 +00:00
hash.c Make sure hash functions always return non-negative. (CVS 969) 2003-05-12 23:06:52 +00:00
hash.h Add optimizations for the IN operator in WHERE clauses. This is a partial 2002-06-08 23:25:08 +00:00
insert.c Fix a bug in UPDATE OR REPLACE that was introduced by check-in (999). 2003-06-04 16:24:39 +00:00
main.c Remove a surplus "return" statement accidentaly left in check-in (1032). (CVS 1033) 2003-06-23 15:15:03 +00:00
md5.c Parse foreign key constraints and populate internal data structures 2002-08-31 18:53:06 +00:00
os.c Fix a bug in the soundex() code. Ticket #367. Add tests for ticket #261 2003-06-28 16:20:22 +00:00
os.h Fix some issues with INSTEAD OF triggers. (CVS 930) 2003-04-24 01:45:04 +00:00
pager.c Open the journal file for read-only when doing a playback. Ticket #351. (CVS 1019) 2003-06-14 11:42:57 +00:00
pager.h Make VACUUM work even if multiple processes have the database open at once. (CVS 933) 2003-04-25 13:22:51 +00:00
parse.y Prevent an infinite loop when deleting a table that has a TEMP trigger. (CVS 984) 2003-05-17 19:04:03 +00:00
pragma.c Enhance the "PRAGMA integrity_check" command to verify that all indices are 2003-06-15 23:42:24 +00:00
printf.c Add the %z format to the sqlite_mprintf() and related functions. (CVS 1028) 2003-06-16 03:08:18 +00:00
random.c Change the name of the sanity_check PRAGMA to "integrity_check" and make 2002-02-19 13:39:21 +00:00
select.c Do not flatten a subquery which is the right term of a LEFT OUTER JOIN 2003-06-16 00:40:34 +00:00
shell.c Preserve blank lines in the middle of SQL statements in the shell. 2003-06-16 00:16:41 +00:00
shell.tcl Add pattern matching to the .table command (CVS 129) 2000-08-08 20:19:09 +00:00
sqlite.h.in Extend the authorization mechanism to disallow the ATTACH and DETACH commands. 2003-06-06 19:00:42 +00:00
sqliteInt.h Remove all references to SQLITE_OMIT_TRACE. Tracing is always enabled. 2003-06-23 11:06:01 +00:00
table.c Fix memory allocation problem in the sqlite_get_table() API. Ticket #315. (CVS 976) 2003-05-17 00:05:49 +00:00
tclsqlite.c Extend the authorization mechanism to disallow the ATTACH and DETACH commands. 2003-06-06 19:00:42 +00:00
test1.c Add the %z format to the sqlite_mprintf() and related functions. (CVS 1028) 2003-06-16 03:08:18 +00:00
test2.c Modify the journal format to be more robust against garbage that might appear 2003-02-11 14:55:40 +00:00
test3.c Support in-memory databases for temp tables (CVS 903) 2003-04-13 18:26:49 +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 Shell command-line parsing enhancements suggested by Mike Hall. (CVS 956) 2003-05-04 18:30:59 +00:00
trigger.c Additional testing of the ATTACH command with bug fixes for the new problems 2003-06-03 01:47:11 +00:00
update.c Add the ability to INSERT or UPDATE using the "rowid" column even on tables 2003-06-01 01:10:33 +00:00
util.c Remove unused code from util.c. (CVS 1006) 2003-06-05 14:27:56 +00:00
vacuum.c Fix a #ifdefs that are used to comment-out the VACUUM command. (CVS 970) 2003-05-13 00:21:59 +00:00
vdbe.c The prior fix of ticket #360 was incorrect and caused a memory leak. This 2003-06-29 20:25:08 +00:00
vdbe.h Use a intermediate table when inserting a TEMP table from a SELECT that 2003-04-03 01:50:44 +00:00
where.c Fix problems with TEMP indices that lead to corrupt databases. These 2003-05-17 17:35:10 +00:00