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
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?
The text was updated successfully, but these errors were encountered:
The project is not abandoned, however the development is a little bit slower this days because all the main features are now implemented and working properly (at least on MySQL/MariaDB).
We would love to see your commits on postgresql. :)
This nice feature is spitting
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?
The text was updated successfully, but these errors were encountered: