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

Code patches written by our users to solve certain "problems" that were not solved, yet.

Moderators: gto, cipto_kh, EgonHugeist, mdaems

Post Reply
Stamp
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 06.09.2010, 07:14

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

Post by Stamp »

Pretty simple, in ZDbcMySqlStatement, change:

Code: Select all

stString, stBytes:
to

Code: Select all

stString, stBytes, stUnicodeString:
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post 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
Image
Post Reply