luxifer / doctrine-functions

📚 Set of DQL Function for MySQL
http://luxifer.github.io/doctrine-functions/
MIT License
88 stars 14 forks source link

Added DATE_FORMAT function. #8

Closed adamors closed 10 years ago

adamors commented 10 years ago

Added DATE_FORMAT function, available only in MySQL.

luxifer commented 10 years ago

I just created the tag 1.2.2 so you can use it in production. Thanks for your contribution

adamors commented 10 years ago

I'm interested in implementing more functions that I use, should I create a pull request for each or just one for multiple commits? One commit would still account for a single function.

luxifer commented 10 years ago

You can make only PR with as many commits as functions you add ;)