Subject | Re: [firebird-support] Re: SELECT FAILURE |
---|---|
Author | Lucas Franzen |
Post date | 2007-07-10T07:34:04Z |
> Thanks for the response.I realized, yes.
>
> you will note that one of the other responses point out that it's a
> known bug
I haven't known so far, either.
>It's easier to read (at least for me and maybe for other people who
> The mix of qualified and unqualified field names is because it is only
> essential to qualify names where there is a potential confusion (ie
> field with the same name in more than one table), though I accept its
> better to qualify all names where more than one table is included in a
> select.
didn't write the statement, too) if you qualify all fields - once you
might enhance your database and the unqualified field might be a
fieldname in the other table, too.
In this case you have to work through all your statements of your app(s)
to find out if they're broken or not.
Luc.