Features
- MySQL and MariaDB are now first-class. - MySQL and MariaDB connections are now on parity with Postgres
- Variable nodes - Pasting a multiline string into a variable automatically converts it to an array variable
Fixes
- Connection failures are no longer silent: a bad host, password or unsupported URL scheme now fails immediately with the error shown in the connection picker, instead of appearing later as a mysterious query error.
- MySQL foreign keys were reported in the wrong shape, which silently disabled foreign-key chips, the schema graph, reference-following and JOIN completion. They now work.
- MySQL schema reads no longer guess the database name from the connection URL, so URLs with query parameters resolve the right schema.
- File imports on PostgreSQL: timestamp columns were created with an invalid type, and values containing quotes or backslashes could break or corrupt the import. Both are fixed, and failed imports now report the error instead of being swallowed.
Full Changelog: v4.3.0...v4.4.0