pike.git/
lib/
modules/
Sql.pmod/
pgsql.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2009-02-01
2009-02-01 02:33:16 by Stephen R. van den Berg <srb@cuci.nl>
f11ef7a57ac393d32fa0cd94d3929c69764bc514 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
pgsql->error() should return zero upon no errors.
Rev: lib/modules/Sql.pmod/pgsql.pike:1.50
232:
if(clear) lastmessage=""; warningscollected=0;
-
return s;
+
return
sizeof(
s
) && s
;
} //! This function returns a string describing what host are we talking to,