Skip to content

Releases: edgardmessias/yii2-firebird

0.10.0

04 Apr 12:22

Choose a tag to compare

  • 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

17 Nov 10:15

Choose a tag to compare

0.9.0

09 Nov 17:16

Choose a tag to compare

  • 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

01 Aug 12:21

Choose a tag to compare

  • Support to Yii2 2.0.9
  • Fixed batch insert with empty rows;

0.8.1

29 Apr 14:23

Choose a tag to compare

  • Added support to configure commandClass in Connection;

0.8.0

28 Apr 19:44

Choose a tag to compare

  • Support to Yii2 2.0.8
  • Added support to char data type;

0.7.3

28 Apr 17:25

Choose a tag to compare

  • Fixed reset sequence when auto increment columns is not first of primary key;

v0.7.2

27 Apr 16:17

Choose a tag to compare

  • Fixed quoteTableName for reserved word without table prefix;

v0.7.1

22 Apr 18:05

Choose a tag to compare

  • Fixed compatibility with Yii2 2.0.7;

v0.7.0

30 Mar 19:16

Choose a tag to compare

  • Added support to view;
  • Updated Yii2 version;
  • Fixed nested transaction;
  • Fixed union with limit;
  • Fixed type for char;