Skip to content
Snippets Groups Projects
Commit 36945e63 authored by Stephen R. van den Berg's avatar Stephen R. van den Berg
Browse files

pgsql: Missing variable.

parent 7022d60b
No related branches found
No related tags found
No related merge requests found
...@@ -625,6 +625,7 @@ class sql_result { ...@@ -625,6 +625,7 @@ class sql_result {
private int(0..1) eoffound; private int(0..1) eoffound;
private conxion c; private conxion c;
private conxiin cr; private conxiin cr;
final int(0..1) untolderror;
final mixed delayederror; final mixed delayederror;
final int(0..7) _state; // FIXME actually: int(PORTALINIT..PURGED) final int(0..7) _state; // FIXME actually: int(PORTALINIT..PURGED)
final int _fetchlimit; final int _fetchlimit;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment