racket/collects/db/private/sqlite3
Ryan Culpepper 1b7368f80c db: fix memory leaks
- sqlite3: table prevented pst gc unless close-on-exec
 - statement cache wrongly disabled close-on-exec
   (not a leak, just gc'd very slowly)
 - limit statement cache size
2012-03-13 19:50:08 -06:00
..
connection.rkt db: fix memory leaks 2012-03-13 19:50:08 -06:00
dbsystem.rkt db: added prepared statement cache 2012-02-08 22:32:51 -07:00
ffi-constants.rkt A bunch of more typos like the ones in David's commit. 2012-02-21 14:21:43 -05:00
ffi.rkt db: fix sqlite3 memory corruption bug 2011-12-16 19:18:46 -07:00
main.rkt db: added prepared statement cache 2012-02-08 22:32:51 -07:00