[DBIx-Class-Devel] [dbix-class] $row->copy doesn't work with Sybase and datetime fields (#84)

Tina Müller (tinita) notifications at github.com
Fri Aug 14 11:58:50 GMT 2015


With the default datetime_setup, the date format delivered by Sybase
is not accepted for inserts.

Changing the format to ISO on connect, then the datetime parser
DBIx::Class::Storage::DBI::Sybase::ASE::DateTime::Format complains and
can simply be replaced by DateTime::Format::Sybase, which raises the question,
why we need the ASE datetime parser at all.

You can view, comment on, or merge this pull request online at:

  https://github.com/dbsrgits/dbix-class/pull/84

-- Commit Summary --

  * add a TODO test for copy()

-- File Changes --

    M t/icdt/engine_specific/sybase.t (25)

-- Patch Links --

https://github.com/dbsrgits/dbix-class/pull/84.patch
https://github.com/dbsrgits/dbix-class/pull/84.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/dbix-class/pull/84
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20150814/87703cb6/attachment.htm>


More information about the DBIx-Class-Devel mailing list