Releases: edgardmessias/yii2-firebird
Releases · edgardmessias/yii2-firebird
0.10.0
- Compatibility with 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
0.9.1
0.9.0
- Support to Yii2 2.0.10
- Fixed empty insert
- Added support to blob data type for PHP >= 7.0.14
- Fixed Yii2 Coding Standards
0.8.2
- Support to Yii2 2.0.9
- Fixed batch insert with empty rows;
0.8.1
- Added support to configure commandClass in Connection;
0.8.0
- Support to Yii2 2.0.8
- Added support to char data type;
0.7.3
- Fixed reset sequence when auto increment columns is not first of primary key;
v0.7.2
- Fixed quoteTableName for reserved word without table prefix;
v0.7.1
- Fixed compatibility with Yii2 2.0.7;
v0.7.0
- Added support to view;
- Updated Yii2 version;
- Fixed nested transaction;
- Fixed union with limit;
- Fixed type for char;