Skip to content

Releases: DeBoerTool/odbc-driver

Support PHP 8.3

09 May 18:52
dd1914f
Compare
Choose a tag to compare
Merge pull request #36 from DeBoerTool/php

Support php 8.3

Laravel 11

27 Mar 12:31
9570e25
Compare
Choose a tag to compare
Merge pull request #33 from DeBoerTool/laravel-11

new: laravel 11

Fix auto-discovery using the wrong class name

12 May 11:16
6e8bd30
Compare
Choose a tag to compare
Merge pull request #28 from den1n/trunk

Fix provider class name.

Refactor, tests, drop PHP 8.0

11 May 17:43
0e9e18a
Compare
Choose a tag to compare
  • Code refactor. Simplified a lot of stuff, removed unnecessary classes, renamed the service provider, etc
  • Bumped PHP version to ^8.1
  • Added GitHub action to run tests in CI against a MS SQL Server instance
  • Added tests to ensure that connections that aren't named odbc are supported and that query/schema grammars are correctly resolved from config
  • Added Pint
  • Removed Psalm
  • Updated docs

Allow Laravel 10

10 Mar 13:28
45eb827
Compare
Choose a tag to compare
Merge pull request #26 from vincemammoliti/patch-1

Allow Laravel 10

Add Laravel 9, remove Laravel 7, add tests

13 May 20:58
2a1169a
Compare
Choose a tag to compare
Merge pull request #20 from DeBoerTool/l9

Allow Laravel 9, add tests, remove Laravel 7

Update to PHP 8.0

23 Aug 13:42
1cc8b9e
Compare
Choose a tag to compare
  • No longer support any Laravel versions less than 6.0
  • Minimum PHP version is now 8.0

Add Laravel 8 Support

26 Sep 20:53
db1f124
Compare
Choose a tag to compare
Merge pull request #12 from jdavidbakr/master

Adding Laravel 8 Support

Support Laravel 7

03 Apr 17:03
81e4485
Compare
Choose a tag to compare
Merge pull request #9 from jdavidbakr/master

Adding Laravel 7 support

Upgrade to Laravel 6.0

16 Sep 21:48
857916d
Compare
Choose a tag to compare
  • No BC breaks. Includes ^6.0 as a version possibility.