Commit 91bffe26 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Remove extra parenthesis.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2317 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent e88b94c2
......@@ -603,7 +603,7 @@ class MySQLDatabaseManager(DatabaseManager):
min_serial = u64(min_serial)
max_serial = u64(max_serial)
r = q('SELECT oid, serial FROM obj '
'WHERE (partition = %(partition)s '
'WHERE partition = %(partition)s '
'AND serial <= %(max_serial)d '
'AND ((oid = %(min_oid)d AND serial >= %(min_serial)d) '
'OR oid > %(min_oid)d) '
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment