Shane da Silva 81c287a49b
Serialize arrays of Uint8Array objects as hex escape sequences (#2930)
Previously, if you attempted to pass an array of `Uint8Array` objects to
a prepared statement, it would render each literal numeric value of that
array.

Since `Uint8Array` (and `TypedArray` types) represent views over raw
bytes, ensure these are serialized to Postgres as a byte representation.
2024-02-09 21:25:41 -08:00
..
2023-10-19 10:27:25 -05:00
2023-10-19 10:27:25 -05:00
2023-10-19 10:27:25 -05:00
2022-08-10 16:15:06 -05:00
2023-10-19 10:27:25 -05:00