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
At this moment I don't think it is possible to use upsert functionality using a DSL. It's quite useful as most of the popular SQL implementations somehow support this:
MySQL, MariaDB, H2 (with MySQL dialect): ON DUPLICATE KEY UPDATE ...
PostgreSQL, SQLite: ON CONFLICT [ON CONSTRAINT] ...
The text was updated successfully, but these errors were encountered:
At this moment I don't think it is possible to use upsert functionality using a DSL. It's quite useful as most of the popular SQL implementations somehow support this:
MySQL, MariaDB, H2 (with MySQL dialect):
ON DUPLICATE KEY UPDATE ...
PostgreSQL, SQLite:
ON CONFLICT [ON CONSTRAINT] ...
The text was updated successfully, but these errors were encountered: