summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql
diff options
context:
space:
mode:
authorFederico Caselli <cfederico87@gmail.com>2022-06-17 21:53:32 +0200
committerMike Bayer <mike_mp@zzzcomputing.com>2022-06-18 14:02:29 -0400
commit61662b25b87d3973eb5bcc1b5c0d2f5908f24405 (patch)
treede294e656b7501a39bb4c0315ec75adce076cd15 /test/dialect/postgresql
parentf4330ef0c68017116aa3c0f5d194c1ae66d1c7b1 (diff)
downloadsqlalchemy-61662b25b87d3973eb5bcc1b5c0d2f5908f24405.tar.gz
Normalize postgresql docs links to point to current
Change-Id: Ib7d3ea7ff3356ff8a2f935892d904a69dbc25c3e (cherry picked from commit 3bde1eae31212b5bc2c6652dca52f70fb79d5950)
Diffstat (limited to 'test/dialect/postgresql')
-rw-r--r--test/dialect/postgresql/test_reflection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dialect/postgresql/test_reflection.py b/test/dialect/postgresql/test_reflection.py
index 3502c745b..bf8cd5111 100644
--- a/test/dialect/postgresql/test_reflection.py
+++ b/test/dialect/postgresql/test_reflection.py
@@ -1091,7 +1091,7 @@ class ReflectionTest(
# "ASC NULLS LAST" is implicit default for indexes,
# and "NULLS FIRST" is implicit default for "DESC".
- # (https://www.postgresql.org/docs/11/indexes-ordering.html)
+ # (https://www.postgresql.org/docs/current/indexes-ordering.html)
def compile_exprs(exprs):
return list(map(str, exprs))