Missing owner in where clause

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jdorlon
Posts: 202
Joined: Fri 05 Jan 2007 22:07

Missing owner in where clause

Post by jdorlon » Mon 28 Jul 2014 21:06

Hello,

In TOraSession.GetCompilationError, a query against all_errors is executed without specifying OWNER in the where clause.

I propose to use the schema if it is present in the SQL that you are parsing to specify "where owner = :owner", and if not, use "where owner = user" in your query against all_errors.

Thanks,

John

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

Re: Missing owner in where clause

Post by AlexP » Tue 29 Jul 2014 06:58

Hello,

Thank you for the information. We have added this condition to the query.

Post Reply