lp:~jamesh/storm/bug-217644

Created by James Henstridge and last modified
Get this branch:
bzr branch lp:~jamesh/storm/bug-217644
Only James Henstridge can upload to this branch. If you are James Henstridge please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
James Henstridge
Project:
Storm
Status:
Merged

Recent revisions

312. By James Henstridge

Fix failures shown up in bug #405772. Filtering out the non primary
keys causes problems if we have a distinct query that is ordered by a
column we've removed. So now we keep all the columns as is.

311. By James Henstridge

Add NEWS entry for aggregate fix. Remove note about reverting previous
ResultSet.count() fix, since we won't have released a version without
the fix.

310. By James Henstridge

merge from trunk

309. By James Henstridge

Rework ResultSet._aggregate() so my changes are less of a hack.

308. By James Henstridge

Remove special case code in sqlobject compatibility layer, since Storm
is handling the distinct option correctly now.

307. By James Henstridge

Fix the result of test_find_count_column_with_implicit_distinct -- we're
counting distinct rows that have a non-null foo_id rather than counting
distinct non-null foo_id values.

Remove test_find_count_multiple_columns_with_implicit_distinct since it
doesn't really make sense. SQLite doesn't like being passed a tuple as
the argument to count, and PostgreSQL treats the tuple (NULL, NULL) as
non-NULL.

306. By James Henstridge

Add back tests from Thomas Herve's attempt to fix this bug.

305. By James Henstridge

Start of fix for bug 217644: update ResultSet._aggregate() to handle
complex queries (set expressions, distinct queries, sliced queries)
better.

304. By James Henstridge

Add a news entry about the IResultSet adapter.

303. By James Henstridge

(Gavin Panella) Provide an adapter from ISQLObjectResultSet to
IResultSet. This is for the benefit of applications moving from the
SQLObject compatibility layer to Storm's native API.
[r=niemeyer,jamesh] [f=338184]

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.

Subscribers