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

fix(quaint/DA): handle JSON parsing engines side so that we can correctly handle i64s #4883

Merged
merged 9 commits into from
May 24, 2024

Commits on May 23, 2024

  1. fix prisma/prisma#23926

    unexclude common_types test for pg, neon, and PS
    Druue committed May 23, 2024
    Configuration menu
    Copy the full SHA
    374fc28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ea54b7 View commit details
    Browse the repository at this point in the history
  3. parse json in quaint

    Druue committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1994310 View commit details
    Browse the repository at this point in the history
  4. DRIVER_ADAPTERS_BRANCH=fix/bigint-conversion

    remove special handling for "$__prisma_null"
    Druue committed May 23, 2024
    Configuration menu
    Copy the full SHA
    75a4df4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    774b0f5 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Temporarily disable wasm-benchmarks due to breaking change in engines…

    … <-> DA contract. To be re-enabled and re-evaluated in a follow-up PR per convo with @SevInf
    Druue committed May 24, 2024
    Configuration menu
    Copy the full SHA
    91c59b0 View commit details
    Browse the repository at this point in the history
  2. Update query-engine/driver-adapters/src/conversion/js_to_quaint.rs

    Co-authored-by: Serhii Tatarintsev <tatarintsev@prisma.io>
    Druue and SevInf committed May 24, 2024
    Configuration menu
    Copy the full SHA
    d19a30f View commit details
    Browse the repository at this point in the history
  3. remove JsonNull comment

    Druue committed May 24, 2024
    Configuration menu
    Copy the full SHA
    1a2121e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c177bfd View commit details
    Browse the repository at this point in the history