TMyDump and special charactes

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
lsc82
Posts: 16
Joined: Tue 28 Dec 2004 14:49
Location: Padova, Italy

TMyDump and special charactes

Post by lsc82 » Wed 06 Apr 2005 07:43

Hi

I'm using D5, mysql 4.1.10a Win2000 and MyDac 3.50.18

I exported a table using tmydump and I obtained the text:

INSERT INTO JKABICOD VALUES
(1000, 2801, '', 0, 'PRATO', 'DELL\ORIUOLO', 'FIRENZE', '', '50122', 'FI');

(this file contains a "special" character " ' " that tmydump correctly writes " \ ")

When I try to restore this file using tmydump, it divide the sql on \ so the sql is broken and the restore process cannot execute statements.

Thanks

lsc82
Posts: 16
Joined: Tue 28 Dec 2004 14:49
Location: Padova, Italy

beginning from 3.50.18

Post by lsc82 » Wed 06 Apr 2005 07:54

Till yesterday I was using 3.50.17 and there wasn't any problem.

Thanks

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Wed 06 Apr 2005 08:43

Thank you for information.
We reproduced your problem and fixed it. This fix will be included in the next MyDAC build. It will be available in about one month.

ben
Posts: 119
Joined: Wed 17 Nov 2004 19:48

Post by ben » Wed 06 Apr 2005 19:02

Hello, I have the same bug and I cant work with my application. We cant wait one month. Please provide us the old version that works fine.

Its bad how 3 bugs fixed and one new comes over. Amazing.

GEswin
Posts: 186
Joined: Wed 03 Nov 2004 16:57
Location: Spain
Contact:

Post by GEswin » Wed 06 Apr 2005 21:32

Would it be possible to get a hotfix for this ? At least for the Pro users that bought sourcecode version of mydac ? This would be nicer than downgrading or having to wait for a month.

I understand the politics of CoreLab to release a version each month (more or less) since it takes a lot of effort, testing & building each release, but on the other sides, people like me, we often have to send updates to customers, and if from one day to the other the customer has a broken backup function ,then hell falls over us.

Regards

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Thu 07 Apr 2005 13:11

We decided to release a build of MyDAC 3.50.0.19 with the fix of the problem at the nearest days.

Post Reply