Simon Paredes
89d699c2e8
wrap errors instead of just formatting them
2023-12-01 18:23:23 -06:00
Jack Christensen
f42af35884
Add support for single dimensional arrays
...
https://github.com/jackc/pgx/issues/1442
2022-12-20 20:12:12 -06:00
Jack Christensen
f0a73424b1
Fix: Scan uint and uint64 ScanNumeric
...
fixes https://github.com/jackc/pgx/issues/1414
2022-12-05 20:34:46 -06:00
Jack Christensen
6fabd8f5b1
Fix encoding uint64 larger than math.MaxInt64 into numeric
...
fixes https://github.com/jackc/pgx/issues/1357
2022-10-29 08:47:12 -05:00
Jack Christensen
e7eb8a3250
Use netip package for representing inet and cidr types
2022-07-10 14:31:55 -05:00
Jack Christensen
f1a4ae3070
Add Array and FlatArray container types
2022-04-16 11:33:45 -05:00
Jack Christensen
f14fb3d692
Replace interface{} with any
2022-04-09 09:12:55 -05:00
Jack Christensen
829babcea9
Better number to string handling
...
Avoid ambiguity of stringWrapper implementing Int64Scanner and
Float64Scanner.
2022-04-09 09:09:46 -05:00
Jack Christensen
e392908c72
Remove Int64Valuer implementation from stringWrapper
2022-04-02 08:24:55 -05:00
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
Jack Christensen
d723a4ab6f
pgtype Int2, Int4, and Int8 fields include bit size
...
e.g. Instead of Int it is Int64. This matches the pattern set by the
database/sql types.
2022-03-05 09:17:31 -06:00
Jack Christensen
f3defbc150
Rename pgtype.None to pgtype.Finite
2022-02-21 09:25:30 -06:00
Jack Christensen
bcc0af3f56
Fix scan empty array into multi-dimension slice
2022-02-08 11:12:05 -06:00
Jack Christensen
7193e48923
Restore multi-dimensional slices
...
Move ArrayCode to use pgtype wrapper pattern as well
2022-02-08 10:07:40 -06:00
Jack Christensen
3a94113118
Add composite to arbitrary struct encoding and decoding
2022-02-05 14:24:34 -06:00
Jack Christensen
5ed95dcd1c
Expose wrap functions on ConnInfo
...
- Remove rarely used ScanPlan.Scan arguments
- Plus other refactorings and fixes that fell out of this change.
- Plus rows Scan now handles checking for changed type.
2022-01-22 17:50:19 -06:00
Jack Christensen
eb0a4c9626
Replace some old database/sql compatibility
2022-01-22 11:21:12 -06:00
Jack Christensen
740263c0d4
Convert UUID to Codec
2022-01-22 10:53:47 -06:00
Jack Christensen
b9b5e35d0f
Convert numeric to Codec
2022-01-22 09:31:59 -06:00
Jack Christensen
61b4fb7689
Convert time to Codec
2022-01-21 16:50:30 -06:00
Jack Christensen
b10eb89fe4
Use wrapper to treat fmt.String as pgtype.TextValuer
2022-01-20 20:22:53 -06:00
Jack Christensen
97443487ce
Convert macaddr to Codec
2022-01-20 20:07:09 -06:00
Jack Christensen
99fb8cf2f3
Convert timestamp and timestamptz to Codec
2022-01-18 21:49:38 -06:00
Jack Christensen
77e4b01553
Convert Interval to Codec
2022-01-15 18:46:28 -06:00
Jack Christensen
a6863a7dd2
Convert Hstore to Codec
2022-01-15 17:47:37 -06:00
Jack Christensen
05598d4ca6
Convert inet and cidr to codec
2022-01-15 09:48:21 -06:00
Jack Christensen
b57e0c419b
Convert Date to Codec
2022-01-10 21:02:20 -06:00
Jack Christensen
b26618ac95
Prevent try underlying type from acting on a value
...
This is necessary to prevent infinite recursion where a base type is
wrapped and then unwrapped.
2022-01-09 00:25:20 -06:00
Jack Christensen
ad79dccd99
Builtin types are automatically wrapped if necessary
2022-01-08 23:44:53 -06:00