8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffda90f commit 1540d3bCopy full SHA for 1540d3b
src/pl/plpython/plpy_resultobject.h
@@ -13,7 +13,7 @@ typedef struct PLyResultObject
13
PyObject_HEAD
14
/* HeapTuple *tuples; */
15
PyObject *nrows; /* number of rows returned by query */
16
- PyObject *rows; /* data rows, or None if no data returned */
+ PyObject *rows; /* data rows, or empty list if no data returned */
17
PyObject *status; /* query status, SPI_OK_*, or SPI_ERR_* */
18
TupleDesc tupdesc;
19
} PLyResultObject;
0 commit comments