Fix comment

This commit is contained in:
Konsta Vesterinen
2015-01-04 22:12:56 +02:00
parent e15bc1b17d
commit 0bb3da80fc

View File

@@ -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):