Request: Ignore Empty Having Clause?

Posts   
 
    
psandler
User
Posts: 540
Joined: 22-Feb-2005
# Posted on: 01-Jun-2005 16:06:17   

Would it be possible to have the query engine ignore empty having clauses?

This is an issue for me because of the way I have predicates abstracted. It currently generates "HAVING()" when no criteria is present, which (obviously) throws a SQL error.

This is not a problem when the HavingClause is null.

Thanks,

Phil

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 01-Jun-2005 16:27:44   

I will file it as an issue, so it should be fixed somewhere at the end of the week or next week.

Frans Bouma | Lead developer LLBLGen Pro
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 05-Jun-2005 13:11:51   

Fixed in next build

(now available)

Frans Bouma | Lead developer LLBLGen Pro
psandler
User
Posts: 540
Joined: 22-Feb-2005
# Posted on: 05-Jun-2005 16:34:28   

Otis wrote:

Fixed in next build

(now available)

Sweet. simple_smile