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!

-- 
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