Commit Graph

10 Commits (1eb4f2e8b42c21c4a4cc112516ad5dab3b92d1a5)

Author SHA1 Message Date
Jack Christensen 42c7e1bfce Add binary encoding to date 2014-06-25 18:47:20 -05:00
Jack Christensen 839ddcf75f Allow running tests in parallel 2014-06-20 15:27:49 -05:00
Jack Christensen 73b5c73c1c Do not share database connections between tests 2014-06-20 15:18:55 -05:00
Jack Christensen 51cada7b74 Encoders for ints and floats now convert compatible values
* Any int that fits in the destination int type will be accepted
* Any float that fits in the destination float type will be accepted
2014-06-20 10:48:45 -05:00
Jack Christensen 884252675e Handle ValueTranscoder EncodeTo returns error on bad type
Instead of panicking
2014-06-19 08:03:14 -05:00
Jack Christensen 9e5a3ef0d2 Fix: Prepared statements now support NULL arguments 2014-04-02 15:52:33 -04:00
Jack Christensen 0d75daf12e Add basic array transcoding for int16, int32, and int64 2013-07-20 19:51:01 -05:00
Jack Christensen 36904168b2 Don't panic! 2013-07-20 13:07:30 -05:00
Jack Christensen faed7f2879 Add timestamptz transcoding 2013-07-19 13:00:22 -05:00
Jack Christensen ef470b1e30 Add date transcoding 2013-07-18 08:32:31 -05:00