Skip to content

fix(cli): bump Studio version to fix column conflicts when querying.#28677

Merged
igalklebanov merged 3 commits intomainfrom
studio-bump-fixing-count-conflicts
Nov 24, 2025
Merged

fix(cli): bump Studio version to fix column conflicts when querying.#28677
igalklebanov merged 3 commits intomainfrom
studio-bump-fixing-count-conflicts

Conversation

@igalklebanov
Copy link
Copy Markdown
Contributor

@igalklebanov igalklebanov commented Nov 23, 2025

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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Nov 23, 2025

size-limit report 📦

Path Size
packages/client/runtime/index-browser.js 2.23 KB (0%)
packages/client/runtime/index-browser.d.ts 3.28 KB (0%)
packages/cli/build/index.js 2.51 MB (0%)
packages/client/prisma-client-0.0.0.tgz 10.22 MB (-0.01% 🔽)
packages/cli/prisma-0.0.0.tgz 6.71 MB (+0.01% 🔺)
packages/bundle-size/da-workers-libsql/output.tgz 804.7 KB (0%)
packages/bundle-size/da-workers-neon/output.tgz 859.16 KB (0%)
packages/bundle-size/da-workers-pg/output.tgz 852.02 KB (0%)
packages/bundle-size/da-workers-planetscale/output.tgz 803.84 KB (0%)
packages/bundle-size/da-workers-d1/output.tgz 787.59 KB (0%)

@igalklebanov igalklebanov changed the title TBD fix(cli): bump Studio version to fix column conflicts. Nov 23, 2025
@igalklebanov igalklebanov changed the title fix(cli): bump Studio version to fix column conflicts. fix(cli): bump Studio version to fix column conflicts when querying. Nov 23, 2025
@igalklebanov igalklebanov marked this pull request as ready for review November 23, 2025 20:26
Copilot AI review requested due to automatic review settings November 23, 2025 20:26
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-licensed to 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.

@igalklebanov igalklebanov added this to the 7.0.1 milestone Nov 23, 2025
@igalklebanov igalklebanov merged commit fbf343c into main Nov 24, 2025
180 checks passed
@igalklebanov igalklebanov deleted the studio-bump-fixing-count-conflicts branch November 24, 2025 08:42
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error: ambiguous column name: value when running prisma studio (prisma v7, sqlite , better-auth ,nextjs)

3 participants