Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: prisma/prisma
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.18.0
Choose a base ref
...
head repository: prisma/prisma
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.19.0
Choose a head ref
  • 18 commits
  • 288 files changed
  • 8 contributors

Commits on Aug 7, 2024

  1. chore(deps): update dependency eslint-plugin-jest to v28.7.0 (#24969)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d780290 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. feat(adapter-d1): leverage arg type for Int64 (de)serialisation (#24922)

    * feat(adapter-d1): leverage arg type for Int64 (de)serialisation
    
    * chore(driver-adapter-utils): use camelCase
    
    * feat(driver-adapter-utils): treat "ArgType" as non-optional
    
    * feat(adapter-d1): allow non-optional "ArgType"
    
    * chore(deps): update engines to 5.19.0-4.8c1ddb76afee6f0d7d1d7642af9de77efc5d1bf3
    
    * feat(adapter-d1): use "Number.isSafeInteger"
    
    * test(adapter-d1): update BigInt expectations
    
    * test(client): update tests unrelated to d1's PR; comment out tracing test for itx
    
    * test(client): fix tracing disconnect test
    
    * test(client): fix other tests
    
    * test(client): update snapshots
    
    * test(client): update batch-find-unique, restore snapshots
    
    * test(client): update snapshots
    
    * test(client): restore tests before breaking tracing PR in engines
    
    * Revert "chore(deps): update engines to 5.19.0-4.8c1ddb76afee6f0d7d1d7642af9de77efc5d1bf3"
    
    This reverts commit 76d4af3.
    
    * chore(deps): update engines to 5.19.0-5.e1242e1910f44c410ae5acb7f79cd5024ae2e8cc
    
    * test(client): update snapshots
    
    ---------
    
    Co-authored-by: Prismo <prismabots@gmail.com>
    jkomyno and prisma-bot authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    bcbdc76 View commit details
    Browse the repository at this point in the history
  2. feat(cli): Chokidar-based watch (#24983)

    * feat(cli): Chokidar-based watch
    
    Supports recursive subfolder watching, which makes it feasible with
    `prismaSchemaFolder` and `typedSql`.
    
    Close prisma/team-orm#1256
    
    * Update packages/cli/src/generate/Watcher.ts
    Serhii Tatarintsev authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    26c8d91 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. test(client): add functional tests for #21631 (#24764)

    Co-authored-by: Alexander Polanco <alxpolanc@gmail.com>
    jkomyno and apolanc authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a1a5915 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48a764b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    780becd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b585cc View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

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

Commits on Aug 16, 2024

  1. fix(ci): switch to upstream ps-http-sim from our fork (#25031)

    The upstream project has been revived since we forked it and has had
    some improvements, including an official Docker image. Our fork stopped
    compiling with the latest Go version leading to CI failures, so it's a
    good opportunity to try switching to the upstream.
    aqrln authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    6db9f12 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update engines to 5.19.0-19.cb8fbf23062d1b8788a70d0d0cd3…

    …d2e0bd6eea08 (#25027)
    
    Co-authored-by: Alexey Orlenko <alex@aqrln.net>
    prisma-bot and aqrln authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    78cbbfd View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. feat(cli): remove Optimize specific login in Platform CLI (#25036)

    Optimize client extension is now using API keys issued in the UI and
    passed as a parameter to `withOptimize`.
    aqrln authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    ce552f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

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

Commits on Aug 21, 2024

  1. chore(deps): update devdependencies patch (non-major) (#24813)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f3856a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    2afa20b View commit details
    Browse the repository at this point in the history
  2. feat(client): Typed SQL (#24907)

    * Add types and PrismaClient generation pieces
    
    * First semi-working version
    
    * Add tests and fix things
    
    * Adapt to a new engine
    
    * Introduce preview feature
    
    * Update snapshots
    
    * Restore "loaded" module
    
    * Fix serializeRawParameters
    
    * Fix package types
    
    * Fix invalid JS identifiers
    
    * Enums
    
    * Pack "sql" files
    
    * Fix extension
    
    * Fix type error
    
    * Try to fix node16
    
    * Better identiifer name check + snapshots
    
    * Use export that acutally exists
    
    * Add e2e test for default import
    
    * Watch support
    
    * Fix edge
    
    * Fix build
    
    * handle column nullability
    
    * add nullability tests & sqlite tests
    
    * fix nullable sqlite tests
    
    * fix bytes test
    
    * Fix node types test
    
    * Fix lint
    
    * Fix DA tests
    
    * Ensure esm import works correctly
    
    * Fix WASM runtime
    
    * Skip planetscale test
    
    * Fix sqlite
    
    * Fix linter
    
    * Throw on unsupported provider
    
    * Improve invalid SQL handling
    
    * Reuse raw results
    
    * Address review
    
    * Update snapshots
    
    * Fix ecosystem-tests
    
    * Remove force flag
    
    ---------
    
    Co-authored-by: Flavian Desverne <flavian.dsv@gmail.com>
    Serhii Tatarintsev and Weakky authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    8957496 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ff458a View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

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

Commits on Aug 26, 2024

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