Skip to content

Releases: uepg/laravel-sybase

Support Laravel 6.X - semver

14 Oct 11:56
129cb16
Compare
Choose a tag to compare
2.3.1

Support for v6.* Laravel

Support Laravel 6.0

16 Sep 18:09
eed496f
Compare
Choose a tag to compare
Merge pull request #54 from mateusjunges/patch-1

Add support for Laravel v6 (uepg/laravel-sybase#53)

Update composer.json for Laravel 5.8

23 Jun 22:33
a42e953
Compare
Choose a tag to compare
2.2.6

5.8 ref for Laravel

Fix select when raw where is passed

21 Jun 20:35
17dc5dc
Compare
Choose a tag to compare
2.2.5

Fix select when raw where is passed, fix #52

Patterns updated

07 Jun 00:02
7e1c0d9
Compare
Choose a tag to compare
Merge pull request #50 from afgloeden/master

Patterns updated

Fix count must be an array

03 Jun 23:26
8a6db8c
Compare
Choose a tag to compare

For Laravel 5.6 and PHP >=7.2

Fix Connection class

27 May 01:56
76410cc
Compare
Choose a tag to compare

After change Grammar to receive Illuminate Builder, had to fix Connection class

Fix Grammar class

26 May 21:42
9ec147c
Compare
Choose a tag to compare
  • Fix bug with Grammar class using package Builder class instead Illuminate Builder class

Package Refactored

13 May 23:01
e70c5a7
Compare
Choose a tag to compare
  • 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

19 Apr 14:20
4894fa1
Compare
Choose a tag to compare
Merge pull request #43 from afgloeden/master

Problem with constraint length of the primary key fixed