[Dbix-class] DateTime Inflations for Timestamps

Rob Kinyon rob.kinyon at gmail.com
Thu Apr 30 20:02:11 GMT 2009


On Thu, Apr 30, 2009 at 15:53, Ryan Cone <metrext at gmail.com> wrote:
> - Patch the file on my end
> - Get my company to switch to MySQL
> - Make an Oracle specific DateTime Inflator
> - Work with the owner to change the module to treat timestamps as timestamps
> - Work with the owner to change the module to treat timestamps as timestamps
> when connected to Oracle

Best solution is to provide an Oracle-specific version of
InflateColumn::DateTime. Ideal is to have InflateColumn::DateTime
detect oracle and dwim.

The WORST solution is to switch from Oracle to MySQL. Just don't do it.

-- 
Thanks,
Rob Kinyon



More information about the DBIx-Class mailing list