Hi all, I'm new to Doctrine and the community, so I apologize if this topic has been debated and settled before.
I'm trying to map an SQL time variable, but the durations I use are longer than 24 hours, and as a consequence the mapping to a PHP DateTime object doesn't work. What are my options here ? Use an integer SQL variable instead (see this thread on stackoverflow <http://stackoverflow.com/questions/13205945/doctrine-2-how-to-enter-a-length-greater-than-24-hours-into-a-time-field>)? Change the way the mapping is done manually (seems like overkill). It feels like Doctrine users would benefit from different way to map SQL time object when they are using them for time intervals...any thoughts? Thanks in advance, -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/d/optout.
