Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serialize arrays of Uint8Array objects as hex escape sequences #2930

Merged
merged 1 commit into from Feb 10, 2024
Merged

Serialize arrays of Uint8Array objects as hex escape sequences #2930

merged 1 commit into from Feb 10, 2024

Commits on Mar 13, 2023

  1. Serialize arrays of Uint8Array objects as hex escape sequences

    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.
    sds committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    a5f631c View commit details
    Browse the repository at this point in the history