pgx/pgtype
Anthony Regeda 88c559bbcd
numeric_with_uint64 numeric array supports both types int64 and uint64
2018-04-24 16:31:31 +03:00
..
ext Update shopspring decimal integration test 2018-03-08 07:40:25 -05:00
testutil Refactor pgio and types to append buffers 2017-05-02 20:38:26 -05:00
aclitem.go Use github.com/pkg/errors 2017-06-04 21:30:03 -05:00
aclitem_array.go Generate UUIDArray from template 2017-08-29 14:33:25 -05:00
aclitem_array_test.go Run gofmt with simplify flag 2017-12-21 23:45:26 +01:00
aclitem_test.go Use Go casing convention for ACLItem 2017-06-03 11:58:40 -05:00
array.go Use github.com/pkg/errors 2017-06-04 21:30:03 -05:00
array_test.go Add text to pgtype 2017-03-04 21:20:56 -06:00
bit.go Add support for bit type 2017-11-18 21:13:34 -06:00
bit_test.go Add support for bit type 2017-11-18 21:13:34 -06:00
bool.go Use github.com/pkg/errors 2017-06-04 21:30:03 -05:00
bool_array.go Generate UUIDArray from template 2017-08-29 14:33:25 -05:00
bool_array_test.go Run gofmt with simplify flag 2017-12-21 23:45:26 +01:00
bool_test.go Use pointer methods for all struct pgtypes 2017-04-14 13:08:05 -05:00
box.go Fix precision loss for test format geometric types 2018-03-17 10:26:03 -05:00
box_test.go Fix precision loss for test format geometric types 2018-03-17 10:26:03 -05:00
bpchar.go Add support for bpchar type 2018-01-02 12:29:40 +01:00
bpchar_array.go Add support for bpchar type 2018-01-02 12:29:40 +01:00
bpchar_array_test.go Add support for bpchar type 2018-01-02 12:29:40 +01:00
bpchar_test.go Add support for bpchar type 2018-01-02 12:29:40 +01:00
bytea.go Use github.com/pkg/errors 2017-06-04 21:30:03 -05:00
bytea_array.go Generate UUIDArray from template 2017-08-29 14:33:25 -05:00
bytea_array_test.go Run gofmt with simplify flag 2017-12-21 23:45:26 +01:00
bytea_test.go Use pointer methods for all struct pgtypes 2017-04-14 13:08:05 -05:00
cid.go Use Go casing convention for CID/TID/XID/CIDR 2017-06-03 12:01:49 -05:00
cid_test.go Use Go casing convention for CID/TID/XID/CIDR 2017-06-03 12:01:49 -05:00
cidr.go Use Go casing convention for CID/TID/XID/CIDR 2017-06-03 12:01:49 -05:00
cidr_array.go Generate UUIDArray from template 2017-08-29 14:33:25 -05:00
cidr_array_test.go Run gofmt with simplify flag 2017-12-21 23:45:26 +01:00
circle.go Fix precision loss for test format geometric types 2018-03-17 10:26:03 -05:00
circle_test.go Fix precision loss for test format geometric types 2018-03-17 10:26:03 -05:00
convert.go Use github.com/pkg/errors 2017-06-04 21:30:03 -05:00
database_sql.go Use github.com/pkg/errors 2017-06-04 21:30:03 -05:00
date.go Use github.com/pkg/errors 2017-06-04 21:30:03 -05:00
date_array.go Generate UUIDArray from template 2017-08-29 14:33:25 -05:00
date_array_test.go Run gofmt with simplify flag 2017-12-21 23:45:26 +01:00
date_test.go Use pointer methods for all struct pgtypes 2017-04-14 13:08:05 -05:00
daterange.go Use github.com/pkg/errors 2017-06-04 21:30:03 -05:00
daterange_test.go Use pointer methods for all struct pgtypes 2017-04-14 13:08:05 -05:00
decimal.go Refactor pgio and types to append buffers 2017-05-02 20:38:26 -05:00
enum_array.go Add support for array of enum 2017-10-17 20:31:11 -05:00
enum_array_test.go Run gofmt with simplify flag 2017-12-21 23:45:26 +01:00
float4.go Use github.com/pkg/errors 2017-06-04 21:30:03 -05:00
float4_array.go Generate UUIDArray from template 2017-08-29 14:33:25 -05:00
float4_array_test.go Run gofmt with simplify flag 2017-12-21 23:45:26 +01:00
float4_test.go Use pointer methods for all struct pgtypes 2017-04-14 13:08:05 -05:00
float8.go Use github.com/pkg/errors 2017-06-04 21:30:03 -05:00
float8_array.go Generate UUIDArray from template 2017-08-29 14:33:25 -05:00
float8_array_test.go Run gofmt with simplify flag 2017-12-21 23:45:26 +01:00
float8_test.go Use pointer methods for all struct pgtypes 2017-04-14 13:08:05 -05:00
generic_binary.go Refactor pgio and types to append buffers 2017-05-02 20:38:26 -05:00
generic_text.go Refactor pgio and types to append buffers 2017-05-02 20:38:26 -05:00
hstore.go Use github.com/pkg/errors 2017-06-04 21:30:03 -05:00
hstore_array.go Generate UUIDArray from template 2017-08-29 14:33:25 -05:00
hstore_array_test.go Run gofmt with simplify flag 2017-12-21 23:45:26 +01:00
hstore_test.go Run gofmt with simplify flag 2017-12-21 23:45:26 +01:00
inet.go Use github.com/pkg/errors 2017-06-04 21:30:03 -05:00
inet_array.go Generate UUIDArray from template 2017-08-29 14:33:25 -05:00
inet_array_test.go Run gofmt with simplify flag 2017-12-21 23:45:26 +01:00
inet_test.go Use Go casing convention for CID/TID/XID/CIDR 2017-06-03 12:01:49 -05:00
int2.go Return error on MarshalJSON of status Undefined 2017-08-12 16:40:18 -05:00
int2_array.go Generate UUIDArray from template 2017-08-29 14:33:25 -05:00
int2_array_test.go Run gofmt with simplify flag 2017-12-21 23:45:26 +01:00
int2_test.go Use pointer methods for all struct pgtypes 2017-04-14 13:08:05 -05:00
int4.go Add UnmarshalJSON to a few types 2017-09-29 15:26:37 -05:00
int4_array.go Generate UUIDArray from template 2017-08-29 14:33:25 -05:00
int4_array_test.go Run gofmt with simplify flag 2017-12-21 23:45:26 +01:00
int4_test.go Use pointer methods for all struct pgtypes 2017-04-14 13:08:05 -05:00
int4range.go Use github.com/pkg/errors 2017-06-04 21:30:03 -05:00
int4range_test.go Fix ranges with text format where end is unbounded 2017-11-04 14:03:46 -05:00
int8.go Import encoding/json package 2018-01-13 18:14:42 -06:00
int8_array.go Generate UUIDArray from template 2017-08-29 14:33:25 -05:00
int8_array_test.go Run gofmt with simplify flag 2017-12-21 23:45:26 +01:00
int8_test.go Use pointer methods for all struct pgtypes 2017-04-14 13:08:05 -05:00
int8range.go Use github.com/pkg/errors 2017-06-04 21:30:03 -05:00
int8range_test.go Fix ranges with text format where end is unbounded 2017-11-04 14:03:46 -05:00
interval.go Use github.com/pkg/errors 2017-06-04 21:30:03 -05:00
interval_test.go Fix TestIntervalNormalize 2017-05-20 08:39:53 -05:00
json.go pgtype.JSON(B).Value now returns []byte 2018-04-14 09:17:56 -05:00
json_test.go Use Go casing convention for JSON(B) 2017-06-03 11:57:14 -05:00
jsonb.go Use github.com/pkg/errors 2017-06-04 21:30:03 -05:00
jsonb_test.go Use Go casing convention for JSON(B) 2017-06-03 11:57:14 -05:00
line.go Fix precision loss for test format geometric types 2018-03-17 10:26:03 -05:00
line_test.go Fix precision loss for test format geometric types 2018-03-17 10:26:03 -05:00
lseg.go Fix precision loss for test format geometric types 2018-03-17 10:26:03 -05:00
lseg_test.go Fix precision loss for test format geometric types 2018-03-17 10:26:03 -05:00
macaddr.go Use github.com/pkg/errors 2017-06-04 21:30:03 -05:00
macaddr_test.go Use pointer methods for all struct pgtypes 2017-04-14 13:08:05 -05:00
name.go Refactor pgio and types to append buffers 2017-05-02 20:38:26 -05:00
name_test.go Use pointer methods for all struct pgtypes 2017-04-14 13:08:05 -05:00
numeric.go Fix numeric EncodeBinary bug 2017-08-18 15:20:39 +08:00
numeric_array.go numeric_with_uint64 numeric array supports both types int64 and uint64 2018-04-24 16:31:31 +03:00
numeric_array_test.go Run gofmt with simplify flag 2017-12-21 23:45:26 +01:00
numeric_test.go Fix numeric EncodeBinary bug 2017-08-18 15:20:39 +08:00
numrange.go Use github.com/pkg/errors 2017-06-04 21:30:03 -05:00
numrange_test.go Fix ranges with text format where end is unbounded 2017-11-04 14:03:46 -05:00
oid.go Use github.com/pkg/errors 2017-06-04 21:30:03 -05:00
oid_value.go Use Go casing convention for OID 2017-06-03 11:53:49 -05:00
oid_value_test.go Use Go casing convention for OID 2017-06-03 11:53:49 -05:00
path.go Fix precision loss for test format geometric types 2018-03-17 10:26:03 -05:00
path_test.go Fix precision loss for test format geometric types 2018-03-17 10:26:03 -05:00
pgtype.go Add support for bpchar type 2018-01-02 12:29:40 +01:00
pgtype_test.go Use Go casing convention for CID/TID/XID/CIDR 2017-06-03 12:01:49 -05:00
pguint32.go Use github.com/pkg/errors 2017-06-04 21:30:03 -05:00
point.go Fix precision loss for test format geometric types 2018-03-17 10:26:03 -05:00
point_test.go Fix precision loss for test format geometric types 2018-03-17 10:26:03 -05:00
polygon.go Fix precision loss for test format geometric types 2018-03-17 10:26:03 -05:00
polygon_test.go Fix precision loss for test format geometric types 2018-03-17 10:26:03 -05:00
qchar.go Use github.com/pkg/errors 2017-06-04 21:30:03 -05:00
qchar_test.go Test &pgtype.QChar 2017-05-20 08:36:40 -05:00
range.go Fix ranges with text format where end is unbounded 2017-11-04 14:03:46 -05:00
range_test.go Add int4range 2017-03-23 18:41:52 -05:00
record.go Return error on unknown oid while decoding record instead of panic 2017-12-20 14:47:52 +01:00
record_test.go Merge pull request #371 from ferhatelmas/gofmt-simplify 2017-12-23 10:32:44 -06:00
text.go Add UnmarshalJSON to a few types 2017-09-29 15:26:37 -05:00
text_array.go Generate UUIDArray from template 2017-08-29 14:33:25 -05:00
text_array_test.go Run gofmt with simplify flag 2017-12-21 23:45:26 +01:00
text_test.go Use pointer methods for all struct pgtypes 2017-04-14 13:08:05 -05:00
tid.go Use github.com/pkg/errors 2017-06-04 21:30:03 -05:00
tid_test.go Use Go casing convention for CID/TID/XID/CIDR 2017-06-03 12:01:49 -05:00
timestamp.go Use github.com/pkg/errors 2017-06-04 21:30:03 -05:00
timestamp_array.go Generate UUIDArray from template 2017-08-29 14:33:25 -05:00
timestamp_array_test.go Run gofmt with simplify flag 2017-12-21 23:45:26 +01:00
timestamp_test.go Use pointer methods for all struct pgtypes 2017-04-14 13:08:05 -05:00
timestamptz.go Use github.com/pkg/errors 2017-06-04 21:30:03 -05:00
timestamptz_array.go Generate UUIDArray from template 2017-08-29 14:33:25 -05:00
timestamptz_array_test.go Run gofmt with simplify flag 2017-12-21 23:45:26 +01:00
timestamptz_test.go Use pointer methods for all struct pgtypes 2017-04-14 13:08:05 -05:00
tsrange.go Use github.com/pkg/errors 2017-06-04 21:30:03 -05:00
tsrange_test.go Use pointer methods for all struct pgtypes 2017-04-14 13:08:05 -05:00
tstzrange.go Use github.com/pkg/errors 2017-06-04 21:30:03 -05:00
tstzrange_test.go Use pointer methods for all struct pgtypes 2017-04-14 13:08:05 -05:00
typed_array.go.erb Generate UUIDArray from template 2017-08-29 14:33:25 -05:00
typed_array_gen.sh numeric_with_uint64 numeric array supports both types int64 and uint64 2018-04-24 16:31:31 +03:00
typed_range.go.erb Use github.com/pkg/errors 2017-06-04 21:30:03 -05:00
typed_range_gen.sh Add pgtype.Numrange 2017-04-03 07:35:19 -05:00
unknown.go Use pointer methods for all struct pgtypes 2017-04-14 13:08:05 -05:00
uuid.go Add UUIDArray type 2017-08-27 19:36:53 -07:00
uuid_array.go Generate UUIDArray from template 2017-08-29 14:33:25 -05:00
uuid_array_test.go Add UUIDArray type 2017-08-27 19:36:53 -07:00
uuid_test.go Add UUIDArray type 2017-08-27 19:36:53 -07:00
varbit.go Use github.com/pkg/errors 2017-06-04 21:30:03 -05:00
varbit_test.go Finish extraction of pgtype test helpers 2017-04-14 12:38:33 -05:00
varchar.go Add UnmarshalJSON to a few types 2017-09-29 15:26:37 -05:00
varchar_array.go Generate UUIDArray from template 2017-08-29 14:33:25 -05:00
varchar_array_test.go Run gofmt with simplify flag 2017-12-21 23:45:26 +01:00
xid.go Use Go casing convention for CID/TID/XID/CIDR 2017-06-03 12:01:49 -05:00
xid_test.go Use Go casing convention for CID/TID/XID/CIDR 2017-06-03 12:01:49 -05:00