pgx/pgtype
Ludovico Russo 5c9b565116 fix:
[![Open Source Saturday](https://img.shields.io/badge/%E2%9D%A4%EF%B8%8F-open%20source%20saturday-F64060.svg)](https://www.meetup.com/it-IT/Open-Source-Saturday-Milano/)

Co-authored-by: Alessio Izzo <alessio.izzo86@gmail.com>
2024-10-19 15:43:56 +02:00
..
zeronull
array.go
array_codec.go Move typed nil handling to Map.Encode from anynil 2024-05-18 22:39:28 -05:00
array_codec_test.go
array_test.go
bits.go
bits_test.go
bool.go
bool_test.go
box.go
box_test.go
builtin_wrappers.go
bytea.go
bytea_test.go Fix test asserts: reverse expected-actual 2024-05-14 20:07:10 -05:00
circle.go
circle_test.go
composite.go
composite_test.go
convert.go
date.go
date_test.go
derived_types_test.go Fix bug relating to reuse of types 2024-07-07 11:26:19 +10:00
doc.go Add additional info for nullable pgtype types 2024-08-23 15:15:40 +02:00
enum_codec.go
enum_codec_test.go Fix test asserts: reverse expected-actual 2024-05-14 20:07:10 -05:00
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
hstore_test.go
inet.go
inet_test.go
int.go
int.go.erb
int_test.go
int_test.go.erb
integration_benchmark_test.go
integration_benchmark_test.go.erb
integration_benchmark_test_gen.sh
interval.go Fix interval encoding to allow 0s and avoid extra spaces 2024-05-30 09:48:53 +02:00
interval_test.go Fix interval encoding to allow 0s and avoid extra spaces 2024-05-30 09:48:53 +02:00
json.go fix: 2024-10-19 15:43:56 +02:00
json_test.go fix: 2024-10-19 15:43:56 +02:00
jsonb.go Add support for custom JSON marshal and unmarshal. 2024-05-18 08:02:09 -05:00
jsonb_test.go Add support for custom JSON marshal and unmarshal. 2024-05-18 08:02:09 -05:00
line.go
line_test.go
lseg.go
lseg_test.go
ltree.go
ltree_test.go
macaddr.go
macaddr_test.go fix tests 2024-03-20 18:21:11 -05:00
multirange.go
multirange_test.go
numeric.go
numeric_test.go
path.go
path_test.go
pgtype.go fix: 2024-10-19 15:43:56 +02:00
pgtype_default.go Add xid8 type 2024-10-05 10:16:42 -05:00
pgtype_test.go fix: 2024-10-19 15:43:56 +02: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
tid_test.go
time.go Explicitly disclaim support for time with time zone 2024-07-23 17:27:05 -05:00
time_test.go make parsing stricter and add corresponding test 2024-04-16 12:18:06 -05:00
timestamp.go Fix pgtype.Timestamp json unmarshal 2024-09-23 18:12:32 -04:00
timestamp_test.go Fix pgtype.Timestamp json unmarshal 2024-09-23 18:12:32 -04:00
timestamptz.go Add ScanLocation to pgtype.TimestamptzCodec 2024-05-08 08:35:05 -05:00
timestamptz_test.go Add ScanLocation to pgtype.TimestamptzCodec 2024-05-08 08:35:05 -05:00
uint32.go add byte length check to uint32 2024-08-23 16:17:07 -07:00
uint32_test.go support text scanner for binary format for uint32 2024-08-21 12:04:54 -07:00
uint64.go Add xid8 type 2024-10-05 10:16:42 -05:00
uint64_test.go Skip xid8 test on PG < 13 and CRDB 2024-10-05 10:44:13 -05:00
uuid.go Implement pgtype.UUID.String() 2024-10-09 14:22:10 +03:00
uuid_test.go Implement pgtype.UUID.String() 2024-10-09 14:22:10 +03:00
xml.go Ensure planning encodes and scans cannot infinitely recurse 2024-10-05 12:20:50 -05:00
xml_test.go fix(test): skip CockroachDB since it doesn't support XML 2024-07-12 09:56:59 -05:00