pgx/pgtype
Jack Christensen e48e7a7189 Fix scanning json column into **string
refs https://github.com/jackc/pgx/issues/1470
2023-01-20 18:38:11 -06:00
..
zeronull
array.go Fix scanning null did not overwrite slice 2022-04-26 14:52:01 -05:00
array_codec.go Fix scan pointer to pointer to nil slice 2022-07-30 09:10:50 -05:00
array_codec_test.go Add support for single dimensional arrays 2022-12-20 20:12:12 -06:00
array_test.go
bits.go
bits_test.go
bool.go Standardize casing for NULL in error messages 2022-08-22 21:01:18 -05:00
bool_test.go
box.go
box_test.go
builtin_wrappers.go Add support for single dimensional arrays 2022-12-20 20:12:12 -06:00
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
convert.go
date.go Correct error message 2022-11-12 07:06:54 -06:00
date_test.go Fix text decoding of dates with 5 digit years 2022-11-12 07:01:11 -06:00
doc.go Unregistered OIDs are handled the same as unknown OIDs 2022-12-23 13:14:56 -06:00
enum_codec.go Standardize casing for NULL in error messages 2022-08-22 21:01:18 -05:00
enum_codec_test.go
example_child_records_test.go Skip some examples on CockroachDB 2022-07-23 10:52:35 -05:00
example_custom_type_test.go Add child records docs and examples 2022-07-23 10:11:13 -05:00
example_json_test.go Add child records docs and examples 2022-07-23 10:11:13 -05:00
float4.go Standardize casing for NULL in error messages 2022-08-22 21:01:18 -05:00
float4_test.go
float8.go feat: add marshalJSON for float8 type 2022-09-24 10:00:40 -05:00
float8_test.go
hstore.go
hstore_test.go
inet.go Fix InetCodec.DecodeValue 2022-07-11 08:07:23 -05:00
inet_test.go Use netip package for representing inet and cidr types 2022-07-10 14:31:55 -05:00
int.go pgtype Int fix minimum error message. 2022-12-17 09:10:02 -06:00
int.go.erb pgtype Int fix minimum error message. 2022-12-17 09:10:02 -06:00
int_test.go
int_test.go.erb
integration_benchmark_test.go Rename ForEachScannedRow to ForEachRow 2022-07-09 16:47:28 -05:00
integration_benchmark_test.go.erb Rename ForEachScannedRow to ForEachRow 2022-07-09 16:47:28 -05:00
integration_benchmark_test_gen.sh
interval.go
interval_test.go
json.go Fix scanning json column into **string 2023-01-20 18:38:11 -06:00
json_test.go Fix scanning json column into **string 2023-01-20 18:38:11 -06:00
jsonb.go
jsonb_test.go
line.go
line_test.go
lseg.go Encode text for Lseg includes [ and ] 2022-09-24 10:30:12 -05:00
lseg_test.go
macaddr.go
macaddr_test.go
multirange.go Build / rewrite / port multirange support 2022-04-23 12:50:18 -05:00
multirange_test.go Skip multirange tests on PG < 14 2022-04-23 16:55:24 -05:00
numeric.go Numeric numberTextBytes() workaround... 2023-01-14 08:42:42 -06:00
numeric_test.go pgtype.Numeric numberTextBytes() encoding bug 2023-01-14 08:42:42 -06:00
path.go
path_test.go
pgtype.go Support sql.Scanner on renamed base type 2022-12-23 14:22:59 -06:00
pgtype_test.go Support sql.Scanner on renamed base type 2022-12-23 14:22:59 -06:00
point.go
point_test.go
polygon.go
polygon_test.go
qchar.go Standardize casing for NULL in error messages 2022-08-22 21:01:18 -05:00
qchar_test.go
range.go Make range helpers private 2022-04-23 11:10:04 -05:00
range_codec.go Standardize casing for NULL in error messages 2022-08-22 21:01:18 -05:00
range_codec_test.go
range_test.go Make range helpers private 2022-04-23 11:10:04 -05:00
record_codec.go
record_codec_test.go
register_default_pg_types.go Add build tag to skip default PG type registration 2022-08-13 08:09:44 -05:00
register_default_pg_types_disabled.go Add build tag to skip default PG type registration 2022-08-13 08:09:44 -05:00
text.go Standardize casing for NULL in error messages 2022-08-22 21:01:18 -05:00
text_format_only_codec.go
text_test.go Remove rune to text conversion 2022-05-12 17:13:49 -05:00
tid.go
tid_test.go
time.go
time_test.go
timestamp.go
timestamp_test.go
timestamptz.go
timestamptz_test.go
uint32.go Standardize casing for NULL in error messages 2022-08-22 21:01:18 -05:00
uint32_test.go
uuid.go Scan binary UUID to string 2022-04-26 08:37:10 -05:00
uuid_test.go Scan binary UUID to string 2022-04-26 08:37:10 -05:00