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:1835:
if(name[0]!=':') name=":"+name; if(name[1]=='_') { // Special option parameter switch(name) { case ":_cache": forcecache=(int)value; break; case ":_text": forcetext=(int)value; break;
-
case ":_
syncparse
":
+
case ":_
sync
":
syncparse=(int)value; break; } continue; } if(!has_value(q,name)) continue; } from[rep]=name; string rval;