[DBIx-Class-Devel] [sql-abstract] Custom methods for HSTORE and ANY ( method ) in psql (#2)

Peter Rabbitson notifications at github.com
Thu May 22 00:27:59 GMT 2014


Hi, and sorry for the late reply!

First of all thank you very much for your contribution. As you noticed the original thread where you saw the implementation is quite old, and the feature has not yet been included in SQL::Abstract proper. This is due to architectural considerations: the 1.x series SQL::Abstract has no clean way of supporting dialects, and as such we are trying to only include "lowest common denominator" features in the main package. The pg-specific dialects fall outside of this category.

If you are interested in using this functionality with DBIx::Class *specifically* - let me know and I can tell you more about what is necessary to get this piece of code into the appropriate library (some things off the top of my head - there will definitely be need for tests, and handling of literals/-ident needs to be clarified).

Cheers!


---
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/sql-abstract/pull/2#issuecomment-43834283
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20140521/a99ce805/attachment.htm>


More information about the DBIx-Class-Devel mailing list