You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CursorChunks
Be sure to dispath for more before leaving __next__, but only after a non-zero _expand.
postgresql.types.Row
Don't overload __new__. It was a burden on performance for little gain.
Use the class methods from_sequence and from_mapping instead.
Tests
* Make test_driver and test_dbapi20 use the same cluster.
* Only test the crypt method if the server is less than 8.4.
* Add test_python for functions and classes in the python package.
Protocol
Use chain, map, itemgetter for messages_received, reverse, and asyncs.
.python
Add rsetattr. This may take the place of .from_sequence for Row() construction.
Change interlace to build the list of iterators rather than requiring them to
be iterators.
pq3.StoredProcedure
Use '+ "regprocedure($1)"' for lookups. Earlier versions don't support casting
from text.
0 commit comments