|
|
new: mysql option [like that recently added to oracle driver]
ClientCharset=parser-charset << charset in which parser thinks client works
$request:charset[windows-1251]
$response:charset[windows-1251]
^connect[mysql://root@localhost/aval?ClientCharset=koi8-r]{
$t[^table::sql{select * from paf2}]
^t.save[_bug.txt]OK
}