laravel-doctrine / orm

A drop-in Doctrine ORM 2 implementation for Laravel 5+ and Lumen

Home Page:http://laraveldoctrine.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[QUESTION] - How to change quoting strategy ?

smarcet opened this issue · comments

hello, i do see how to change the naming strategy [https://github.com//issues/120] but i do need to change quoting strategy for mysql 8 reserved words.
using method

$configuration->setQuoteStrategy

as doctrine doc said https://www.doctrine-project.org/projects/doctrine-orm/en/latest/reference/basic-mapping.html#quoting-reserved-words using a custom QuoteStrategy.

do i need to submit a pull request ? regards

Pull request would be great 🙂

ok done, #485 please review regards

Released as part of 1.6.4 and 1.7.5. Thanks! 🙂