Releases: cooperl22/laravel-db2
Releases · cooperl22/laravel-db2
v2.4
- Fix missing select clause on some queries.
- Qualify * with table name when row_number() follows
v2.3.2
Change "name" setting to "driverName" because of a conflict with standard Laravel setting not documented
v2.3.1
Little updates ont README and sample config file
v2.3
Add parameter to set IBM i ODBC driver name
v2.2
Update so that increments methods match Laravel Grammar standard behaviour that is increments methods also create a primary key
v2.1.1
Better connection management:
No mandatory ODBC connection under Operating System admnistration
add all ODBC settings according to the official IBM documentation
v2.1
Better connection management:
- No mandatory ODBC connection under Operating System admnistration
- add all ODBC settings according official IBM documentation
v2.0.1
Updated grammar to manage text type as varchar(16369). Length is optional, default is 16369 = max length for unicode varchars.