pgx/pgtype
Jack Christensen f861d83a17 Fix range types not clearing unbounded or empty 2022-02-08 16:48:17 -06:00
..
testutil Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
zeronull Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
array.go Parse array header to empty slices instead of nils 2022-02-08 11:35:40 -06:00
array_codec.go Parse array header to empty slices instead of nils 2022-02-08 11:35:40 -06:00
array_codec_test.go Fix scan empty array into multi-dimension slice 2022-02-08 11:12:05 -06:00
array_getter_setter.go Restore multi-dimensional slices 2022-02-08 10:07:40 -06:00
array_getter_setter.go.erb Restore multi-dimensional slices 2022-02-08 10:07:40 -06:00
array_test.go Parse array header to empty slices instead of nils 2022-02-08 11:35:40 -06:00
bits.go Expose wrap functions on ConnInfo 2022-01-22 17:50:19 -06:00
bits_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
bool.go Expose wrap functions on ConnInfo 2022-01-22 17:50:19 -06:00
bool_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
box.go Expose wrap functions on ConnInfo 2022-01-22 17:50:19 -06:00
box_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
builtin_wrappers.go Fix scan empty array into multi-dimension slice 2022-02-08 11:12:05 -06:00
bytea.go Add QueryRow warning to DriverBytes 2022-01-29 08:17:50 -06:00
bytea_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
circle.go Expose wrap functions on ConnInfo 2022-01-22 17:50:19 -06:00
circle_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
composite.go Add DecodeValue to composites 2022-02-05 15:12:09 -06:00
composite_test.go Add DecodeValue to composites 2022-02-05 15:12:09 -06:00
convert.go Builtin types are automatically wrapped if necessary 2022-01-08 23:44:53 -06:00
date.go Expose wrap functions on ConnInfo 2022-01-22 17:50:19 -06:00
date_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
enum_codec.go Fix EnumCodec caching and add tests 2022-02-05 09:57:40 -06:00
enum_codec_test.go Fix EnumCodec caching and add tests 2022-02-05 09:57:40 -06:00
float4.go Float4 and Float8 implement Int64 Scanner and Valuer 2022-02-03 20:19:52 -06:00
float4_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
float8.go Float4 and Float8 implement Int64 Scanner and Valuer 2022-02-03 20:19:52 -06:00
float8_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
hstore.go Expose wrap functions on ConnInfo 2022-01-22 17:50:19 -06:00
hstore_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
inet.go Expose wrap functions on ConnInfo 2022-01-22 17:50:19 -06:00
inet_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
int.go Fix scanning negative ints into Int64Scanner 2022-02-08 14:13:06 -06:00
int.go.erb Fix scanning negative ints into Int64Scanner 2022-02-08 14:13:06 -06:00
int_test.go Fix scanning negative ints into Int64Scanner 2022-02-08 14:13:06 -06:00
int_test.go.erb Fix scanning negative ints into Int64Scanner 2022-02-08 14:13:06 -06:00
integration_benchmark_test.go Convert int4 and int8 to new system 2022-01-01 17:26:39 -06:00
integration_benchmark_test.go.erb Convert int4 and int8 to new system 2022-01-01 17:26:39 -06:00
integration_benchmark_test_gen.sh Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
interval.go Expose wrap functions on ConnInfo 2022-01-22 17:50:19 -06:00
interval_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
json.go Expose wrap functions on ConnInfo 2022-01-22 17:50:19 -06:00
json_test.go Add test documenting typed nil json encoding 2022-02-05 09:34:39 -06:00
jsonb.go Expose wrap functions on ConnInfo 2022-01-22 17:50:19 -06:00
jsonb_test.go Add test documenting typed nil json encoding 2022-02-05 09:34:39 -06:00
line.go Expose wrap functions on ConnInfo 2022-01-22 17:50:19 -06:00
line_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
lseg.go Expose wrap functions on ConnInfo 2022-01-22 17:50:19 -06:00
lseg_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
macaddr.go Expose wrap functions on ConnInfo 2022-01-22 17:50:19 -06:00
macaddr_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
numeric.go pgtype.Numeric implements Float64Valuer 2022-02-05 08:39:53 -06:00
numeric_test.go pgtype.Numeric implements Float64Valuer 2022-02-05 08:39:53 -06:00
path.go Expose wrap functions on ConnInfo 2022-01-22 17:50:19 -06:00
path_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
pgtype.go Restore multi-dimensional slices 2022-02-08 10:07:40 -06:00
pgtype_test.go Expose wrap functions on ConnInfo 2022-01-22 17:50:19 -06:00
point.go Expose wrap functions on ConnInfo 2022-01-22 17:50:19 -06:00
point_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
polygon.go Expose wrap functions on ConnInfo 2022-01-22 17:50:19 -06:00
polygon_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
qchar.go Expose wrap functions on ConnInfo 2022-01-22 17:50:19 -06:00
qchar_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
range.go Restore range support 2022-02-02 08:40:42 -06:00
range_codec.go Fix range types not clearing unbounded or empty 2022-02-08 16:48:17 -06:00
range_codec_test.go Fix range types not clearing unbounded or empty 2022-02-08 16:48:17 -06:00
range_test.go Restore range support 2022-02-02 08:40:42 -06:00
range_types.go Fix range types not clearing unbounded or empty 2022-02-08 16:48:17 -06:00
range_types.go.erb Fix range types not clearing unbounded or empty 2022-02-08 16:48:17 -06:00
record_codec.go Add DecodeValue to composites 2022-02-05 15:12:09 -06:00
record_codec_test.go Restore record support 2022-01-31 20:42:12 -06:00
text.go Expose wrap functions on ConnInfo 2022-01-22 17:50:19 -06:00
text_format_only_codec.go Use TextCodec for aclitem type 2022-01-08 16:24:05 -06:00
text_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
tid.go Expose wrap functions on ConnInfo 2022-01-22 17:50:19 -06:00
tid_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
time.go Expose wrap functions on ConnInfo 2022-01-22 17:50:19 -06:00
time_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
timestamp.go Expose wrap functions on ConnInfo 2022-01-22 17:50:19 -06:00
timestamp_test.go Expose wrap functions on ConnInfo 2022-01-22 17:50:19 -06:00
timestamptz.go Expose wrap functions on ConnInfo 2022-01-22 17:50:19 -06:00
timestamptz_test.go Expose wrap functions on ConnInfo 2022-01-22 17:50:19 -06:00
uint32.go Expose wrap functions on ConnInfo 2022-01-22 17:50:19 -06:00
uint32_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
uuid.go Expose wrap functions on ConnInfo 2022-01-22 17:50:19 -06:00
uuid_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00