However, when I use this query as a base for another SQL query in Metabase, the values are returned with escaped quotes: Expected behavior: The values should maintain the original format without ...
Flyway fails to properly parse and execute the following sample repeatable migration. (Actual logic redacted and replaced with select statements.) DECLARE var_one BOOLEAN; var_two BOOLEAN; BEGIN ...