racket/collects/db/private/generic
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
..
connect-util.rkt db: fixed virtual-statement 2011-08-30 12:04:24 -06:00
dsn.rkt added db library 2011-08-25 12:56:42 -06:00
functions.rkt db: fixed virtual-statement 2011-08-30 12:04:24 -06:00
interfaces.rkt db: fixed issues with statement finalization (don't use weak hash) 2011-08-30 12:04:24 -06:00
lazy-require.rkt added db library 2011-08-25 12:56:42 -06:00
main.rkt db: split off db/util/datetime module 2011-08-27 16:31:22 -06:00
prepared.rkt db: "recordset" -> "rows-result", "rows" 2011-08-27 16:31:22 -06:00
socket.rkt added db library 2011-08-25 12:56:42 -06:00
sql-convert.rkt db: split off db/util/datetime module 2011-08-27 16:31:22 -06:00
sql-data.rkt db: split off db/util/datetime module 2011-08-27 16:31:22 -06:00