Releases: uepg/laravel-sybase
Releases · uepg/laravel-sybase
Fix count must be an array
For Laravel 5.6 and PHP >=7.2
Fix Connection class
After change Grammar to receive Illuminate Builder, had to fix Connection class
Fix Grammar class
- Fix bug with Grammar class using package Builder class instead Illuminate Builder class
Package Refactored
- Connection port separate from connection host
- Dependencies for version 2.* updated
- Badges added in README.md
- Files put in src folder
- CHANGELOG.md added
- Templates for issues and pull requests added
- Usage of the package updated
Primary Key constant name length fixed
Merge pull request #43 from afgloeden/master Problem with constraint length of the primary key fixed
PSR's adjustments
Merge pull request #42 from afgloeden/master Changes related to PSR's
Numeric data type in migration
See README
Compatibility with Laravel 5.4
Merge pull request #36 from marcelovsantos/master Correction test for 5.3 and 5.4
1.3.2: Merge pull request #31 from uepg/dev
Better identention
Fully compatible with laravel 5.3
1.3 Merging dev in master