propelorm / PropelBundle

PropelBundle for Symfony.
http://propelorm.org/Propel/documentation/#working-with-symfony2
180 stars 156 forks source link

Fix profiler do not escape HTML for SQL query #452

Closed jaugustin closed 7 years ago

jaugustin commented 7 years ago

This fix an issue in the profiler where the html of SQL queries are escaped.

marcj commented 7 years ago

Good catch, but unfortunately it broke the test suite :(

jaugustin commented 7 years ago

The failure is not related to the fix :)