lionmm / laravel-pgbouncer-extension
Laravel PostgreSQL pgbouncer extension fix for PDO::ATTR_EMULATE_PREPARES option
1.0.4
2024-03-19 14:34 UTC
Requires
- php: >=7.4|>=8.0
- ext-pdo: *
- laravel/framework: >=7
This package is auto-updated.
Last update: 2025-01-19 16:22:27 UTC
README
This is a small fix for boolean values in Laravel with pgbouncer,
when PostgreSQL connection options set-up with parameter
PDO::ATTR_EMULATE_PREPARES => true
This is package version on this fix - https://github.com/t1nkl/Laravel-PostgreSQL-pgbouncer-Fix
Instruction:
composer require lionmm/laravel-pgbouncer-extension