Felix Röhrich
63422c7d6c
revert change in if
2025-03-24 15:01:50 +01:00
Felix Röhrich
a5353af354
rework JSONCodec.PlanScan
2025-01-22 22:35:35 +01:00
Jason Turim
9c0ad690a9
Include the field name in error messages when scanning structs
2025-01-11 14:31:24 -05:00
Kostas Stamatakis
61a0227241
simplify test
2024-12-30 23:15:46 +02:00
Kostas Stamatakis
2190a8e0d1
cleanup and add test for json codec
2024-12-30 23:09:19 +02:00
Kostas Stamatakis
6e9fa42fef
fix #2204
2024-12-30 22:54:42 +02:00
Ludovico Russo
5c9b565116
fix : #2146
...
[](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
Mitar
732889728f
Add support for custom JSON marshal and unmarshal.
...
The Codec interface is now implemented by *pgtype.JSONCodec
and *pgtype.JSONBCodec instead of pgtype.JSONCodec and
pgtype.JSONBCodec, respectively. This is technically a breaking
change, but it is extremely unlikely that anyone is depending on this,
and if there is downstream breakage it is trivial to fix.
Fixes #2005 .
2024-05-18 08:02:09 -05:00
Jacopo
7ebced92b5
Fix issue with order of json encoding #1805
2023-11-24 19:01:48 -06:00
Jack Christensen
d58fe2d53c
Fix json scan of non-string pointer to pointer
...
https://github.com/jackc/pgx/issues/1691
2023-07-19 20:54:05 -05:00
Jack Christensen
e0c70201dc
Skip json format test on CockroachDB
2023-07-11 20:51:22 -05:00
Jack Christensen
524f661136
Fix JSON encoding for pointer to structs implementing json.Marshaler
...
https://github.com/jackc/pgx/issues/1681
2023-07-11 20:28:36 -05:00
cemre.mengu
ca022267db
add tests
2023-03-25 10:22:11 -05:00
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
Jack Christensen
e66ad1bcec
Fix encode to json ignoring driver.Valuer
...
https://github.com/jackc/pgx/issues/1430
2022-12-23 13:44:09 -06:00
Jack Christensen
279c3c0a20
Fix: json values work with sql.Scanner
...
https://github.com/jackc/pgx/issues/1418
2022-12-06 19:44:55 -06:00
Jack Christensen
f8d088cfb6
Fix JSON scan not completely overwriting destination
...
See https://github.com/jackc/pgtype/pull/185 for original report in
pgx v4 / pgtype.
2022-09-02 18:37:02 -05:00
Jack Christensen
fe3a4f3150
Standardize casing for NULL in error messages
2022-08-22 21:01:18 -05:00
Jack Christensen
2e73d1e8ee
Improve error message when failing to scan a NULL::json
2022-08-22 20:56:36 -05:00
Jack Christensen
f14fb3d692
Replace interface{} with any
2022-04-09 09:12:55 -05:00
Jack Christensen
ee93440ac1
pgtype uses pgxtest
...
Added ValueRoundTripTest to pgxtest
Removed pgtype/testutil
pgtype tests now run with all (applicable) query modes. This gives
better coverage than before and revealed several bugs which are also
fixed in this commit.
2022-04-02 14:34:19 -05:00
Jack Christensen
1cef9075d9
Simply typed nil and driver.Valuer handling
...
* Convert typed nils to untyped nils at beginning of encoding process.
* Restore v4 json/jsonb null behavior
* Add anynil internal package
2022-03-05 19:53:59 -06:00
Jack Christensen
288080c58c
Add test documenting typed nil json encoding
...
Encoded into json null not SQL NULL.
2022-02-05 09:34:39 -06:00
Jack Christensen
3a90c6c879
Removed TextEncoder and BinaryEncoder
...
Restructured / fixed a lot of tests along the way.
2022-01-22 12:07:35 -06:00
Jack Christensen
8b27725f5b
Convert json and jsonb to Codec
2022-01-18 16:04:25 -06:00
Jack Christensen
72cc95e4dd
Bump module version to v5
2021-12-11 13:29:03 -06:00
Jack Christensen
7e13db4538
Finish import of pgtype repo
...
Fix some tests that broke by merging repos
Tweak readme wording
2021-12-04 13:45:57 -06:00
Jack Christensen
44214b7854
Import to pgx main repo in pgtype subdir
2021-12-04 13:07:54 -06:00