Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove custom Postgres class | Jeremy Benoist | 2018-11-28 | 1 | -1/+0 |
| | | | | Because PG > 10 is now supported by DBAL >= 2.6.0 | ||||
* | Add custom driver & schema manager for PostgreSQL 10 | Jeremy Benoist | 2017-12-12 | 1 | -0/+1 |
| | |||||
* | Isolated tests | adev | 2017-05-31 | 1 | -0/+1 |
| | | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation. | ||||
* | Fix emoji insertion in MySQL | Jeremy Benoist | 2016-10-22 | 1 | -0/+1 |
| | | | | | Switch to utf8mb4 instead of utf8 because f*** MySQL See https://github.com/doctrine/dbal/pull/851 | ||||
* | Move test parameters out of parameters.yml | Jeremy Benoist | 2016-04-12 | 1 | -0/+8 |
The end user doesn't care to about the test database. |