Skip to content

v1.3.28

Compare
Choose a tag to compare
@Ziinc Ziinc released this 06 Aug 17:00
6e3f538

This release focuses on BigQuery to Postgres SQL translation for Supabase Mode.

What's Changed

  • fix: explicitly set search path for custom schema for postgres query execution by @Ziinc in #1661
  • fix: correctly cast timestamp parameters by @Ziinc in #1663
  • feat: explicit schema prefixing for translated queries by @Ziinc in #1662
  • fix - Move PgRepo to a GenServer to avoid race conditions by @filipecabaco in #1664
  • Fix: even more translation errors by @Ziinc in #1665
  • Fix/timestamp conversion unix microsecond by @Ziinc in #1666
  • feat: add cross-join unnest handling in cte query translation by @Ziinc in #1669
  • fix: translation for timestamp field should not convert to iso timestamp by @Ziinc in #1670
  • fix: cte table alias handling for compound identifier for translations by @Ziinc in #1671
  • fix: binary op text comparison jsonb casting by @Ziinc in #1672

Full Changelog: v1.3.27...v1.3.28