Skip to content

Commit 4d66755

Browse files
author
Ralf Schlatterbeck
committed
Add an attribute for sort-order fix in rdbms backends
1 parent 732ee27 commit 4d66755

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

roundup/hyperdb.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: hyperdb.py,v 1.126 2006-08-29 04:20:50 richard Exp $
18+
# $Id: hyperdb.py,v 1.127 2006-08-30 09:35:31 schlatterbeck Exp $
1919

2020
"""Hyperdatabase implementation, especially field types.
2121
"""
@@ -309,6 +309,7 @@ def __init__(self, db, cls, name, props, parent = None):
309309
self.attr_sort_done = False
310310
self.tree_sort_done = False
311311
self.propclass = None
312+
self.orderby = []
312313
if parent:
313314
self.root = parent.root
314315
self.depth = parent.depth + 1

0 commit comments

Comments
 (0)