Bryan3
Explore posts from serversDTDrizzle Team
•Created by Bryan3 on 9/29/2023 in #help
Delete operation in transaction sometimes not deleting row in database
I've found that I'm occasional getting this error in the Supabase postgres logs
password authentication failed for user "postgres"
Could this be causing the issue?6 replies
DTDrizzle Team
•Created by Bryan3 on 9/29/2023 in #help
Delete operation in transaction sometimes not deleting row in database
Currently patched the issue by checking if object exists after the deleting and deleting it again if it still exists
6 replies
DTDrizzle Team
•Created by Bryan3 on 9/28/2023 in #help
How to include all fields in partial select syntax
Thanks, found it searching the earlier questions on the server
10 replies
DTDrizzle Team
•Created by Bryan3 on 9/28/2023 in #help
How to include all fields in partial select syntax
10 replies
DTDrizzle Team
•Created by Bryan3 on 9/28/2023 in #help
How to include all fields in partial select syntax
I used
getTableColumns()
to solve the issue
10 replies