You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I have sql"INSERT INTO table_name (column1)
VALUES (${value1})" and value1 is a CC with 3 fields, it generates VALUES (?, ?, ?) but for json it would need to be VALUES (?)
The text was updated successfully, but these errors were encountered:
When I have sql"INSERT INTO table_name (column1)
VALUES (${value1})" and value1 is a CC with 3 fields, it generates VALUES (?, ?, ?) but for json it would need to be VALUES (?)
The text was updated successfully, but these errors were encountered: