On Tue, Sep 4, 2012 at 9:38 AM, coolesting <[email protected]> wrote: > Hi, there, i have a function that needs to get all of column types supported > by sequel, > > such as, integer, string, file, date, primary_key, index ... > > Which method of sequel can get those ? or how can i do for completing this > wish. >
Hi, I am not sure you can find this in a method itself, as this may also be linked to your SQL backend (example: boolean in SQlite is not really a boolean). Please have a look at http://sequel.rubyforge.org/rdoc/files/doc/schema_modification_rdoc.html, section 'Column types'. The list is pretty good. -- Christian -- 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.
