pgx/pgtype
Jack Christensen fa57904d6b Add text to pgtype 2017-03-04 21:20:56 -06:00
..
array.go Standardize receiver variable name for pgtype 2017-03-03 17:35:02 -06:00
array_test.go Add text to pgtype 2017-03-04 21:20:56 -06:00
bool.go Add text to pgtype 2017-03-04 21:20:56 -06:00
bool_test.go Add test for pgtype.Int2.AssignTo 2017-03-03 17:59:26 -06:00
boolarray.go Add text to pgtype 2017-03-04 21:20:56 -06:00
boolarray_test.go Add arrays to all other pgtypes 2017-03-04 11:48:53 -06:00
cidrarray.go Add inet and cidr to pgtype 2017-03-04 17:33:41 -06:00
convert.go Add text to pgtype 2017-03-04 21:20:56 -06:00
date.go Add tests to more pgtypes 2017-03-03 18:23:26 -06:00
date_test.go Add pgtype error cases 2017-03-03 18:39:52 -06:00
datearray.go Add text to pgtype 2017-03-04 21:20:56 -06:00
datearray_test.go Add arrays to all other pgtypes 2017-03-04 11:48:53 -06:00
extra-interface.txt Initial proof-of-concept for pgtype 2017-03-03 15:33:34 -06:00
float4.go Add float4, float8 and arrays 2017-03-04 13:29:04 -06:00
float4_test.go Add float4, float8 and arrays 2017-03-04 13:29:04 -06:00
float4array.go Add text to pgtype 2017-03-04 21:20:56 -06:00
float4array_test.go Add float4, float8 and arrays 2017-03-04 13:29:04 -06:00
float8.go Add float4, float8 and arrays 2017-03-04 13:29:04 -06:00
float8_test.go Add float4, float8 and arrays 2017-03-04 13:29:04 -06:00
float8array.go Add text to pgtype 2017-03-04 21:20:56 -06:00
float8array_test.go Add float4, float8 and arrays 2017-03-04 13:29:04 -06:00
inet.go Add inet and cidr to pgtype 2017-03-04 17:33:41 -06:00
inet_test.go Add inet and cidr to pgtype 2017-03-04 17:33:41 -06:00
inetarray.go Add text to pgtype 2017-03-04 21:20:56 -06:00
inetarray_test.go Add inet and cidr to pgtype 2017-03-04 17:33:41 -06:00
int2.go Add float4, float8 and arrays 2017-03-04 13:29:04 -06:00
int2_test.go Add pgtype error cases 2017-03-03 18:39:52 -06:00
int2array.go Add text to pgtype 2017-03-04 21:20:56 -06:00
int2array_test.go Add tests for pgtype.Int2Array 2017-03-03 19:19:31 -06:00
int4.go Add float4, float8 and arrays 2017-03-04 13:29:04 -06:00
int4_test.go Add pgtype error cases 2017-03-03 18:39:52 -06:00
int4array.go Add text to pgtype 2017-03-04 21:20:56 -06:00
int4array_test.go Add arrays to all other pgtypes 2017-03-04 11:48:53 -06:00
int8.go Add float4, float8 and arrays 2017-03-04 13:29:04 -06:00
int8_test.go Add pgtype error cases 2017-03-03 18:39:52 -06:00
int8array.go Add text to pgtype 2017-03-04 21:20:56 -06:00
int8array_test.go Add arrays to all other pgtypes 2017-03-04 11:48:53 -06:00
pgtype.go Add arrays to all other pgtypes 2017-03-04 11:48:53 -06:00
pgtype_test.go Add text to pgtype 2017-03-04 21:20:56 -06:00
text.go Add text to pgtype 2017-03-04 21:20:56 -06:00
text_element.go Initial proof-of-concept for pgtype 2017-03-03 15:33:34 -06:00
text_test.go Add text to pgtype 2017-03-04 21:20:56 -06:00
textarray.go Add text to pgtype 2017-03-04 21:20:56 -06:00
textarray_test.go Add text to pgtype 2017-03-04 21:20:56 -06:00
timestamp.go Add timestamp to pgtype 2017-03-04 12:36:24 -06:00
timestamp_test.go Add timestamp to pgtype 2017-03-04 12:36:24 -06:00
timestamparray.go Add text to pgtype 2017-03-04 21:20:56 -06:00
timestamparray_test.go Add timestamp to pgtype 2017-03-04 12:36:24 -06:00
timestamptz.go Add pgtype error cases 2017-03-03 18:39:52 -06:00
timestamptz_test.go Add pgtype error cases 2017-03-03 18:39:52 -06:00
timestamptzarray.go Add text to pgtype 2017-03-04 21:20:56 -06:00
timestamptzarray_test.go Add arrays to all other pgtypes 2017-03-04 11:48:53 -06:00
typed_array.go.erb Add text to pgtype 2017-03-04 21:20:56 -06:00
typed_array_gen.sh Add text to pgtype 2017-03-04 21:20:56 -06:00
varchararray.go Add text to pgtype 2017-03-04 21:20:56 -06:00