This nice feature is spitting
SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near "DUPLICATE"
LINE 1: ...m_id","stuff","otherStuff") VALUES ($1,$2,$3,$4,$5) ON DUPLICATE ..
as ON DUPLICATE is not valid postgres syntax this would be.
I am planning to make a couple of changes to fix this in my currently open silly PR but feels like no one is contributing to this project anymore?
Is this project abandoned?
This nice feature is spitting
as
ON DUPLICATEis not valid postgres syntax this would be.I am planning to make a couple of changes to fix this in my currently open silly PR but feels like no one is contributing to this project anymore?
Is this project abandoned?