Releases: uepg/laravel-sybase
Releases · uepg/laravel-sybase
Support Laravel 6.X - semver
2.3.1 Support for v6.* Laravel
Support Laravel 6.0
Merge pull request #54 from mateusjunges/patch-1 Add support for Laravel v6 (uepg/laravel-sybase#53)
Update composer.json for Laravel 5.8
2.2.6 5.8 ref for Laravel
Fix select when raw where is passed
2.2.5 Fix select when raw where is passed, fix #52
Patterns updated
Merge pull request #50 from afgloeden/master Patterns updated
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