I just put this thing to work with SQL Server. Problem: A table with some N fields/columns (lets say A,B,C,D for the fields)
if field C has on sql server the property "default value or binding" filled with some... function ( lets say (getdate()) ) it doesnt appear on the xml generated and thus... doesn't appear on the class generated after. While this doesn't bother me at all... what does is that if field D is a normal field, i.e. is NOT binded to anything, it ALSO doesnt get mapped to the xml file and thus... to the class generated... Any info on this..? Regards -- 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/groups/opt_out.
