0.8.8 - Bug fixes: IN clause, RETURNING clause, not Santa Claus
Fixed
- IN Clause Datatype Mismatch - Fixed issue #63 where IN clauses with parameterised lists caused datatype mismatch errors due to automatic JSON encoding of lists
- SQL Comment Query Detection - Fixed Protocol.UndefinedError when queries start with SQL comments (both
--and/* */styles) by properly skipping comments before detecting query type - RETURNING Clause for update_all/delete_all - Added RETURNING clause generation when using update_all/delete_all with select clauses, fixing Protocol.UndefinedError with Oban job fetching
Changed
- Removed Unsupported Replication Tests - Removed replication integration tests that were testing unsupported features
Full Changelog: 0.8.7...0.8.8