pike.git/
lib/
modules/
Sql.pmod/
pgsql.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2014-11-09
2014-11-09 22:05:09 by Stephen R. van den Berg <srb@cuci.nl>
e17dafbc7eb53a87906761b7e18efc5a71520a65 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
pgsql: Support Val.null.
936:
int atext = portal._alltext; // cache locally for speed int forcetext = portal._forcetext; // cache locally for speed string cenc=_runtimeparameter[CLIENT_ENCODING];
-
array a=allocate(cols,
UNDEFINED
);
+
array a=allocate(cols,
!atext&&Val.null
);
msglen-=2+4*cols; foreach(datarowdesc;int i;mapping m) { int collen=ci->read_sint(4);