← Back to team overview

launchpad-dev team mailing list archive

What does SQL-nostore means?

 

Hi,

I'm investigating bug 823473: AttributeError getting archive
subscriptions for a given person

The attribute error happens in ArchiveSubscriptionSet._getBySubscriber().

The None is the store, results of:

store = Store.of(subscriber)

There is no way that subscriber can be None here as it's passed in by
the caller, and the call site has an explicit check against the person
not existing.

So how can Store.of(subscriber) returns None when it was fetched from
the DB?

If you look at the OOPS (2045DV1) SQL logs, you'll see that the two last
statements are the retrieving of the person and then a mysterious:

SQL-nostore 	Transaction completed,
                status: Active

What does that mean?

-- 
Francis J. Lacoste
francis.lacoste@xxxxxxxxxxxxx

Attachment: signature.asc
Description: OpenPGP digital signature


Follow ups