Release 3.1.2
3.1.2
- Total issues resolved: 6
- Total pull requests resolved: 11
- Total contributors: 4
PHP 8.1
Bug Fixes
- 4776: Retain SQLite column position when renaming or altering thanks to @morozov
- 4766: Fix introspection of BINARY columns thanks to @morozov
- 4765: Fix introspection of BLOB columns on SQL Server thanks to @morozov
- 4733: Fix auto_increment implementation for Oracle thanks to @mondrake
- 4719: Reset transaction nesting level when closing connection thanks to @morozov
- 4677: Create tables with unique constraints on PostgreSQL thanks to @hschletz
Static Analysis
- 4739: Code cleanup thanks to @morozov
- 4717: PHPStan check fails on PHP 8 thanks to @morozov