Re: [gnome-db] input values in SQL view



On Tue, Jan 14, 2003 at 10:53:33PM +0100, Rodrigo Moya wrote:
> Hi
> 
> I've just implemented support for input values in the SQL window, so now
> you can do things like:
> 
> update table set field1 = :field1, field2 = ':field2'
> 
> and mergeant will ask you for :field1 and :field2 values.

Nice feature!

> 
> It works for me so far, but haven't really done a lot of testing, so
> please tell me any problems you might find.
> 

If you try "select * from customers where name = :field1", and enter
"aaa" for example, it will give you an error: "ERROR:  Attribute 'aaaaa'
not found" which is not what it's supposed to do.

Cheers,

Vivien




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]