Jack Christensen
|
2d21a2b80d
|
Merge pull request #2228 from jackc/fix-xml-decode-value
XMLCodec: fix DecodeValue to return a []byte
|
2025-01-25 07:24:30 -06:00 |
|
Jason Turim
|
9c0ad690a9
|
Include the field name in error messages when scanning structs
|
2025-01-11 14:31:24 -05:00 |
|
Jack Christensen
|
329cb45913
|
XMLCodec: fix DecodeValue to return a []byte
Previously, DecodeValue would always return nil with the default
Unmarshal function.
fixes https://github.com/jackc/pgx/issues/2227
|
2025-01-11 10:55:48 -06:00 |
|
nickcruess-soda
|
a8aaa37363
|
fix(test): skip CockroachDB since it doesn't support XML
|
2024-07-12 09:56:59 -05:00 |
|
nickcruess-soda
|
c7b9dc0e00
|
feat: add pgtype.XMLCodec based on pgtype.JSONCodec
|
2024-07-11 15:17:55 -05:00 |
|