Yii2-Firebird 0.10.0 released
Yii2-Firebird 0.10.0 is released with the following ChangeLog:
- Compatibility with Yii2 2.0.15
- Complete reserved word list for Firebird 2.5/3.0
- Added support to alterColumn for firebird 3.0
- Added support to column identity in Firebird 3
- Added support to upsert
- Added add/drop default value for table
- Added support limit/offset with Expression
- Fixed compatibility with PHP ^7.0.16 and ^7.1.2
- Fixed compatibility with linux
- Fixed composite “in” condition on QueryBuilder
- Fixed batchInsert with float value
- Fixed escape character in like condition