On Friday, November 30, 2012 9:55:53 AM UTC-8, Jeremy Evans wrote:
>
> Fixing this automatically at the MySQL shared adapter level is possible
> after some small refactoring, but it would require code to check the
> default character set upon database initialization. I don't really like
> that approach, but I would be amenable to supporting a database option for
> the default string column length:
>
> DB = Sequel.connect('mysql://host/db?default_string_column_length=191')
>
> This approach is more general and could be used for other purposes, but it
> does require users of the MySQL utf8mb4 default character set to manually.
> I'll go ahead and make that change now, since any other change would likely
> depend on that support.
>
Fixed:
https://github.com/jeremyevans/sequel/commit/1eaec3e44f33d6146c80349d9ceee0c7179df19e
--
You received this message because you are subscribed to the Google Groups
"sequel-talk" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/sequel-talk/-/PrcYr0PWNDQJ.
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.