Fortunatelly there seems not to be many changes so you can patch it as follows:
1) download the 5.4 final version
2) rename ZDirMySql.pas to ZDirMySqlOld.pas
3) download and "apply" the normal zeos patch
4) open the ZDirMySqlOld.pas you've saved at step 2 and scroll at the function MySqlToDelphiTypeDesc implementation section
5) copy it
6) open the ZDirMySql.pas from the zeos patch
7) override the function MySqlToDelphiTypeDesc with the one from step 4/5
8) optional remove the file from step 2
Regards and good luck,
Cristian Nicola
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
New ZeosDBO-Library (5.4 final) can be found at
http://sourceforge.net/projects/zeoslib/
Anybody who tried to patch this version?
Stefan
Fortunatelly there seems not to be many changes so you can patch it as follows:
1) download the 5.4 final version
2) rename ZDirMySql.pas to ZDirMySqlOld.pas
3) download and "apply" the normal zeos patch
4) open the ZDirMySqlOld.pas you've saved at step 2 and scroll at the function MySqlToDelphiTypeDesc implementation section
5) copy it
6) open the ZDirMySql.pas from the zeos patch
7) override the function MySqlToDelphiTypeDesc with the one from step 4/5
8) optional remove the file from step 2
Regards and good luck,
Cristian Nicola