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

feat(query-engine-wasm): [Performance variant] Refactor psl::ValidatedSchema for query-engine-wasm to allow byte schema deserialization #4708

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    d2dc57b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bef6a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26b6385 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26e19bb View commit details
    Browse the repository at this point in the history
  5. feat(psl-core): add ValidSchema trait to use ValidatedSchemaForQE in …

    …query-engine-wasm, and ValidatedSchema for the other query-engine* crates
    jkomyno committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    9353b36 View commit details
    Browse the repository at this point in the history
  6. chore: add comment

    jkomyno committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    15052b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8d8b460 View commit details
    Browse the repository at this point in the history
  8. feat(prisma-fmt): expose "serialize_schema_to_bytes" function to "@pr…

    …isma/prisma-schema-wasm"
    jkomyno committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    d968698 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    44f7d29 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7d6541e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aad673f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    538968c View commit details
    Browse the repository at this point in the history
  13. experiment(psl): use either ValidatedSchema or ValidatedSchemaForQE b…

    …ased on compile-time check
    jkomyno committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    4927f10 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2ab6817 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b9f77dd View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    dca41aa View commit details
    Browse the repository at this point in the history