setorderby Error

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
sbslavonac
Posts: 35
Joined: Mon 02 Apr 2007 09:14

setorderby Error

Post by sbslavonac » Fri 30 May 2008 07:24

Hi,
After installing new version 6.50.0.34 (Delphi 7)
setorder by puts 'order by' clause incorrectly

original Sql

SELECT dob.*, z.naziv_zemlje ,vs.opis
from dobavljac dob,vrsta_sklad vs, zemlje z
where z.zemlja=dob.zemlja and vs.vrsta_sklad=dob.vrsta_sklad

after setorderby

SELECT dob.*,dob.rowid, z.naziv_zemlje ,vs.opis
from dobavljac dob,vrsta_sklad vs, zemlje z
ORDER BY poduzece
where z.zemlja=dob.zemlja and vs.vrsta_sklad=dob.vrsta_sklad


Boris
Ibis Informatika

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 30 May 2008 07:27

We have fixed this problem. The fix will be included in the next build of ODAC.

Post Reply