tuniquery sql editor bug

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ketas
Posts: 28
Joined: Thu 02 Sep 2010 12:08

tuniquery sql editor bug

Post by ketas » Wed 30 Oct 2013 10:14

Hi,

when i use in tuniquey in sqleditor sqlgenerator, takes generator not alias of columns from query. eg from query

Code: Select all

 query
 select region_key# region_key ,name from regions makes

 generated insert sql:
  insert into (region_key#,name)
  values :region_key#,:name
This bug leeds to ora-01036 error.

Best Regards. Vojslav

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: tuniquery sql editor bug

Post by AlexP » Wed 30 Oct 2013 11:24

Hello,

Thank you for the information. We have reproduced and fixed the problem. This fix will be included to the next version.

Post Reply