prooph / link

Automated Workflow Processing
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

SqlConnector: Improve handling of quoted properties #33

Open codeliner opened 9 years ago

codeliner commented 9 years ago

When the name of a database column is a reserved word doctrine returns the column name as a quoted string. For the property name the quotes should be removed but for the doctrine properties the quotes should not be touched. The table row and the generator should use the same clean method when comparing type properties with db properties.