Jeremy Evans wrote: > On Jul 20, 8:12 am, Paul F Fraser <[email protected]> wrote: > >> Is sequel able to use hstore fields in postgres or would they need to be >> handled with direct sql statements? >> > > Currently, using direct SQL statements is the only way. However, > adding an extension to handle hstore would probably not too difficult, > if that is something you are interested in trying. > > Jeremy > Hi Jeremy,
Yes it is something I am interested in trying, but need a few clues as to method. Would I start by adding a type to the TYPES hash in sql.rb or would it be handled further up the adapter chain? I am using jdbc and pg 8.4 Paul --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
