racket/collects/db/util
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
..
private db: moved private contracts to db/base, removed useless requires 2011-08-31 05:40:24 -06:00
datetime.rkt db: updated to new error convention (mostly) 2012-08-25 19:02:18 -04:00
geometry.rkt removed useless requires 2011-09-27 19:28:44 -06:00
postgresql.rkt db: added support for postgresql 9.2 types (json, ranges) 2012-09-17 12:29:17 -04:00
testing.rkt db: various fixes and additions 2012-05-09 09:17:52 -06:00