v1.1.2
- 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