Subject | Re: [IBO] 4.2Hd Bug ? |
---|---|
Author | Jason Wharton |
Post date | 2002-06-12T17:46:25Z |
My next release will have this problem resolved. I found a way to avoid the
loop and preserve the optimization included for FieldByName() that caused
this.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
loop and preserve the optimization included for FieldByName() that caused
this.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "kamen_lai" <kamen_lai@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, June 06, 2002 10:55 PM
Subject: [IBO] 4.2Hd Bug ?
> IN IB_Sql.exe
>
> Connect employee.gdb
>
> Sql :
>
> select t.country , c.country
> from country t join customer c
> on (t.country = c.country)
>
> error : EStackOverflow
>