xvx
Explore posts from serversDTDrizzle Team
•Created by xvx on 6/12/2024 in #help
How to dynamically set a row value using data from a JS object? (onConflictDoUpdate)
The schema looks like it's properly constrained to me:
13 replies
DTDrizzle Team
•Created by xvx on 6/12/2024 in #help
How to dynamically set a row value using data from a JS object? (onConflictDoUpdate)
yep, the values object:
13 replies
DTDrizzle Team
•Created by xvx on 6/12/2024 in #help
How to dynamically set a row value using data from a JS object? (onConflictDoUpdate)
@Sylvain For
financialAccountId
yes it's the primaryKey. It isn't for organisationId
but I tried removing that from target and it still persists13 replies
DTDrizzle Team
•Created by xvx on 6/12/2024 in #help
How to dynamically set a row value using data from a JS object? (onConflictDoUpdate)
Thanks I implemented it. Trying to fix
there is no unique or exclusion constraint matching the ON CONFLICT specification
error now13 replies
DTDrizzle Team
•Created by xvx on 6/12/2024 in #help
How to dynamically set a row value using data from a JS object? (onConflictDoUpdate)
Sorry which part of that?
13 replies
DTDrizzle Team
•Created by Jonas on 2/29/2024 in #help
ClientAuthentication Error using heroku-postgres
The problem persisted for me when I did:
- put
sslmode=require
at the end of the connection string
- put ssl: true
in postgres(conn_str, {here})
and defineConfig({..., dbCredentials: {here})
until I replaced in dbCredentials
the url
object with each individual pg credential (including ssl: true
)10 replies