Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

onDuplicateKeyUpdate is not valid syntax for Postgresql #184

Open
vikkio88 opened this issue Apr 10, 2018 · 1 comment
Open

onDuplicateKeyUpdate is not valid syntax for Postgresql #184

vikkio88 opened this issue Apr 10, 2018 · 1 comment
Assignees
Labels

Comments

@vikkio88
Copy link
Contributor

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?

@TCB13
Copy link

TCB13 commented Apr 10, 2018

Hi, many thanks for your feedback and time.

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. :)

@TCB13 TCB13 added the bug label Apr 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants