kriasoft / kriasoft/react-starter-kit

Facing issues with bun --filter @repo/db migrate

Open
#2,114 1 comment 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
23.7k
Forks
4.2k
Avg merge
2h 6m
Merged PRs (30d)
3

Description

@repo/db migrate $ bun --bun drizzle-kit migrate
│ [57 lines elided]
│ severity: "ERROR",
│ hint: "No function matches the given name and argument types. You might need to add explicit type casts.",
│ position: "60",
│ file: "parse_func.c",
│ routine: "ParseFuncOrColumn",
│ code: "42883"

│ at ErrorResponse (/Users/kadeo/Desktop/kadeo/playground/react-starter-kit/node_modules/postgres/src/errors.js:794:5)

│ error: "drizzle-kit" exited with code 1
└─ Exited with code 1

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce @repo/db migrate with bun --bun drizzle-kit migrate and inspect the PostgreSQL error at node_modules/postgres/src/errors.js:794:5. Identify which migration or query triggers PostgreSQL error 42883, then verify that the database migration completes successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
bun, postgres
Domain
database
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
28/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.