Hi ,
I need to extend the reserved wordsin PHQL, I do not use Mysql Adapter, and I need to extend it.
When I'm writing : SELECT Id From Contact WHERE CreatedDate=TODAY;
I got a error, telling that TODAY is unknown but TODAY is a good Date fonction for my Database, and support this word.
I saw in a documentation that e could put words between brackets, but it doesn't work.
Is it possible to extend or override any class to add our own Reserved word ?
Best regards
David