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

Added PDO type definition to ConnectionFactory #29

Closed MitchDart closed 8 years ago

MitchDart commented 8 years ago

Added PDO type definition to ConnectionFactory createConnection function. PHP7 now requires this type to be explicitly defined else casues crashes.

zakhenry commented 8 years ago

This is a reversion of https://github.com/Bosnadev/Database/pull/20 which was done to allow for PHP7 compatibility. @MitchDart I'm guessing you're using Laravel 5.1 LTS? There probably needs to be a separate branch here to support 5.1 LTS

MitchDart commented 8 years ago

Ah yes I see. I will have to upgrade to L 5.2 then. Closing this request.