HAL 9000
HAL 9000
Explore posts from servers
DTDrizzle Team
Created by HAL 9000 on 1/25/2024 in #help
aliased joins
I am making a select query with 2 inner joins, I want to use two joined tables with different conditions.
3 replies
DTDrizzle Team
Created by HAL 9000 on 1/22/2024 in #help
Magic sql`` operator array
hey guys. how can I pass a array fo strings to magic sql operator?
16 replies
DTDrizzle Team
Created by HAL 9000 on 1/1/2024 in #help
neondb/serverless postgresql JSONB insert example
There is no example of how to insert jsonb column to the table? Do I have to serialize object before inserting?
6 replies
DTDrizzle Team
Created by HAL 9000 on 12/22/2023 in #help
cannot push
error: relation "users" does not exist
at /home/ahmetkca/Projects/Oymak/overi/node_modules/.pnpm/drizzle-kit@0.20.6/node_modules/drizzle-kit/bin.cjs:24545:21
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async PgPostgres.query (/home/ahmetkca/Projects/Oymak/overi/node_modules/.pnpm/drizzle-kit@0.20.6/node_modules/drizzle-kit/bin.cjs:25506:21)
at async pgSuggestions (/home/ahmetkca/Projects/Oymak/overi/node_modules/.pnpm/drizzle-kit@0.20.6/node_modules/drizzle-kit/bin.cjs:25822:23)
at async Command.<anonymous> (/home/ahmetkca/Projects/Oymak/overi/node_modules/.pnpm/drizzle-kit@0.20.6/node_modules/drizzle-kit/bin.cjs:63139:11) {
length: 104,
severity: 'ERROR',
code: '42P01',
detail: undefined,
hint: undefined,
position: '31',
internalPosition: undefined,
internalQuery: undefined,
where: undefined,
schema: undefined,
table: undefined,
column: undefined,
dataType: undefined,
constraint: undefined,
file: 'parse_relation.c',
line: '1449',
routine: 'parserOpenTable'
}
error: relation "users" does not exist
at /home/ahmetkca/Projects/Oymak/overi/node_modules/.pnpm/drizzle-kit@0.20.6/node_modules/drizzle-kit/bin.cjs:24545:21
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async PgPostgres.query (/home/ahmetkca/Projects/Oymak/overi/node_modules/.pnpm/drizzle-kit@0.20.6/node_modules/drizzle-kit/bin.cjs:25506:21)
at async pgSuggestions (/home/ahmetkca/Projects/Oymak/overi/node_modules/.pnpm/drizzle-kit@0.20.6/node_modules/drizzle-kit/bin.cjs:25822:23)
at async Command.<anonymous> (/home/ahmetkca/Projects/Oymak/overi/node_modules/.pnpm/drizzle-kit@0.20.6/node_modules/drizzle-kit/bin.cjs:63139:11) {
length: 104,
severity: 'ERROR',
code: '42P01',
detail: undefined,
hint: undefined,
position: '31',
internalPosition: undefined,
internalQuery: undefined,
where: undefined,
schema: undefined,
table: undefined,
column: undefined,
dataType: undefined,
constraint: undefined,
file: 'parse_relation.c',
line: '1449',
routine: 'parserOpenTable'
}
16 replies