[Devel] CVS commitlog: sip-server/modules/postgres db_val.c

2007-02-16 Thread Daniel-Constantin Mierla
User: miconda Date: 2007/02/16 06:53:54 PST OpenSER CVS - Commit Details Modified files: modules/postgres db_val.c Commit Log: - handling error case for escape functions (reported by Dan Cristian Bogos) Revision ChangesPath 1.11 +38 -9 sip-server/modules/pos

[Devel] CVS commitlog: sip-server/modules/postgres db_val.c

2007-02-16 Thread Daniel-Constantin Mierla
User: miconda Date: 2007/02/16 06:53:13 PST OpenSER CVS - Commit Details Modified files:(Branch: rel_1_1_0) modules/postgres db_val.c Commit Log: - handling error case for escape functions (reported by Dan Cristian Bogos) Revision ChangesPath 1.7.2.2 +30 -5

Re: [Devel] CVS commitlog: sip-server/modules/postgres db_val.c dbase.c dbase.h

2007-01-17 Thread Klaus Darilion
Bogdan-Andrei Iancu wrote: Hi Klaus, according to PG docs, PQescapeStringConn has as older version the PQescapeString function . See: http://www.postgresql.org/docs/7.4/static/libpq-exec.html Chapter 27.3.4 do you think we can do some autodetection at compile time? actually does it pay

Re: [Devel] CVS commitlog: sip-server/modules/postgres db_val.c dbase.c dbase.h

2007-01-17 Thread Klaus Darilion
Bogdan-Andrei Iancu wrote: Hi Klaus, according to PG docs, PQescapeStringConn has as older version the PQescapeString function . See: http://www.postgresql.org/docs/7.4/static/libpq-exec.html Chapter 27.3.4 do you think we can do some autodetection at compile time? actually does it pay

Re: [Devel] CVS commitlog: sip-server/modules/postgres db_val.c dbase.c dbase.h

2007-01-17 Thread Bogdan-Andrei Iancu
Hi Klaus, according to PG docs, PQescapeStringConn has as older version the PQescapeString function . See: http://www.postgresql.org/docs/7.4/static/libpq-exec.html Chapter 27.3.4 do you think we can do some autodetection at compile time? actually does it pay the effort? how old are the

[Devel] CVS commitlog: sip-server/modules/postgres db_val.c dbase.c dbase.h

2007-01-17 Thread Klaus Darilion
User: klaus_darilion Date: 2007/01/17 04:43:55 PST OpenSER CVS - Commit Details Modified files:(Branch: rel_1_0_0) modules/postgres db_val.c dbase.c dbase.h Commit Log: - escape values before contructing the SQL statement NOTE: It uses the function PQescapeStringConn.

[Devel] CVS commitlog: sip-server/modules/postgres db_val.c dbase.c dbase.h

2007-01-17 Thread Klaus Darilion
User: klaus_darilion Date: 2007/01/17 04:37:12 PST OpenSER CVS - Commit Details Modified files: modules/postgres db_val.c dbase.c dbase.h Commit Log: - escape values before contructing the SQL statement NOTE: It uses the function PQescapeStringConn. Make sure your postgres

[Devel] CVS commitlog: sip-server/modules/postgres db_val.c dbase.c dbase.h

2007-01-17 Thread Klaus Darilion
User: klaus_darilion Date: 2007/01/17 04:35:40 PST OpenSER CVS - Commit Details Modified files:(Branch: rel_1_1_0) modules/postgres db_val.c dbase.c dbase.h Commit Log: - escape values before contructing the SQL statement NOTE: It uses the function PQescapeStringConn.

[Devel] CVS commitlog: sip-server/modules/postgres db_val.c dbase.c

2006-07-28 Thread Daniel-Constantin Mierla
User: miconda Date: 2006/07/28 08:30:26 PDT OpenSER CVS - Commit Details Modified files: modules/postgres db_val.c dbase.c Commit Log: - applied patches from Norman Brandinger to remove error log messages when it should not be so -- example case: avp_db_query() for update and i

[Devel] CVS commitlog: sip-server/modules/postgres db_val.c

2006-01-25 Thread Bogdan-Andrei Iancu
User: bogdan_iancu Date: 2006/01/25 13:04:38 PST OpenSER CVS - Commit Details Modified files: modules/postgres db_val.c Commit Log: - proper support form BLOB in postgres - patch submitted by Steen, Gerd <[EMAIL PROTECTED]>. - it makes possible the usage of cpl-c with postg

[Devel] CVS commitlog: sip-server/modules/postgres db_val.c

2006-01-09 Thread Klaus Darilion
User: klaus_darilion Date: 2006/01/09 09:39:47 PST OpenSER CVS - Commit Details Modified files: modules/postgres db_val.c Commit Log: - copied DB_BITMAP-to-string conversion from mysql module, now CVS version should work again with postgres Revision ChangesPath 1.4

[Devel] CVS commitlog: sip-server/modules/postgres db_val.c

2005-07-28 Thread Klaus Darilion
User: klaus_darilion Date: 2005/07/28 12:08:22 PDT OpenSER CVS - Commit Details Modified files: modules/postgres db_val.c Commit Log: - atoi replaced with strtoul to convert also numbers > INT_MAX ported from mysql/val.c - ToDo: There are some more bugfixes in mysql/val.c w