Re: [OpenSER-Devel] FUNCTION ser.bitand does not exist

2008-05-13 Thread Iouri Kharon
Hi Juha! Tuesday, May 13, 2008, you wrote: You must recreate base. See scripts/openserdbctl.mysql line ~135. i'm not sure i like this. this select is executed by nathelper once per second on location table. how much does the user defined function slow it down compared to if the same

Re: [OpenSER-Devel] FUNCTION ser.bitand does not exist

2008-05-13 Thread Iouri Kharon
Hi Dan! Tuesday, May 13, 2008, you wrote: DP My idea was that each db module can offer functions like: DP inline str bitand(int a, int b) DP { DP } Yes, of cause. But for this (and analogoue) function need _big_ chnages (expand) for db-api. When i propose this, answer was - after 1.4

Re: [OpenSER-Devel] FUNCTION ser.bitand does not exist

2008-05-13 Thread Iouri Kharon
Hi Henning! Tuesday, May 13, 2008, you wrote: well, to be correct you proposed not this kind of extension to the DB API. :) I thought some of your changes were then to heavy for the current state of the development, e.g. i wanted to postphone them after 1.4. You see that we still working

Re: [OpenSER-Devel] FUNCTION ser.bitand does not exist

2008-05-13 Thread Iouri Kharon
Hi Dan! Tuesday, May 13, 2008, you wrote: the mysql/postgres code being transformed into something inefficient just for the sake of an oracle module which almost none uses. None is not quite true, but this is not the point. As I have wtitten to Henning, the oracle module appeared, first of

Re: [OpenSER-Devel] FUNCTION ser.bitand does not exist

2008-05-12 Thread Iouri Kharon
/openserdbctl.mysql line ~135. Regards, Iouri Kharon ___ Devel mailing list Devel@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSER-Devel] TEXT vs BLOB data in database modules

2008-04-21 Thread Iouri Kharon
Hi Henning! Monday, April 21, 2008, you wrote: SQL injection can happen with any of blob, text, char, varchar if not escaped. There is no distinction between the 2 regarding this issue. at least db_mysql and db_postgres uses escaping functions for DB_STRING, DB_STR and DB_BLOB. Iouri,

[OpenSER-Devel] SF.net SVN: openser: [4048] trunk/scripts/oracle/rls-create.sql

2008-04-18 Thread Iouri Kharon
Revision: 4048 http://openser.svn.sourceforge.net/openser/?rev=4048view=rev Author: yjh-styx Date: 2008-04-18 07:24:04 -0700 (Fri, 18 Apr 2008) Log Message: --- Remove unneded UNIQUE in oracle scripts (sync with rev 4047) Revision Links: --

[OpenSER-Devel] SF.net SVN: openser: [4021] trunk/Makefile.rules

2008-04-16 Thread Iouri Kharon
Revision: 4021 http://openser.svn.sourceforge.net/openser/?rev=4021view=rev Author: yjh-styx Date: 2008-04-16 10:35:50 -0700 (Wed, 16 Apr 2008) Log Message: --- Clean rules for oracle Modified Paths: -- trunk/Makefile.rules This was sent by the

[OpenSER-Devel] SF.net SVN: openser: [4022] trunk/Makefile.rules

2008-04-16 Thread Iouri Kharon
Revision: 4022 http://openser.svn.sourceforge.net/openser/?rev=4022view=rev Author: yjh-styx Date: 2008-04-16 11:24:03 -0700 (Wed, 16 Apr 2008) Log Message: --- Correct clean/distclean rules for build with non default module list Modified Paths: --

[OpenSER-Devel] SF.net SVN: openser: [3997] trunk

2008-04-09 Thread Iouri Kharon
Revision: 3997 http://openser.svn.sourceforge.net/openser/?rev=3997view=rev Author: yjh-styx Date: 2008-04-09 08:46:09 -0700 (Wed, 09 Apr 2008) Log Message: --- Add db_oracle module and toolses for it Modified Paths: -- trunk/Makefile

[OpenSER-Devel] SF.net SVN: openser: [3998] trunk/Makefile.defs

2008-04-09 Thread Iouri Kharon
Revision: 3998 http://openser.svn.sourceforge.net/openser/?rev=3998view=rev Author: yjh-styx Date: 2008-04-09 08:54:13 -0700 (Wed, 09 Apr 2008) Log Message: --- Append alternate path for ssl-headers used in some distributions, e.g slackware, slamd64, etc. Modified Paths: