El Martes, 19 de Enero de 2010, Iñaki Baz Castillo escribió:
> El Martes, 19 de Enero de 2010, Jeremy Evans escribió:
> > > Is it possible Sequel to generate a DB column with specified collation?
> >
> > DB.create_table(:table, :collate=>"latin1_general_cs"){...}
> >
> > # or
> >
> > Sequel::MySQL.default_collate = "latin1_general_cs"
> > DB.create_table(:table){...}
> 
> Great!

However I can't find it in the documentation, not in  
Sequel::Schema::Generator neither in Sequel::Database.

Do I miss something? If not, I suggest to document such useful options 
somwwhere in the doc :)


-- 
Iñaki Baz Castillo <[email protected]>
-- 
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.


Reply via email to