Skip to content

Commit d3d2946

Browse files
authored
Merge pull request #481 from dbojdo/fix/issue-480
Fix #480: Quote the reserved column name (condition) in the ORM mapping
2 parents dbea9fd + 361d5b9 commit d3d2946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/config/doctrine-base/Symfony.Component.Routing.Route.orm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<field name="defaults" type="array"/>
1010
<field name="requirements" type="array"/>
1111
<field name="options" type="array"/>
12-
<field name="condition" type="string"/>
12+
<field name="condition" column="`condition`" type="string"/>
1313
</mapped-superclass>
1414

1515
</doctrine-mapping>

0 commit comments

Comments
 (0)