pgx/pgtype
Jack Christensen 272f095a44 Standardize receiver variable name for pgtype
Conversion functions now use standardized src and dst depending on their role.
2017-03-03 17:35:02 -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 more tests for pgtype.Bool 2017-03-03 17:15:05 -06:00
convert.go Initial proof-of-concept for pgtype 2017-03-03 15:33:34 -06:00
date.go Standardize receiver variable name for pgtype 2017-03-03 17:35:02 -06:00
date_test.go Initial proof-of-concept for pgtype 2017-03-03 15:33:34 -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 Initial proof-of-concept for pgtype 2017-03-03 15:33:34 -06:00
int2array.go Standardize receiver variable name for pgtype 2017-03-03 17:35:02 -06:00
int2array_test.go Initial proof-of-concept for pgtype 2017-03-03 15:33:34 -06:00
int4.go Standardize receiver variable name for pgtype 2017-03-03 17:35:02 -06:00
int4_test.go Initial proof-of-concept for pgtype 2017-03-03 15:33:34 -06:00
int8.go Standardize receiver variable name for pgtype 2017-03-03 17:35:02 -06:00
int8_test.go Initial proof-of-concept for pgtype 2017-03-03 15:33:34 -06:00
pgtype.go Initial proof-of-concept for pgtype 2017-03-03 15:33:34 -06:00
pgtype_test.go Initial proof-of-concept for pgtype 2017-03-03 15:33:34 -06:00
text_element.go Initial proof-of-concept for pgtype 2017-03-03 15:33:34 -06:00
timestamptz.go Standardize receiver variable name for pgtype 2017-03-03 17:35:02 -06:00
timestamptz_test.go Initial proof-of-concept for pgtype 2017-03-03 15:33:34 -06:00