Skip to content

v1.1.2

Compare
Choose a tag to compare
@inoas inoas released this 30 Aug 18:35
· 29 commits to main since this release
7a38217
  • Consistent dialect function names across all 4 RDMBS, fixed/renamed functions:
    • postgres_dialect/read_cake_query_to_prepared_statement =>
      postgres_dialect/cake_query_to_prepared_statement
    • postgres_dialect/query_to_prepared_statement =>
      postgres_dialect/read_query_to_prepared_statement
    • sqlite_dialect/read_cake_query_to_prepared_statement =>
      sqlite_dialect/cake_query_to_prepared_statement
    • sqlite_dialect/query_to_prepared_statement =>
      sqlite_dialect/read_query_to_prepared_statement
    • Note that while this a breaking change, the compiler will complain and the
      fix is trivial.

Full Changelog: v1.1.1...v1.1.2