[DBIx-Class-Devel] [dbix-class] Added support for handling Class::DBI::Column in CDBICompat (#52)

ungrim97 notifications at github.com
Mon Jul 21 15:34:38 GMT 2014


Class::DBI supports adding Class::DBI::Column objects to calls to ->columns. This should enable that and use the accessor/mutator methods.

This only supports setting accessors on the Result class object not in calls to ->create ect.
You can merge this Pull Request by running:

  git pull https://github.com/ungrim97/dbix-class feature/column_object

Or you can view, comment on it, or merge it online at:

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

-- Commit Summary --

  * Added support for handling Class::DBI::Column in CDBICompat

-- File Changes --

    M lib/DBIx/Class/CDBICompat/AccessorMapping.pm (8)
    A t/cdbi/71_column_object.t (31)
    A t/cdbi/testlib/ColumnObject.pm (29)

-- Patch Links --

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

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


More information about the DBIx-Class-Devel mailing list