pgx/pgtype
Lev Zakharov 7c386112e3 fix concurrency bug in pgtype.defaultMap (#1650) 2023-06-18 08:23:56 -05:00
..
zeronull
array.go pgtype array: Fix encoding of vtab \v 2023-06-17 17:15:58 -05:00
array_codec.go Prefer binary format for arrays 2023-02-10 20:21:25 -06:00
array_codec_test.go pgtype array: Fix encoding of vtab \v 2023-06-17 17:15:58 -05:00
array_test.go
bits.go
bits_test.go
bool.go support different bool string representations 2023-04-27 20:29:41 -05:00
bool_test.go
box.go
box_test.go
builtin_wrappers.go
bytea.go Fix: driver.Value representation of bytea should be []byte not string 2022-12-21 17:54:42 -06:00
bytea_test.go Fix: driver.Value representation of bytea should be []byte not string 2022-12-21 17:54:42 -06:00
circle.go
circle_test.go
composite.go
composite_test.go Fix scanning a table type into a struct 2023-04-20 20:13:37 -05:00
convert.go Fix test failures 2023-05-20 08:53:23 -05:00
date.go
date_test.go
doc.go Unregistered OIDs are handled the same as unknown OIDs 2022-12-23 13:14:56 -06:00
enum_codec.go
enum_codec_test.go
example_child_records_test.go
example_custom_type_test.go
example_json_test.go
float4.go
float4_test.go
float8.go
float8_test.go
hstore.go remove the single backing string optimization 2023-06-16 15:31:37 -05:00
hstore_test.go pgtype/hstore_test.go: Extend coverage of scan benchmark 2023-06-12 09:17:24 -05:00
inet.go
inet_test.go
int.go
int.go.erb
int_test.go
int_test.go.erb
integration_benchmark_test.go Fix broken benchmarks 2023-02-10 20:26:18 -06:00
integration_benchmark_test.go.erb
integration_benchmark_test_gen.sh
interval.go
interval_test.go
json.go fix: handle null interface for json 2023-03-25 10:22:11 -05:00
json_test.go add tests 2023-03-25 10:22:11 -05:00
jsonb.go
jsonb_test.go add tests 2023-03-25 10:22:11 -05:00
line.go
line_test.go
lseg.go
lseg_test.go
macaddr.go
macaddr_test.go
multirange.go
multirange_test.go
numeric.go add UnmarshalJSON for pgtype Numeric 2023-01-30 21:33:02 -06:00
numeric_test.go add UnmarshalJSON for pgtype Numeric 2023-01-30 21:33:02 -06:00
path.go
path_test.go
pgtype.go fix concurrency bug in pgtype.defaultMap (#1650) 2023-06-18 08:23:56 -05:00
pgtype_default.go fix concurrency bug in pgtype.defaultMap (#1650) 2023-06-18 08:23:56 -05:00
pgtype_test.go support different bool string representations 2023-04-27 20:29:41 -05:00
point.go
point_test.go
polygon.go
polygon_test.go
qchar.go
qchar_test.go
range.go
range_codec.go
range_codec_test.go
range_test.go
record_codec.go
record_codec_test.go
register_default_pg_types.go
register_default_pg_types_disabled.go
text.go
text_format_only_codec.go
text_test.go
tid.go Apply `gofmt -s` 2023-01-24 07:55:00 -06:00
tid_test.go
time.go
time_test.go
timestamp.go added MarshalJSON and UnmarshalJSON to timestamp and added their tests (based on timestamptz implementation) 2023-06-12 09:52:49 -05:00
timestamp_test.go added MarshalJSON and UnmarshalJSON to timestamp and added their tests (based on timestamptz implementation) 2023-06-12 09:52:49 -05:00
timestamptz.go
timestamptz_test.go
uint32.go
uint32_test.go
uuid.go
uuid_test.go