Re: [sqlalchemy] Trouble with ordering_list extension

2017-06-28 Thread Mike Bayer
On Wed, Jun 28, 2017 at 12:02 AM, Andy Green wrote: > Now, some investigating has revealed the following information: > - commenting out the `__reduce__` function on OrderedList seems to make > everything work correctly (including the unit tests on orderinglist.py). >

[sqlalchemy] Trouble with ordering_list extension

2017-06-27 Thread Andy Green
Hi All, I'm having some trouble using an OrderingList as a relationship "collection_class". I suspect there is a bug in the implementation of the `__reduce__` function on the OrderingList class. I'm using SQLAlchemy version 1.1.11. Posting a MWE or my actual code is going to take a fair bit