Modified the date type's "to_sql" property to return to_timestamp if the format includes minutes and seconds, to_date otherwise. In realit…
Show more
Modified the date type's "to_sql" property to return to_timestamp if theformat includes minutes and seconds, to_date otherwise. In reality we shouldprobably move to having both date and timestamp template types but for nowthis should work for both Oracle and PG.
Show less