pgx/pgtype/zeronull
Jack Christensen 84a3d91322 pgtype Float4 and Float8 fields include bit size
e.g. Instead of Float it is Float64. This matches the pattern set by the
database/sql types.
2022-03-05 09:20:03 -06:00
..
doc.go
float8.go pgtype Float4 and Float8 fields include bit size 2022-03-05 09:20:03 -06:00
float8_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06: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 Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
int_test.go.erb Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
text.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
text_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
timestamp.go Rename pgtype.None to pgtype.Finite 2022-02-21 09:25:30 -06:00
timestamp_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
timestamptz.go Rename pgtype.None to pgtype.Finite 2022-02-21 09:25:30 -06:00
timestamptz_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
uuid.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
uuid_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00