OYΞD
Explore posts from serversDTDrizzle Team
•Created by OYΞD on 9/12/2024 in #help
Struggling with a GROUP BY count
with this query,
i'm getting the error,
which i'm a bit confused on? i'm using the
id
col is in the aggregate function already4 replies
DTDrizzle Team
•Created by OYΞD on 3/8/2024 in #help
Struggling to work with JSONB `where`
So I have a
jsonb
column in Postgres (Using the Neon HTTP driver), and I'm trying to run a query to filter out based on the jsonb column:
Neon keeps coming back with the following error:
3 replies
DTDrizzle Team
•Created by OYΞD on 4/23/2023 in #help
ERR_PACKAGE_PATH_NOT_EXPORTED on 0.25.1
12 replies
DTDrizzle Team
•Created by OYΞD on 4/11/2023 in #help
Selecting multiple relating rows
A more generic SQL question (Been out of SQL a while now 🙃 )
Given the following schema:
What would be the most efficient method of fetching all systems and all of their relating stars? In SQL (Not sure how), or by just fetching all rows from both tables separately and stitching them together afterwards, given all rows will be fetched regardless?
22 replies
DTDrizzle Team
•Created by OYΞD on 3/29/2023 in #help
Randomly stopped being able to generate migrations (MySQL)
Hey! Been trying things out the past day and everything was going great - until I deleted my
migrations
folder, attempted to re-generate migrations, and was met with 0 tables
🤣
I've killed-off all of my schema, except for one simple table, and ran generate:mysql
with DEBUG
;
So at the very least, the paths I'm giving seem to work fine, as it can transpile the schema + outputs a journal with zero entries
under the migrations path10 replies