You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
I remember this being discussed in the past, but seems that a few problems exists and nothing was concluded.
It would be nice to have a way to create a database with a default collation when a default charset was specified. Something like " CREATE DATABASE blblabla CHARSET xxxx USING COLLATE yyyy" or any better syntax (maybe ANSI SQL has something defined for this).
Also, in a talk with Adriano, he proposed another DDL command like:
ALTER CHARACTER SET <X> SET DEFAULT COLLATE <y>
Submitted by: @WarmBooter
Is related to QA308
Votes: 3
I remember this being discussed in the past, but seems that a few problems exists and nothing was concluded.
It would be nice to have a way to create a database with a default collation when a default charset was specified. Something like " CREATE DATABASE blblabla CHARSET xxxx USING COLLATE yyyy" or any better syntax (maybe ANSI SQL has something defined for this).
Also, in a talk with Adriano, he proposed another DDL command like:
ALTER CHARACTER SET <X> SET DEFAULT COLLATE <y>
Commits: 77e97a4
The text was updated successfully, but these errors were encountered: