-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Comparing changes
Open a pull request
base repository: prisma/prisma
base: 5.18.0
head repository: prisma/prisma
compare: 5.19.0
- 18 commits
- 288 files changed
- 8 contributors
Commits on Aug 7, 2024
-
chore(deps): update dependency eslint-plugin-jest to v28.7.0 (#24969)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d780290 - Browse repository at this point
Copy the full SHA d780290View commit details
Commits on Aug 9, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for bcbdc76 - Browse repository at this point
Copy the full SHA bcbdc76View commit details -
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 authoredAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 26c8d91 - Browse repository at this point
Copy the full SHA 26c8d91View commit details
Commits on Aug 12, 2024
-
test(client): add functional tests for #21631 (#24764)
Co-authored-by: Alexander Polanco <alxpolanc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a1a5915 - Browse repository at this point
Copy the full SHA a1a5915View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48a764b - Browse repository at this point
Copy the full SHA 48a764bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 780becd - Browse repository at this point
Copy the full SHA 780becdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b585cc - Browse repository at this point
Copy the full SHA 3b585ccView commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b28fa63 - Browse repository at this point
Copy the full SHA b28fa63View commit details
Commits on Aug 16, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 6db9f12 - Browse repository at this point
Copy the full SHA 6db9f12View commit details -
chore(deps): update engines to 5.19.0-19.cb8fbf23062d1b8788a70d0d0cd3…
…d2e0bd6eea08 (#25027) Co-authored-by: Alexey Orlenko <alex@aqrln.net>
Configuration menu - View commit details
-
Copy full SHA for 78cbbfd - Browse repository at this point
Copy the full SHA 78cbbfdView commit details
Commits on Aug 19, 2024
-
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`.
Configuration menu - View commit details
-
Copy full SHA for ce552f3 - Browse repository at this point
Copy the full SHA ce552f3View commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2d27e8c - Browse repository at this point
Copy the full SHA 2d27e8cView commit details
Commits on Aug 21, 2024
-
chore(deps): update devdependencies patch (non-major) (#24813)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f3856a9 - Browse repository at this point
Copy the full SHA f3856a9View commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2afa20b - Browse repository at this point
Copy the full SHA 2afa20bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8957496 - Browse repository at this point
Copy the full SHA 8957496View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ff458a - Browse repository at this point
Copy the full SHA 1ff458aView commit details
Commits on Aug 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a411e43 - Browse repository at this point
Copy the full SHA a411e43View commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0f63437 - Browse repository at this point
Copy the full SHA 0f63437View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 5.18.0...5.19.0