bosnadev / database

An extended PostgreSQL driver for Laravel 5 with support for some aditional PostgreSQL data types: hstore, uuid, jsonb.
https://bosnadev.com
MIT License
78 stars 68 forks source link

Larave/Lumen 5.2 and PHP7 compatibility #20

Closed zakhenry closed 8 years ago

zakhenry commented 8 years ago

Includes commits by EspadaV8 (in pr https://github.com/Bosnadev/Database/pull/19) making 5.2 compatible, I've added change to make method signature compatible with parent for createConnection, this is required for PHP7 compatibility

jonnybarnes commented 8 years ago

This should be used instead of PR#21 and PR#19 I think, it does what both of them do.

zakhenry commented 8 years ago

@jonnybarnes yep it does, this PR has #19 merged into it

AriaEdo commented 8 years ago

:+1:

jonnybarnes commented 8 years ago

Any idea when this might actually get merged?

adaojunior commented 8 years ago

+1 this is also preventing me of upgrading to Laravel 5.2

phoenixgao commented 8 years ago

For anyone would need this I have a working fork here: https://github.com/phoenixgao/laravel-postgres-extended-schema

Available on packagist