3.2.11
Changed 1
- Improve performance of Python conversion on results loading
Fixed 5
- Fix spurious readiness flags in some of the wait functions
- Fix high CPU usage using the wait_c function on Windows
- Fix bad data on error in binary copy
- Respect Copy.set_types() in TEXT copy in C version, consistently with the Python version
- Don't raise warning, and don't leak resources, if a builtin function is used as JSON dumper/loader function
- Fix spurious readiness flags in some of the wait functions (ticket #1141).
- Fix high CPU usage using the wait_c function on Windows (ticket #645).
- Fix bad data on error in binary copy (ticket #1147).
- Respect Copy.set_types() in TEXT copy in C version, consistently with the Python version (ticket #1153).
- Don’t raise warning, and don’t leak resources, if a builtin function is used as JSON dumper/loader function (ticket #1165).
- Improve performance of Python conversion on results loading (ticket #1155).