You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pg8...@googlegroups.com
Hi, the changes in the new pg8000-1.9.14 release are:
Make executemany() set rowcount. Previously, executemany() would
always set rowcount to -1. Now we set it to a meaningful value if
possible. If any of the statements have a -1 rowcount then then the
rowcount for the executemany() is -1, otherwise the executemany()rowcount is the sum of the rowcounts of the individual statements.
Support for password authentication. pg8000 didn’t support plain text
authentication, now it does.