sirhype
sirhype
Explore posts from servers
DTDrizzle Team
Created by erfanium on 10/28/2024 in #help
How can i execute an actual `select star` query?
From the docs
Drizzle always explicitly lists columns in the select clause instead of using select *. This is required internally to guarantee the fields order in the query result, and is also generally considered a good practice.
https://orm.drizzle.team/docs/select I imagine you could use the sql operator if you do need * https://orm.drizzle.team/docs/sql
2 replies
CDCloudflare Developers
Created by Unipotato on 3/17/2024 in #pages-help
Cloudflare IP
I had no idea this existed, thank you!
20 replies
CDCloudflare Developers
Created by Unipotato on 3/17/2024 in #pages-help
Cloudflare IP
No problem 🙂
20 replies
CDCloudflare Developers
Created by Unipotato on 3/17/2024 in #pages-help
Cloudflare IP
If you can't find any contact information unfortunately you won't be able to contact them
20 replies
CDCloudflare Developers
Created by Unipotato on 3/17/2024 in #pages-help
Cloudflare IP
This domain isn't owned by Cloudflare, it's just managed by Cloudflare. You're not going to be able to obtain the domain without contacting the current owner and attempting to buy it from them
20 replies
CDCloudflare Developers
Created by Unipotato on 3/17/2024 in #pages-help
Cloudflare IP
Just trying to understand, do you own the domain "potatoisland.net"?
20 replies
KKysely
Created by sirhype on 2/13/2024 in #help
case when column = another column
Welp, looks like I figured it out! .when("shahz_response", "=", e.ref("rank"))
4 replies
CDCloudflare Developers
Created by sirhype on 12/31/2023 in #pages-help
Cannot find module with vite + react + typescript + yarn build
Bit of an update. I downgraded to Vite 4 and copied over all my configs from my old project and it worked. Not sure which part was broken, but going with this for now. Going to leave this open in case someone else has any input on why it might be broken with Vite 5, otherwise happy to close it.
2 replies
KKysely
Created by sirhype on 9/27/2023 in #help
Converting a more complex query to Kysely
regardless, output type isn't too important. Thank you again so much
21 replies
KKysely
Created by sirhype on 9/27/2023 in #help
Converting a more complex query to Kysely
ah I see, thank you!
21 replies