brianc/node-sql

Any plans to support ON DUPLICATE KEY UPDATE?

Opened this issue · 5 comments

kvz commented

For instance:

    INSERT INTO user_credits (user_uuid, credits)
    VALUES (?, 1)
    ON DUPLICATE KEY UPDATE credits = credits + ?

or is there a workaround so I can still use this project?

+1

kvz commented

Should this issue be closed now?