Johan Henselmans wrote:
> So, this mailinglist does exist...
>
> I just found out that 3.1 is officially announced.  I just want to
> remark that I am still waiting until an OS  X version pops up that
> will work again with database forms. It has been since some time that
> an old database bug popped up again:
>
> see
> http://www.openoffice.org/issues/show_bug.cgi?id=84506
>
> which basically is (I think) a quoting error which revolves around
> queries:
>
> SELECT * FROM "public"."contacten" WHERE (
> "public.contacten"."achternaam" LIKE '%ensel%' )
> This type of query that fails with the following error:
> SQL-status: 42P01 ERROR: missing FROM-clause entry for table
> "public.contacten"
>
> The query is generated by a filter in a form navigation element in a
> form, so there is no way to work around this.
>
> This is a real showstopper for me. Can anybody confirm that somebody
> is working on this?
> (Oh, and the same database file works in the latest NeoOffice version)
>
What database type is this?  I'm looking at the syntax and this is not
ANSI SQL compliant as the WHERE table and FROM table names do not match. 

James McKenzie



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to