Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove custom Postgres class | Jeremy Benoist | 2018-11-28 | 2 | -63/+0 |
| | | | | Because PG > 10 is now supported by DBAL >= 2.6.0 | ||||
* | Cleanup | Jeremy Benoist | 2018-11-28 | 1 | -1/+1 |
| | |||||
* | We should able to get the table name unescaped | Jeremy Benoist | 2018-06-14 | 1 | -1/+7 |
| | | | | When we want to perform complex queries to retrieve metadata from the database | ||||
* | Fixed migrations with dash into db name | Jeremy Benoist | 2018-06-14 | 1 | -0/+43 |
| | |||||
* | Fix tests | Jeremy Benoist | 2017-12-12 | 1 | -4/+4 |
| | |||||
* | Add custom driver & schema manager for PostgreSQL 10 | Jeremy Benoist | 2017-12-12 | 2 | -0/+63 |
| | |||||
* | Quoted entity to avoid reserved keyword | Jeremy Benoist | 2015-11-07 | 1 | -83/+0 |
| | | | | Should fix #1498 | ||||
* | CS | Jeremy Benoist | 2015-05-30 | 1 | -4/+4 |
| | |||||
* | Update naming strategy since Doctrine 2.5 | Jeremy Benoist | 2015-05-30 | 1 | -0/+8 |
| | | | | See https://github.com/doctrine/doctrine2/commit/20fb8270dc3c84eceaf90979644fdfbe0b2e615e | ||||
* | Ability to prefix tables | Jeremy | 2015-04-01 | 1 | -0/+75 |
Will fix #799 |