donb
committed
on 12 Mar 05

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 the

format includes minutes and seconds, to_date otherwise.  In reality we should

probably move to having both date and timestamp template types but for now

this should work for both Oracle and PG.

Show less