Skip to content

Commit a69da2b

Browse files
author
Sergey Melekhin
committed
Commented out another .rows
1 parent c2d77ae commit a69da2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql/driver/pq3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1869,7 +1869,7 @@ def __call__(self, *args, **kw):
18691869

18701870
if self.srf is True:
18711871
if self.composite is True:
1872-
return self.statement.rows(*input)
1872+
return self.statement(*input)
18731873
else:
18741874
# A generator expression is very appropriate here
18751875
# as SRFs returning large number of rows would require

0 commit comments

Comments
 (0)