pomm-project / Foundation

Foundation package for the Pomm database framework.
MIT License
70 stars 36 forks source link

Given handler is not a resource of a pgsql result ('object' given). #131

Open mgrr opened 1 year ago

mgrr commented 1 year ago

Hello,

I m in PHP 8.1 and

From the last commit of 16/02/2023,the error below is back

In ResultHandler.php line 38: Given handler is not a resource of a pgsql result ('object' given).

Before your commit, in my composer.json file, i used this and it s running: "pomm-project/foundation": "dev-master", "pomm-project/pomm-bundle": "^3.0",

But now, it s not compatible, i have this error : Problem 1

Thanks,

Mathieu

mgrr commented 1 year ago

A temporary solution:

"pomm-project/foundation": "dev-master#bc70a1f as 2.1.x-dev", "pomm-project/pomm-bundle": "^3.0",