Re: [gnome-db] [SOLVED] strange sql parsing behavior
- From: Vivien Malerba <vmalerba gmail com>
- To: Andrea Zagli <azagli libero it>
- Cc: gnome-db-list gnome org
- Subject: Re: [gnome-db] [SOLVED] strange sql parsing behavior
- Date: Fri, 11 Sep 2009 15:57:31 +0200
2009/9/10 Andrea Zagli <azagli libero it>:
> Il giorno mer 26 ago 2009 21:37:40 CEST, Vivien Malerba ha scritto:
>>>
>>> select * from customers where exists (select orders.* from orders where
>>> customers.id = orders.id_customers)
>>>
>>> return the same error «near "(": syntax error»
>>
>> Ok, this was another rendering problem bug: the statement was rendered as:
>> select * from customers where exists ((select orders.* from orders where
>> customers.id = orders.id_customers))
>>
>> which SQLite does not like.
>>
>> Can you check with git master?
>
> ok it seems to work, thanks a lot
>
> when do you release libgda 4.1.2? ;-)
>
Probably next week when I have finished correcting some annoying bugs
and implementing query execution in the GdaBrowser program.
Vivien
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]