Skip to content

Releases: cooperl22/laravel-db2

v2.4

24 Aug 08:17
Compare
Choose a tag to compare
  • Fix missing select clause on some queries.
  • Qualify * with table name when row_number() follows

v2.3.2

10 May 13:51
Compare
Choose a tag to compare

Change "name" setting to "driverName" because of a conflict with standard Laravel setting not documented

v2.3.1

09 May 07:30
Compare
Choose a tag to compare

Little updates ont README and sample config file

v2.3

04 May 08:37
Compare
Choose a tag to compare

Add parameter to set IBM i ODBC driver name

v2.2

05 Feb 08:20
Compare
Choose a tag to compare

Update so that increments methods match Laravel Grammar standard behaviour that is increments methods also create a primary key

v2.1.1

30 Jul 12:26
Compare
Choose a tag to compare

Better connection management:

No mandatory ODBC connection under Operating System admnistration
add all ODBC settings according to the official IBM documentation

v2.1

23 Jul 09:46
Compare
Choose a tag to compare

Better connection management:

  • No mandatory ODBC connection under Operating System admnistration
  • add all ODBC settings according official IBM documentation

v2.0.2

12 Jun 15:19
Compare
Choose a tag to compare

Add default date format

v2.0.1

04 Jun 09:46
Compare
Choose a tag to compare

Updated grammar to manage text type as varchar(16369). Length is optional, default is 16369 = max length for unicode varchars.

v2.0

06 May 10:01
Compare
Choose a tag to compare

Release for Laravel 5