pgx/pgtype
Jack Christensen ffb949054d Add arrays to all other pgtypes 2017-03-04 11:48:53 -06:00
..
array.go Standardize receiver variable name for pgtype 2017-03-03 17:35:02 -06:00
array_test.go Initial proof-of-concept for pgtype 2017-03-03 15:33:34 -06:00
bool.go Standardize receiver variable name for pgtype 2017-03-03 17:35:02 -06:00
bool_test.go Add test for pgtype.Int2.AssignTo 2017-03-03 17:59:26 -06:00
boolarray.go Add arrays to all other pgtypes 2017-03-04 11:48:53 -06:00
boolarray_test.go Add arrays to all other pgtypes 2017-03-04 11:48:53 -06:00
convert.go Add tests for pgtype.Int2Array 2017-03-03 19:19:31 -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 arrays to all other pgtypes 2017-03-04 11:48:53 -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
int2.go Standardize receiver variable name for pgtype 2017-03-03 17:35:02 -06:00
int2_test.go Add pgtype error cases 2017-03-03 18:39:52 -06:00
int2array.go Add arrays to all other pgtypes 2017-03-04 11:48:53 -06:00
int2array_test.go Add tests for pgtype.Int2Array 2017-03-03 19:19:31 -06:00
int4.go Standardize receiver variable name for pgtype 2017-03-03 17:35:02 -06:00
int4_test.go Add pgtype error cases 2017-03-03 18:39:52 -06:00
int4array.go Add arrays to all other pgtypes 2017-03-04 11:48:53 -06:00
int4array_test.go Add arrays to all other pgtypes 2017-03-04 11:48:53 -06:00
int8.go Standardize receiver variable name for pgtype 2017-03-03 17:35:02 -06:00
int8_test.go Add pgtype error cases 2017-03-03 18:39:52 -06:00
int8array.go Add arrays to all other pgtypes 2017-03-04 11:48:53 -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 arrays to all other pgtypes 2017-03-04 11:48:53 -06:00
text_element.go Initial proof-of-concept for pgtype 2017-03-03 15:33:34 -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 arrays to all other pgtypes 2017-03-04 11:48:53 -06:00
timestamptzarray_test.go Add arrays to all other pgtypes 2017-03-04 11:48:53 -06:00
typed_array.go.erb Add arrays to all other pgtypes 2017-03-04 11:48:53 -06:00
typed_array_gen.sh Add arrays to all other pgtypes 2017-03-04 11:48:53 -06:00