-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Feature Request ON DUPLICATE KEY #226
Comments
MySQL supports statements like MariaDB seems to support the same since at least some 7 years: https://mariadb.com/kb/en/insert-on-duplicate-key-update/ PostgreSQL supports statements like So it should be possible to implement support for that in the 2.0-dev branch here for version 4 of the CMS. |
We need to define when to use the UPDATE fallback. I'd suggest to use REPLACE (which MySQL supports since ages), |
@nibra I don't think there is something like MySQL's |
even if i don't like upsert but should avoid SQL dialects |
@nibra Or did I get you wrong, thinking you suggest to use I'd maybe use something like |
maybe it's my MongoDB old memories 😄 |
I like the names as they are self-explanatory. |
Do we have to support others in the 2.0-dev branch? |
Yes, MS SQL Server. To drop it, we need an official decision by the Production Department. |
@nibra In Joomla 4 it has been dropped for sure. I thought that's the case here in the 2.0-dev branch, too. |
@richard67 am I understanding you correctly, that support for MS SQL is dropped in Joomla 4? When did that happen... forgive me for asking but I missed that... not that I mind 👍 |
on J4 for sure https://downloads.joomla.org/technical-requirements |
@Llewellynvdm Yes, see https://docs.joomla.org/Potential_backward_compatibility_issues_in_Joomla_4 , the top section "Updated System Requirements":
|
You got me... guilty as charged I did not read. Thanks! |
But I was actually looking for the conversation minutes in PTL that lead to that... |
@Llewellynvdm Then you have to look some 4 or 5 years back ;-) |
Just shaking my head.... and the then we move on... lol Thanks @richard67 that was before my time, when the J4 journey started I suppose.... |
Feature request to extend the database driver ON DUPLICATE KEY functionality
Documentation for each typ of database:
joomla/joomla-cms#32559
The text was updated successfully, but these errors were encountered: