8.2.5 Issues with SQL Generator

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kchannels
Posts: 5
Joined: Mon 31 Dec 2012 23:58

8.2.5 Issues with SQL Generator

Post by kchannels » Mon 30 Dec 2013 03:13

I have been on 8.1.4 for quite some time now and no trouble at all. Tonight I installed 8.2.5 and now the SQL Generator is not working. Once I click the Generate SQL button and go to the Update SQLs tab the results are invalid.

Example, on the Insert Statement the "insert into" portion is correct, but the Values look like this:

VALUES
(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)

I downgraded back to 8.1.4 for now.

I am connecting to a Rackspace server running 5.1.66-0+squeeeze1 with InnoDB tables.

AndreyZ

Re: 8.2.5 Issues with SQL Generator

Post by AndreyZ » Mon 30 Dec 2013 07:13

We already fixed this problem. This fix will be included in the next MyDAC version.

Post Reply