Page 1 of 1

[patch_done] Patch to fix Unicode string in parameter issue!

Posted: 06.09.2010, 07:38
by Stamp
Pretty simple, in ZDbcMySqlStatement, change:

Code: Select all

stString, stBytes:
to

Code: Select all

stString, stBytes, stUnicodeString:

Posted: 08.09.2010, 20:07
by mdaems
Hi Stamp,

This patch has already been applied since the beginning of januari.
commit message 700 wrote:mdaems 19/01/2010 0:51:46
ZDbcMySQLStatement and Unicode parameters - by bravecobra - See http://zeos.firmos.at/viewtopic.php?t=2659
So probably updating your zeoslib verson fixes the problem automatically.

Thanks for contributing anyway.

Mark