propel-bundle/DataFixtures
Maxim 61ef13c803 Added Identifier quoting (#420)
```
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'order' at line 1
```
Query
```
SELECT id, ... FROM order
```
2017-01-09 12:31:29 +01:00
..
Dumper Added Identifier quoting (#420) 2017-01-09 12:31:29 +01:00
Loader introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
AbstractDataHandler.php Fix model_paths 2016-02-13 18:10:46 +01:00