Fix TypeInfo.fetch() using a connection in !sql_ascii encoding
(:ticket:[#503](https://github.com/psycopg/psycopg/issues/503)).
Fix "filedescriptor out of range" using a large number of files open
in Python implementation (:ticket:[#532](https://github.com/psycopg/psycopg/issues/532)).
Allow JSON dumpers to be registered on !dict or any other object, as was
possible in psycopg2 (:ticket:[#541](https://github.com/psycopg/psycopg/issues/541)).
Fix canceling running queries on process interruption in async connections
(:ticket:[#543](https://github.com/psycopg/psycopg/issues/543)).
Fix loading ROW values with different types in the same query using the
binary protocol (:ticket:[#545](https://github.com/psycopg/psycopg/issues/545)).
Don't pollute server logs when types looked for by TypeInfo.fetch()
are not found (:ticket:[#473](https://github.com/psycopg/psycopg/issues/473)).
Set Cursor.rowcount to the number of rows of each result set from
~Cursor.executemany() when called with !returning=True (:ticket:[#479](https://github.com/psycopg/psycopg/issues/479)).
Fix TypeInfo.fetch() when used with ClientCursor (:ticket:[#484](https://github.com/psycopg/psycopg/issues/484)).
Psycopg 3.1.7
^^^^^^^^^^^^^
Fix server-side cursors using row factories (:ticket:[#464](https://github.com/psycopg/psycopg/issues/464)).
Psycopg 3.1.6
^^^^^^^^^^^^^
Fix cursor.copy() with cursors using row factories (:ticket:[#460](https://github.com/psycopg/psycopg/issues/460)).
... (truncated)
Commits
b98f35a chore: bump psycopg package version to 3.1.9
d9c6f82 Merge branch 'fix-json-dump-dict-3.1' into maint-3.1
c014137 test(json): fix dict registration test on crdb
c487ae8 fix(json): allow to register json dumpers on dict or other objects
31e1c19 fix: don't reuse the same Transformer in composite dumper
9d2ab05 docs: fix cursor -> connection in the context of transaction management
b347bfe fix: don't use select as wait function if possible
676288b fix: fix loading of different 'record' types in the same query
1c11db3 fix: don't use select as wait function if possible
f8debef fix: shorter traceback on ctrl-c interrupt
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps psycopg from 3.1.8 to 3.1.9.
Changelog
Sourced from psycopg's changelog.
... (truncated)
Commits
b98f35a
chore: bump psycopg package version to 3.1.9d9c6f82
Merge branch 'fix-json-dump-dict-3.1' into maint-3.1c014137
test(json): fix dict registration test on crdbc487ae8
fix(json): allow to register json dumpers on dict or other objects31e1c19
fix: don't reuse the same Transformer in composite dumper9d2ab05
docs: fix cursor -> connection in the context of transaction managementb347bfe
fix: don't use select as wait function if possible676288b
fix: fix loading of different 'record' types in the same query1c11db3
fix: don't use select as wait function if possiblef8debef
fix: shorter traceback on ctrl-c interruptDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)