Re: [PATCH] add 'LIMIT' to dlr_pgsql

2005-11-05 Thread Douglas Jurcovichi
It works in postgres? In my pgsql the command DELETE with LIMIT 1 does not work. Postgres version 7.4 []'s Douglas Re: [PATCH] add 'LIMIT' to dlr_pgsql Alexander Malysh Mon, 07 Mar 2005 11:54:09 -0800 hi, patch commited to cvs. Alexander Malysh wrote: Hi, attached patch adds again

Re: [PATCH] add 'LIMIT' to dlr_pgsql

2005-11-05 Thread Stipe Tolj
Douglas Jurcovichi wrote: It works in postgres? In my pgsql the command DELETE with LIMIT 1 does not work. Postgres version 7.4 if this is the case, please file a bug report with all details you can provide to http://bugs.kannel.org/ since it's where we keep track of issues that have been

Re: [PATCH] add 'LIMIT' to dlr_pgsql

2005-03-07 Thread Alexander Malysh
hi, patch commited to cvs. Alexander Malysh wrote: Hi, attached patch adds again 'LIMIT 1' to dlr_pgsql because after Stipe's fix for #190 we will delete and update to much row in postgresql. Comments/votes please! P.S. IMO: this should go into 1.4.1 -- Thanks, Alex

Re: [PATCH] add 'LIMIT' to dlr_pgsql

2005-02-28 Thread Stipe Tolj
Hi Enver, Enver ALTIN wrote: Hi, On Wed, 2005-02-16 at 19:48 +0100, Alexander Malysh wrote: attached patch adds again 'LIMIT 1' to dlr_pgsql because after Stipe's fix for #190 we will delete and update to much row in postgresql. Yeah, a sub-select was the right way to do it, in the first place.

[PATCH] add 'LIMIT' to dlr_pgsql

2005-02-16 Thread Alexander Malysh
Hi, attached patch adds again 'LIMIT 1' to dlr_pgsql because after Stipe's fix for #190 we will delete and update to much row in postgresql. Comments/votes please! P.S. IMO: this should go into 1.4.1 -- Thanks, AlexIndex: gw/dlr_pgsql.c

Re: [PATCH] add 'LIMIT' to dlr_pgsql

2005-02-16 Thread Stipe Tolj
Alexander Malysh wrote: Hi, attached patch adds again 'LIMIT 1' to dlr_pgsql because after Stipe's fix for #190 we will delete and update to much row in postgresql. Comments/votes please! P.S. IMO: this should go into 1.4.1 Alex, pgsql docs say *explicitely* that LIMIT is *only* available for

Re: [PATCH] add 'LIMIT' to dlr_pgsql

2005-02-16 Thread Alexander Malysh
Stipe Tolj wrote: Alexander Malysh wrote: Hi, attached patch adds again 'LIMIT 1' to dlr_pgsql because after Stipe's fix for #190 we will delete and update to much row in postgresql. Comments/votes please! P.S. IMO: this should go into 1.4.1 Alex, pgsql docs say *explicitely*

Re: [PATCH] add 'LIMIT' to dlr_pgsql

2005-02-16 Thread Stipe Tolj
Alexander Malysh wrote: Stipe, please _read_ the patch first before you write ;) this patch uses 'limit 1' _only_ for select! yep, I see. All the blame and shame on me. Stipe mailto:stolj_{at}_wapme.de --- Wapme Systems AG Vogelsanger

Re: [PATCH] add 'LIMIT' to dlr_pgsql

2005-02-16 Thread Stipe Tolj
Alexander Malysh wrote: Hi, attached patch adds again 'LIMIT 1' to dlr_pgsql because after Stipe's fix for #190 we will delete and update to much row in postgresql. Comments/votes please! P.S. IMO: this should go into 1.4.1 anyone running pgsql as storage that can vote/confirm the patch? I'm +0,