PizzaConsole
PizzaConsole
Explore posts from servers
CDCloudflare Developers
Created by PizzaConsole on 12/31/2023 in #workers-help
Getting "Error: The script will never generate a response." When using a websocket with the worker.
Here is an example of what I am experiencing. I call ws.close() from the browser and I get the event just fine on the worker. The because the worker through the error I am also not able to track my CPU time. (I am using the standard pricing) https://github.com/grgbkr/cf-websocket-msg-limit/tree/master
1 replies
DTDrizzle Team
Created by PizzaConsole on 11/28/2023 in #help
Documentation Nav menu broken on mobile
No description
1 replies
DTDrizzle Team
Created by PizzaConsole on 10/10/2023 in #help
Cannot join tables where the columns name are the same.
If you do then the join table will overwrite the from table. it is really frustrating
27 replies
DTDrizzle Team
Created by PizzaConsole on 8/31/2023 in #help
WITH RECURSIVE
Is there a function WITH RECURSIVE yet?
2 replies
DTDrizzle Team
Created by PizzaConsole on 8/22/2023 in #help
Write
Is it possible to print a relational query to SQL?
19 replies
DTDrizzle Team
Created by PizzaConsole on 8/6/2023 in #help
Error introspecting Supabase auth schema
When trying to introspect the Supabase auth schema I get this error:
C:\app\node_modules\.pnpm\drizzle-kit@0.19.12\node_modules\drizzle-kit\index.cjs:12431
name: tableCompositePkName[0].primary_key,
^

TypeError: Cannot read properties of undefined (reading 'primary_key')
at C:\app\node_modules\.pnpm\drizzle-kit@0.19.12\node_modules\drizzle-kit\index.cjs:12431:49
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
C:\app\node_modules\.pnpm\drizzle-kit@0.19.12\node_modules\drizzle-kit\index.cjs:12431
name: tableCompositePkName[0].primary_key,
^

TypeError: Cannot read properties of undefined (reading 'primary_key')
at C:\app\node_modules\.pnpm\drizzle-kit@0.19.12\node_modules\drizzle-kit\index.cjs:12431:49
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
3 replies