summaryrefslogtreecommitdiff
path: root/tests/queries/test_sqlcompiler.py
AgeCommit message (Expand)Author
2026-03-19Refs #36795 -- Deprecated SQLCompiler.quote_name_unless_alias().Simon Charette
2026-01-06Fixed #29257 -- Caught DatabaseError when attempting to close a possibly alre...VIZZARD-X
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-11-19Refs #24121 -- Added __repr__() to BaseDatabaseWrapper, JoinPromoter, and SQL...Jonny Park