[DBIx-Class-Devel] [dbix-class] fixes a bug with the _dequalify_idents piece that stripped out schema. before a table name (#18)

Kevin L. Kane notifications at github.com
Thu Mar 7 21:17:32 GMT 2013


for certain delete statements the dequalification process would result in the schema. portion of a table name to be stripped out.  This solution simply is to make the dequalifier aware of the table name so if its looking at the table name it will do nothing instead of blindly stripping off everything before a .
You can merge this Pull Request by running:

  git pull https://github.com/klkane/dbix-class master

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

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

-- Commit Summary --

  * making the dequalifer aware of the table name so it will not strip out schema.table if that is how the table is defined

-- File Changes --

    M lib/DBIx/Class/ResultSet.pm (1)
    M lib/DBIx/Class/SQLMaker.pm (3)

-- Patch Links --

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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20130307/8e2a7453/attachment.htm


More information about the DBIx-Class-Devel mailing list