Hi
I've been working on an app that has to manage data on an Oracle and MySQL DB.
So far I've been able to sort most issues, but I'm a little stumped with dates... If I try to insert with a value TO_DATE(xxxx) Oracle interprets it as a String, not a Date.
How can I manage this in phalcon?
Thanks
Ronald Melo