fix(cli): bump Studio version to fix column conflicts when querying.#28677
Merged
igalklebanov merged 3 commits intomainfrom Nov 24, 2025
Merged
fix(cli): bump Studio version to fix column conflicts when querying.#28677igalklebanov merged 3 commits intomainfrom
igalklebanov merged 3 commits intomainfrom
Conversation
Contributor
size-limit report 📦
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps the Studio dependency from version 0.8.0 to 0.8.1 to fix column name collisions between user-defined columns and Studio's internal columns. The sandbox configuration is also updated to improve SQLite compatibility across different JavaScript runtimes (Node.js, Bun, Deno) by adding fallback database implementations.
Key changes:
- Upgraded
@prisma/studio-core-licensedto version 0.8.1 - Added cascading fallback logic for SQLite database initialization
- Simplified sandbox scripts by removing tsx/dotenvx dependencies in favor of native Node.js features
Reviewed changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| packages/cli/package.json | Bumps Studio dependency to 0.8.1 to fix column collision issue |
| sandbox/studio/package.json | Updates dependencies and simplifies Node.js script commands |
| sandbox/studio/prisma.config.ts | Adds dotenv import and implements fallback chain for SQLite databases |
| sandbox/studio/pnpm-workspace.yaml | Configures better-sqlite3 as build-only dependency |
Files not reviewed (2)
- pnpm-lock.yaml: Language not supported
- sandbox/studio/pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
FGoessler
approved these changes
Nov 24, 2025
jkomyno
pushed a commit
that referenced
this pull request
Nov 25, 2025
…28677) Hey 👋 closes prisma/studio#1392. This PR bumps the Studio dependency with a patch version that fixes collisions between user columns and Studio columns.
jkomyno
pushed a commit
that referenced
this pull request
Nov 25, 2025
…28677) Hey 👋 closes prisma/studio#1392. This PR bumps the Studio dependency with a patch version that fixes collisions between user columns and Studio columns.
This was referenced Nov 25, 2025
This was referenced Dec 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey 👋
closes PTL-554
closes prisma/studio#1392.
This PR bumps the Studio dependency with a patch version that fixes collisions between user columns and Studio columns.