This repository has been archived by the owner on May 11, 2021. It is now read-only.
2.3.0
What’s Changed
- Add smoke and burn CI testing (#255) @mvorisek
- Revert to official Docker image (#251) @mvorisek
- Reuse previous PDO connection for CI (for Oracle only) (#253) @mvorisek
- Fix exists test (#252) @georgehristov
- Add testing with Oracle DB (#243) @mvorisek
- Introduce connection specific exists query (#250) @georgehristov
- Fix MSSQL Expression::execute() for nested calls (#247) @georgehristov
- Remove bound values workaround for LOB datatype (#249) @mvorisek
- Add MSSQL support (#245) @mvorisek
- Fix tests for MSSQL (#246) @mvorisek
- Add return to to code for lastInsertId (#242) @mvorisek
- Simplify always/never true expr (#240) @mvorisek
- Fix "is null" for PostgresSQL (#238) @mvorisek
- Norm phpunit config and CS config (#235) @mvorisek
- [update] convert Expressionable value in Query::_sub_render_condition (#233) @georgehristov
- Refactor usages of call_user_func to direct calls (#230) @mvorisek
- Fix composer.json formatting (#229) @DarkSide666