pgx/pgtype
Jack Christensen 43083cb0e3 Memoize pgtype.Map.PlanScan 2022-02-21 10:10:16 -06:00
..
testutil Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
zeronull Rename pgtype.None to pgtype.Finite 2022-02-21 09:25:30 -06:00
array.go Renamed pgtype.ConnInfo to pgtype.Map 2022-02-21 09:13:09 -06:00
array_codec.go Remove actualTarget argument 2022-02-21 09:30:01 -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 Remove actualTarget argument 2022-02-21 09:30:01 -06:00
bits_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
bool.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
bool_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
box.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
box_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
builtin_wrappers.go Rename pgtype.None to pgtype.Finite 2022-02-21 09:25:30 -06:00
bytea.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
bytea_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
circle.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
circle_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
composite.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
composite_test.go Renamed pgtype.ConnInfo to pgtype.Map 2022-02-21 09:13:09 -06:00
convert.go Builtin types are automatically wrapped if necessary 2022-01-08 23:44:53 -06:00
date.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
date_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
enum_codec.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
enum_codec_test.go Renamed pgtype.ConnInfo to pgtype.Map 2022-02-21 09:13:09 -06:00
float4.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
float4_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
float8.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
float8_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
hstore.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
hstore_test.go Renamed pgtype.ConnInfo to pgtype.Map 2022-02-21 09:13:09 -06:00
inet.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
inet_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
int.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
int.go.erb Remove actualTarget argument 2022-02-21 09:30:01 -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 Remove actualTarget argument 2022-02-21 09:30:01 -06:00
interval_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
json.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
json_test.go Add test documenting typed nil json encoding 2022-02-05 09:34:39 -06:00
jsonb.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
jsonb_test.go Add test documenting typed nil json encoding 2022-02-05 09:34:39 -06:00
line.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
line_test.go Renamed pgtype.ConnInfo to pgtype.Map 2022-02-21 09:13:09 -06:00
lseg.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
lseg_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
macaddr.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
macaddr_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
numeric.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
numeric_test.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
path.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
path_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
pgtype.go Memoize pgtype.Map.PlanScan 2022-02-21 10:10:16 -06:00
pgtype_test.go Renamed pgtype.ConnInfo to pgtype.Map 2022-02-21 09:13:09 -06:00
point.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
point_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
polygon.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
polygon_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
qchar.go Remove actualTarget argument 2022-02-21 09:30:01 -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 Remove actualTarget argument 2022-02-21 09:30:01 -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 Remove actualTarget argument 2022-02-21 09:30:01 -06:00
record_codec_test.go Restore record support 2022-01-31 20:42:12 -06:00
text.go Remove actualTarget argument 2022-02-21 09:30:01 -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 Remove actualTarget argument 2022-02-21 09:30:01 -06:00
tid_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
time.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
time_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
timestamp.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
timestamp_test.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
timestamptz.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
timestamptz_test.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
uint32.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
uint32_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
uuid.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
uuid_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00