@navigate, how do you return rows from the server function? With:
rez = list(cursor)
conn.close()
print(type(rez))
return rez
I get:
The connection to the remote database runs very nice and fast.
@navigate, how do you return rows from the server function? With:
rez = list(cursor)
conn.close()
print(type(rez))
return rez
I get:
The connection to the remote database runs very nice and fast.