Re: [gnome-db] possible bug on sql parser
- From: Andrea Zagli <azagli libero it>
- To: Vivien Malerba <vmalerba gmail com>
- Cc: gnome-db-list gnome org
- Subject: Re: [gnome-db] possible bug on sql parser
- Date: Fri, 31 Dec 2010 10:50:29 +0100
Il giorno gio 30 dic 2010 15:11:00 CET, Vivien Malerba ha scritto:
On 30 December 2010 08:49, Andrea Zagli <azagli libero it> wrote:
the parser removes () from this query and then the query no longer works
select (case when iva > 0 then (iva + 100) / 100) from costi
become
select case when iva > 0 then iva + 100 / 100 from costi
that is equal to
select case when iva > 0 then iva + 1 from costi
i have tried with libgda from git and only with postgresql provider
This is now fixed in git/master:
http://git.gnome.org/browse/libgda/commit/?id=c478a1f3d2f6f7aba0fcef2f724e921244459db5
it seems to work
thanks a lot again
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]