[gnome-db] possible bug on sql parser
- From: Andrea Zagli <azagli libero it>
- To: gnome-db-list gnome org
- Subject: [gnome-db] possible bug on sql parser
- Date: Thu, 30 Dec 2010 08:49:07 +0100
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
thanks in advance
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]