This repository has been archived by the owner on May 11, 2021. It is now read-only.
2.1.0
github-actions
released this
07 Jun 14:07
·
1 commit
to release/2.1
since this release
What’s Changed
- Refactor exception constructor calls to not use array (#206) @mvorisek
- fix comment (#205) @mvorisek
- Deduplicate value cast and add support for bool (#203) @mvorisek
- Run tests with bool column (#202) @mvorisek
- Feature/pgsql exception (#195) @DarkSide666
- Update CS - require strict types (#193) @mvorisek
- Prevent skipped tests due normally missing oci8 ext (#199) @mvorisek
- Upgrade phpunit (#188) @mvorisek
- Normalize Unit Testing workflow across repos (#190) @mvorisek
- Fix phpunit before full upgrade (#189) @mvorisek
- Remove vim comment (#187) @mvorisek
- Remove "zend.enable_gc=0", segfault fixed in PHP (#186) @mvorisek
- Refactor driver type (#185) @mvorisek
- Do not fail-fast PHP test matrix (#181) @mvorisek
- Use ::class instead of string class names (#179) @mvorisek
- Improve DSQL exception for SQL (#174) @mvorisek