Re: [sqlite] bug/problem with detach

2005-02-28 Thread Charles Mills
On Feb 28, 2005, at 10:05 PM, Charles Mills wrote: This patch doesn't have the memory leak the other one has and it is formatted correctly. Sorry about that :) whoops. -Charlie

Re: [sqlite] bug/problem with detach

2005-02-28 Thread Charles Mills
This patch doesn't have the memory leak the other one has and it is formatted correctly. Sorry about that :) -Charlie

Re: [sqlite] bug/problem with detach

2005-02-28 Thread Charles Mills
I downloaded sqlite-3.1.3 and made the fix. The patch is attached. Also created a ticket here: http://www.sqlite.org/cvstrac/tktview?tn=1151 -Charlie On Feb 16, 2005, at 2:15 PM, Charles Mills wrote: open the database "test.db" then execute the following sql commands ATTACH 'test.db' AS hey PRAGM

[sqlite] bug/problem with detach

2005-02-16 Thread Charles Mills
open the database "test.db" then execute the following sql commands ATTACH 'test.db' AS hey PRAGMA database_list # [0, "main", "/Users/boson/workspace/test.db"] # [2, "hey", "/Users/boson/workspace/test.db"] DETACH [hey] # error: no such database: [hey] DETACH hey # success # also note: ATTACH 'tes