BifocalCanvas
Explore posts from serversPPrisma
•Created by BifocalCanvas on 5/1/2024 in #help-and-questions
Prisma throws an error with code 2F005
When running an upsert, prisma throws the following error:
Error occurred during query execution:
ConnectorError(ConnectorError { user_facing_error: None, kind: QueryError(PostgresError { code: "2F005", message: "control reached end of trigger procedure without RETURN", severity: "ERROR", detail: None, column: None, hint: None }), transient: false })
1 replies
DTDrizzle Team
•Created by BifocalCanvas on 3/8/2024 in #help
Random `PostgresError: invalid input syntax for type bigint`
When attempting to query my database with
db.select().from(roster)
I get that error even though I made sure each column type is correct in my schema.ts file. Here is the full query line: and here is the entire error: 3 replies
SIASapphire - Imagine a framework
•Created by BifocalCanvas on 7/14/2023 in #sapphire-support
Setting Nicknames
Is there a good way to set a user's nickname (by userID) when using sapphire?
11 replies