pike.git
/
lib
/
modules
/
Sql.pmod
/
pgsql.pike
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/lib/modules/Sql.pmod/pgsql.pike:111:
private object execfetchlimit =Regexp("^[ \t\f\r\n]*(([Uu][Pp][Dd][Aa]|[Dd][Ee][Ll][Ee])[Tt][Ee]|\ [Ii][Nn][Ss][Ee][Rr][Tt])[ \t\f\r\n]|\ [ \t\f\r\n][Ll][Ii][Mm][Ii][Tt][ \t\f\r\n]+[12][; \t\f\r\n]*$"); Thread.Mutex _querymutex; Thread.Mutex _stealmutex; #define USERERROR(msg) throw(({(msg), backtrace()[..<1]})) protected string _sprintf(int type, void|mapping flags)
-
{ string res=UNDEFINED;
+
{
+
string res=UNDEFINED;
switch(type)
-
{ case 'O':
+
{
+
case 'O':
res=sprintf(DRIVERNAME"(%s@%s:%d/%s,%d)", user,host,port,database,backendpid); break; } return res; } #define BOOLOID 16 #define BYTEAOID 17 #define CHAROID 18