Commit Graph

7 Commits (51cada7b74688f68b8349f3d236f7cab230d1cd0)

Author SHA1 Message Date
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