]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
refactor: simplify and clean up dialect-specific code
authorShamil Abdulaev <ashm.tech@proton.me>
Thu, 17 Apr 2025 14:43:25 +0000 (17:43 +0300)
committerShamil <ashm.tech@proton.me>
Thu, 17 Apr 2025 14:53:15 +0000 (17:53 +0300)
commit7b2c6e6b4cb1aeb72ae49acf6f698062458f45c9
treec5fbf0a2ba8aa34e6402d169ed65805cc93aff2d
parentf2a9ecde29bb9d5daadd0626054ff8b54865c781
refactor: simplify and clean up dialect-specific code

Removed unused variables and redundant functions across multiple dialects.
Improves code readability and reduces maintenance complexity without altering functionality.
lib/sqlalchemy/dialects/mssql/base.py
lib/sqlalchemy/dialects/mysql/base.py
lib/sqlalchemy/dialects/postgresql/_psycopg_common.py
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/dialects/sqlite/provision.py