Re: Bug report: crash in queries

Mike Richardson <mike-1gTsUfBLqWsG2Il/[email protected]> Tue, 16 Aug 2005 15:55:26 +0100
Newsgroups gmane.comp.db.rekall.devel
Message-ID <[email protected]>
On Thursday 04 August 2005 10:53, Ernesto Revilla wrote:
> Query:
> select client.salutation || ' ' || client.contact as contacto, client.*...
> from orders, client, products
> where client.clientid = orders.clientid
> and products.productid = orders.productid
>
> Error: QuerySet bottom level 2 of 14 columns
>
> When I remove the client.* expression, it works ok.

OK, fixing this so that it is reported back as an error (with a half-ways 
sensible message) rather than crashing it. Originally it seemed it was an 
internal error ....

>
> Rekall Version: cvs (2.3.4-test)
>
> Another question: is there a bugzilla, project tracker or something else?

Nope, but there ought to be ....

> Erny

-- 
Regards
Mike

http://www.rekallrevealed.org
*THE* GPL/Open Source database front end for Linux and Windows.