Fix comment
This commit is contained in:
@@ -184,7 +184,7 @@ def make_order_by_deterministic(query):
|
|||||||
else:
|
else:
|
||||||
column = order_by
|
column = order_by
|
||||||
|
|
||||||
# Queries that are ordered by an already
|
# Skip queries that are ordered by an already deterministic column
|
||||||
if isinstance(column, sa.Column):
|
if isinstance(column, sa.Column):
|
||||||
try:
|
try:
|
||||||
if has_unique_index(column):
|
if has_unique_index(column):
|
||||||
|
Reference in New Issue
Block a user