Aura.SqlQuery icon indicating copy to clipboard operation
Aura.SqlQuery copied to clipboard

Idea: Parity across database models

Open designermonkey opened this issue 7 years ago • 2 comments

A discussion of an idea more than an issue.

I just ran across an issue where I didn't realise the ON DUPLICATE KEY UPDATE didn't work on SQLite.

As there are ways to achieve the same thing in SQLite, would it be a good idea to try for feature parity across models and implement the database specific way of achieving the same result?

designermonkey avatar Feb 26 '18 18:02 designermonkey

Hi there,

Are you looking for the replace functionality ? I believe depending on the drivers additional features are already in it. If you think something is missing please do send a PR.

harikt avatar Feb 28 '18 18:02 harikt

I did not know about REPLACE, I will have a go with that.

designermonkey avatar Feb 28 '18 21:02 designermonkey