schmittjoh / JMSJobQueueBundle

Run and Schedule Symfony Console Commands as Background Jobs
http://jmsyst.com/bundles/JMSJobQueueBundle
335 stars 254 forks source link

Quote reserved word #140

Open Deltachaos opened 8 years ago

Deltachaos commented 8 years ago

In some doctrine platforms (for example ASE and properly older SQLServer versions) output is a reserved word. For this reason we should tell doctrine to quote it. Using backticks here infront of the name is the doctrine standard portable way to enable quoting for columns.