pgx/pgtype
Jack Christensen e392908c72 Remove Int64Valuer implementation from stringWrapper 2022-04-02 08:24:55 -05:00
..
testutil Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
zeronull pgtype Float4 and Float8 fields include bit size 2022-03-05 09:20:03 -06:00
array.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
array_codec.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
array_codec_test.go Make pgtype test compat with CockroachDB when possible 2022-03-22 20:33:24 -05: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 Finish importing pgio as internal package 2022-02-21 14:35:20 -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 Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
box_test.go Make pgtype test compat with CockroachDB when possible 2022-03-22 20:33:24 -05:00
builtin_wrappers.go Remove Int64Valuer implementation from stringWrapper 2022-04-02 08:24:55 -05:00
bytea.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
bytea_test.go Make pgtype test compat with CockroachDB when possible 2022-03-22 20:33:24 -05:00
circle.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
circle_test.go Make pgtype test compat with CockroachDB when possible 2022-03-22 20:33:24 -05:00
composite.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
composite_test.go Make pgtype test compat with CockroachDB when possible 2022-03-22 20:33:24 -05:00
convert.go Builtin types are automatically wrapped if necessary 2022-01-08 23:44:53 -06:00
date.go Fix BC dates in text format 2022-03-12 12:47:01 -06:00
date_test.go Fix BC dates in text format 2022-03-12 12:47:01 -06:00
doc.go Add documentation 2022-03-19 17:01:12 -05: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
example_custom_type_test.go Add documentation 2022-03-19 17:01:12 -05:00
example_json_test.go Add documentation 2022-03-19 17:01:12 -05:00
float4.go pgtype Float4 and Float8 fields include bit size 2022-03-05 09:20:03 -06:00
float4_test.go pgtype Float4 and Float8 fields include bit size 2022-03-05 09:20:03 -06:00
float8.go pgtype Float4 and Float8 fields include bit size 2022-03-05 09:20:03 -06:00
float8_test.go pgtype Float4 and Float8 fields include bit size 2022-03-05 09:20:03 -06:00
hstore.go Finish importing pgio as internal package 2022-02-21 14:35:20 -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 Make pgtype test compat with CockroachDB when possible 2022-03-22 20:33:24 -05:00
int.go pgtype Int2, Int4, and Int8 fields include bit size 2022-03-05 09:17:31 -06:00
int.go.erb pgtype Int2, Int4, and Int8 fields include bit size 2022-03-05 09:17:31 -06:00
int_test.go pgtype Int2, Int4, and Int8 fields include bit size 2022-03-05 09:17:31 -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 Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
interval_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
json.go Simplify encoding extended query arguments 2022-03-05 20:16:57 -06:00
json_test.go Simply typed nil and driver.Valuer handling 2022-03-05 19:53:59 -06:00
jsonb.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
jsonb_test.go Simply typed nil and driver.Valuer handling 2022-03-05 19:53:59 -06:00
line.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
line_test.go Make pgtype test compat with CockroachDB when possible 2022-03-22 20:33:24 -05:00
lseg.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
lseg_test.go Make pgtype test compat with CockroachDB when possible 2022-03-22 20:33:24 -05:00
macaddr.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
macaddr_test.go Make pgtype test compat with CockroachDB when possible 2022-03-22 20:33:24 -05:00
numeric.go pgtype Float4 and Float8 fields include bit size 2022-03-05 09:20:03 -06:00
numeric_test.go Only test numeric infinity on PG 14+ 2022-03-26 11:38:31 -05:00
path.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
path_test.go Make pgtype test compat with CockroachDB when possible 2022-03-22 20:33:24 -05:00
pgtype.go Improve error messages for query argument encoding 2022-04-01 18:00:25 -05:00
pgtype_test.go Only test numeric infinity on PG 14+ 2022-03-26 11:38:31 -05:00
point.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
point_test.go Make pgtype test compat with CockroachDB when possible 2022-03-22 20:33:24 -05:00
polygon.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
polygon_test.go Make pgtype test compat with CockroachDB when possible 2022-03-22 20:33:24 -05:00
qchar.go Remove actualTarget argument 2022-02-21 09:30:01 -06:00
qchar_test.go Make pgtype test compat with CockroachDB when possible 2022-03-22 20:33:24 -05:00
range.go Restore range support 2022-02-02 08:40:42 -06:00
range_codec.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
range_codec_test.go Make pgtype test compat with CockroachDB when possible 2022-03-22 20:33:24 -05: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 Skip test for Cockroach CI 2022-03-22 20:44:17 -05:00
text.go TextCodec specifically supports scanning to BytesScanner 2022-02-26 20:28:15 -06:00
text_format_only_codec.go Use TextCodec for aclitem type 2022-01-08 16:24:05 -06:00
text_test.go Make pgtype test compat with CockroachDB when possible 2022-03-22 20:33:24 -05:00
tid.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
tid_test.go Make pgtype test compat with CockroachDB when possible 2022-03-22 20:33:24 -05:00
time.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
time_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
timestamp.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
timestamp_test.go Make pgtype test compat with CockroachDB when possible 2022-03-22 20:33:24 -05:00
timestamptz.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
timestamptz_test.go Make pgtype test compat with CockroachDB when possible 2022-03-22 20:33:24 -05:00
uint32.go Rename Uint32 field to include bit size 2022-03-05 09:23:25 -06:00
uint32_test.go Rename Uint32 field to include bit size 2022-03-05 09:23:25 -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