Collation support has been implemented in revision #6494, as a 
last-minute feature before the coming-soon Gambas 3.6.

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 for MySQL: the charset support is implicit. If 
you specify a collation named "xxx_yyy", then the charset "xxx" is assumed.

There is no explicit charset support otherwise.

Please report any problem with it!

-- 
Benoît Minisini

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to