[Gambas-user] Issue 559 in gambas: default charset is not unicode

gambas at ...2524... gambas at ...2524...
Mon Sep 22 04:56:45 CEST 2014


Updates:
	Status: Fixed

Comment #4 on issue 559 by benoit.m... at ...626...: default charset is not  
unicode
https://code.google.com/p/gambas/issues/detail?id=559

Collation support has been implemented in revision #6494.

It "just" allows you to define the collation of a specific text field, both  
by code and from the IDE database editor.

In MySQL/MariaDB, if you don't define it, the default collation is used,  
which may be defined by the table, the server of the client. But you can't  
define these defaults, as that feature is not supported by other DBMS.

Another important point: the charset support is implicit: if you specify a  
collation named "xxx_yyy", then the charset "xxx" is assumed.

Please tell if you have any problem with it.

-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings




More information about the User mailing list