racket/collects/db/private/sqlite3
Ryan Culpepper 418985d4c4 db: fixed issues with statement finalization (don't use weak hash)
In some cases, statements were disappearing from statement-table
without being finalized; this makes disconnect fail.
(I was only able to produce the problem when the db lib was
instantiated in a sub custodian that is later shutdown....
like the way the rackunit gui runs the test suite.)
2011-08-30 12:04:24 -06:00
..
connection.rkt db: fixed issues with statement finalization (don't use weak hash) 2011-08-30 12:04:24 -06:00
dbsystem.rkt added db library 2011-08-25 12:56:42 -06:00
ffi-constants.rkt added db library 2011-08-25 12:56:42 -06:00
ffi.rkt db: fixed issues with statement finalization (don't use weak hash) 2011-08-30 12:04:24 -06:00
main.rkt added db library 2011-08-25 12:56:42 -06:00