Files
sqlalchemy/lib
Mike Bayer 64c1f2e568 - The "lightweight named tuple" used when a :class:.Query returns
rows failed to implement ``__slots__`` correctly such that it still
had a ``__dict__``.    This is resolved, but in the extremely
unlikely case someone was assigning values to the returned tuples,
that will no longer work.
fixes #3420
2015-05-14 19:22:53 -04:00
..