Comment #1 on issue 99 by geofflane: Assigning a DateTime as default value to a DateTime-field renders invalid SQL (Postgres) http://code.google.com/p/migratordotnet/issues/detail?id=99
Defaults are currently awkard so yes, you need to quote them yourself. That might not be the workaround, it might be the solution. Defaults have to support '0' as well as (getdate()), so we can't automatically just quote the string. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "migratordotnet-devel" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/migratordotnet-devel?hl=en -~----------~----~----~----~------~----~------~--~---
