Re: PostgresSQL DLR support

2004-01-28 Thread Alexander Malysh
Hi, that's great! please check your diff , because new files are missing. please do: cvs add new_files cvs diff -Nau Thanks in advance... On Wednesday 28 January 2004 10:31, Martin Atukunda wrote: > Hi, > > attached is a patch that adds postgresql dlr support to kannel. it's pretty > much unt

Re: PostgresSQL DLR support

2004-01-29 Thread Alexander Malysh
On Thursday 29 January 2004 14:29, Martin Atukunda wrote: > On Wednesday 28 January 2004 13:28, Alexander Malysh wrote: > > cvs diff -Nau > > something like this? yep but I don't believe something like this will works with pgsql: "UPDATE %s SET %s=%d WHERE %s='%s' AND %s='%s' LIMIT 1;" or like

Re: PostgresSQL DLR support

2004-01-29 Thread Marcin Sobieszczan'ski
Alexander Malysh said the following on 2004-01-29 15:17: On Thursday 29 January 2004 14:29, Martin Atukunda wrote: On Wednesday 28 January 2004 13:28, Alexander Malysh wrote: cvs diff -Nau something like this? yep but I don't believe something like this will works with pgsql: "UPDATE %s SET %

RE: PostgresSQL DLR support

2004-01-29 Thread Igor Ivoilov
limit in delete/update statement is mysql specific, it does not work with postgres. > -Original Message- > From: Marcin Sobieszczan'ski [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 29, 2004 6:03 PM > To: [EMAIL PROTECTED] > Subject: Re: PostgresSQL DLR suppo

Re: PostgresSQL DLR support

2004-01-29 Thread Alexander Malysh
Hi Marcin, On Thursday 29 January 2004 17:02, Marcin Sobieszczan'ski wrote: > Alexander Malysh said the following on 2004-01-29 15:17: > > On Thursday 29 January 2004 14:29, Martin Atukunda wrote: > >>On Wednesday 28 January 2004 13:28, Alexander Malysh wrote: > >>>cvs diff -Nau > >> > >>somethin

Re: PostgresSQL DLR support

2004-01-29 Thread Rory Campbell-Lange
Yes, I have filed a bug against this as it broke the sdb interface to postgres too. The syntax is of doubtful purpose, and contravenes to SQL '92 specs. Rory On 29/01/04, Igor Ivoilov ([EMAIL PROTECTED]) wrote: > limit in delete/update statement is mysql specific, it does not work > with postgre

Re: PostgresSQL DLR support

2004-01-29 Thread Yulianto Z
On Fri, 2004-01-30 at 00:57, Alexander Malysh wrote: > Hi Marcin, > > On Thursday 29 January 2004 17:02, Marcin Sobieszczan'ski wrote: > > Alexander Malysh said the following on 2004-01-29 15:17: > > > On Thursday 29 January 2004 14:29, Martin Atukunda wrote: > > >>On Wednesday 28 January 2004 13:

Re: PostgresSQL DLR support

2004-02-03 Thread Stipe Tolj
Alexander Malysh wrote: > hmm, that was my first attempt to get things right ;) > Oracle's OCI is just complex and I've introduced 'select/update' within > dbpool. IMO, we should abstract more, so that dbpool deal with DBConnection > and DBConnection object should implement 'select/update'. +1 on

RE: PostgresSQL DLR support

2004-02-03 Thread Rene Kluwen
table; Also create table and field-types are kind of different. Regards, Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Stipe Tolj Sent: dinsdag 3 februari 2004 14:51 Cc: [EMAIL PROTECTED] Subject: Re: PostgresSQL DLR support Alexander M

Re: PostgresSQL DLR support

2004-02-03 Thread Alexander Malysh
en > Chimit > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Stipe Tolj > Sent: dinsdag 3 februari 2004 14:51 > Cc: [EMAIL PROTECTED] > Subject: Re: PostgresSQL DLR support > > Alexander Malysh wrote: > > hmm, that

RE: PostgresSQL DLR support

2004-02-03 Thread Rene Kluwen
[mailto:[EMAIL PROTECTED] Behalf Of Alexander Malysh Sent: dinsdag 3 februari 2004 15:52 To: Rene Kluwen; Stipe Tolj Cc: [EMAIL PROTECTED] Subject: Re: PostgresSQL DLR support On Tuesday 03 February 2004 15:32, Rene Kluwen wrote: > About the psotgres patch: > > In configure.in linking is do

Re: PostgresSQL DLR support

2004-02-04 Thread Martin Atukunda
On Tuesday 03 February 2004 16:50, Stipe Tolj wrote: > Alexander Malysh wrote: > > hmm, that was my first attempt to get things right ;) > > Oracle's OCI is just complex and I've introduced 'select/update' within > > dbpool. IMO, we should abstract more, so that dbpool deal with > > DBConnection a

Re: PostgresSQL DLR support

2004-02-04 Thread Stipe Tolj
Martin Atukunda wrote: > I'd like a pointer to some of the projects that do this, so I can have a look > at them. There seems to be nothing database related at: > > http://kannel.org/roadmap.shtml#projects that roadmap is outdated totally. @Alex: we have to add things from our roadmap proposal

RE: PostgresSQL DLR support

2004-02-04 Thread Rene Kluwen
Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Stipe Tolj Sent: woensdag 4 februari 2004 14:00 To: Martin Atukunda Cc: [EMAIL PROTECTED] Subject: Re: PostgresSQL DLR support Martin Atukunda wrote: > I'd like a pointer to some of the proje

Re: PostgresSQL DLR support

2004-02-04 Thread Alexander Malysh
Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Stipe Tolj > Sent: woensdag 4 februari 2004 14:00 > To: Martin Atukunda > Cc: [EMAIL PROTECTED] > Subject: Re: PostgresSQL DLR support > > Martin Atukunda wrote: > > I'd like a point