chronos
DTDrizzle Team
•Created by chronos on 1/11/2024 in #help
Can't save json via prepared statements
I am getting a strange entry in my db while trying to save json through a prepared statement
This is my simplified prepared statement
This is how I am calling it
Finally this is what shows up in the json column in the db
What am I missing?
2 replies
DTDrizzle Team
•Created by chronos on 1/11/2024 in #help
Correct way of handling upserts in MySql
Hey folks! I am using MySql and cannot use
onConflictDoUpdate
. In leu of that I am wondering if this is a correct way of doing upserts
In my use case this record is going to be created once and then updated several times.5 replies