Hello! First off, Jeremy, thanks so much for sequel. I've been using it for a few months now and it has helped me countless times with migrating data between different DBMSs.
Today I noticed that the pg_array extension doesn't work with "anyarray" types. I spent a few hours mucking around with PGArray.register, trying to register my own converters and PGArray handlers for any and any array, but I couldn't seem to get it to work. Finally I broke down and added in a simple converter for the "any" scalar type in the PG_TYPES hash and registered a handler for "anyarray" in the PGArray class. I was about to send you a pull request when I noticed sequel's CONTRIBUTING file suggests that new features should be discussed here first. Do you have any interest in supporting anyarrays? Thanks again sequel! - Ryan -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/groups/opt_out.
