Subject: | Provide ability to make "date" db data types "datetime" dbic types |
My main development for a project is against Oracle, but the app itself
can be deployed to other database products.
Oracle's "date" data type caters for dates and dates + time. However,
other databases make a distinction. I'd like a flag that will allow the
generation of packages to use "datetime" types when generating for a
date type. At the moment I manually make the change, but a regeneration
means this change is lost.
Thanks