racket/collects/db/private/sqlite3
Ryan Culpepper 9d34f0f147 db: added support for postgresql 9.2 types (json, ranges)
Other major changes:
 - pg code now uses only binary format
 - pg timestamptz now always UTC (tz = 0), added doc section
 - added contracts to most pg "can't-convert" errors
2012-09-17 12:29:17 -04:00
..
connection.rkt db: updated to new error convention (mostly) 2012-08-25 19:02:18 -04:00
dbsystem.rkt db: added support for postgresql 9.2 types (json, ranges) 2012-09-17 12:29:17 -04: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