If I use Trino with PR #27324 and #27321, I can successfully build a CachedRowSet from a ResultSet produced by a query from the HsqlDB connector and this CachedRowSet can write (insert, update or delete) into the underlying table.
However, if I use the MariaDB connector, I can perform inserts, but I get the following error message for updates and deletes:
Error code: 13
Query failed (#20251122_091825_00021_jej77): This connector does not support modifying table rows
Does anyone have any idea what's going on?