]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Code review fixes 12594/head
authorThomas Stephenson <ovangle@gmail.com>
Fri, 13 Jun 2025 09:57:15 +0000 (19:57 +1000)
committerThomas Stephenson <ovangle@gmail.com>
Mon, 16 Jun 2025 12:23:26 +0000 (22:23 +1000)
commitda47f40739ff9fc6e75da44bd1663aadf80e93ca
treea1465d84255fead0b8c34f400abdfbad83907025
parentb4563b63895b86b86513c0976d31399316991d95
Code review fixes

- Removed dprint statements
- Added right-hand versions of commutative operators
- Improved docstrings
- Added changelog entry
- Added dialect documentation
doc/build/changelog/migration_21.rst
doc/build/changelog/unreleased_21/10556.rst [new file with mode: 0644]
doc/build/dialects/postgresql.rst
lib/sqlalchemy/dialects/postgresql/asyncpg.py
lib/sqlalchemy/dialects/postgresql/bitstring.py