Grégoire HUBERT
Grégoire HUBERT
crud
The Travis test was failing for PHP7.1 because of the change of Atoum version to use the 4.0 which does not support PHP 7.1. The older version in composer was...
since travis does not offer an open-source plan, switching on github action CI
When the password contains the @ character, the application fails with the message Could not parse DSN « pgsql://user:p@ss@host:port/db_name » It is annoying since passwords can be chosen by admin...
The [`extract()` method](https://github.com/pomm-project/Foundation/blob/master/sources/lib/ResultIterator.php#L272) in result iterator stores all the result in an array, this uses a lot of memory. It would be better to use a generator here (PHP 5.5).
`Data 'PT-11H-26M-27.454181S' is not an ISO8601 interval representation.`
The documentation just states the inspector pooler exists but it lacks a presentation of its different clients and their methods.
It is often annoying to declare several sessions that share the same connection parameters with different users. They must declare the same session builder every time. What would be nice...