diff options
author | mike bayer <mike_mp@zzzcomputing.com> | 2022-06-18 19:00:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@ci3.zzzcomputing.com> | 2022-06-18 19:00:16 +0000 |
commit | f7daad21ef66c29aecfbdb2b967641d0adad8779 (patch) | |
tree | 4911f097382da413b0caf298594ad71080bc0cb0 /test/dialect/postgresql/test_reflection.py | |
parent | 84183b19795a8ccdcbf4adbd9951ff3d60d161fe (diff) | |
parent | 3bde1eae31212b5bc2c6652dca52f70fb79d5950 (diff) | |
download | sqlalchemy-f7daad21ef66c29aecfbdb2b967641d0adad8779.tar.gz |
Merge "Normalize postgresql docs links to point to current" into main
Diffstat (limited to 'test/dialect/postgresql/test_reflection.py')
-rw-r--r-- | test/dialect/postgresql/test_reflection.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dialect/postgresql/test_reflection.py b/test/dialect/postgresql/test_reflection.py index cbb1809e4..3e0569d32 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)) |