Hi!
"Paul" == Paul Cadach <pa...@odt.east.telecom.kz> writes:
Paul> Hi,
Paul> One more bug found this evening - when I issues "set
Paul> character set cp1251_koi8" I have queries translated between
Paul> Win-1251 and koi8-r tables (client uses Win1251, server -
Paul> koi8-r). But when I'm trying to issue 'show fields from ...'
Paul> I have UNTRANSLATED one. At least MS Access works over
Paul> MyODBC requires this when tries to open table and checks
Paul> fields with "show fields from ..." query.
Paul> WBR,
Paul> Paul.
The problem is that currently we don't translate field or table names
in the query itself, so we can't add translation of field or table
names in SHOW without causing conflicts with old code.
In 4.0 we will change the behaveour to translate that whole query;
Until this, you have to avoid using database, table and column names
that uses translated characters.
Regards,
Monty