Tagged Questions
0
votes
1answer
729 views
Doctrine not Inserting Datetime in SQL Server
Doctrine ORM 1.0 inserts Datetime values in ISO8601 format; that is: '2009-10-23 12:31:22', but for some reason using SQL Server 2008 Express as my DB, throws an exception as if the value inserted was ...