Re: [sqlalchemy] load_only change in 1.2.0?

2018-01-10 Thread Mike Bayer
On Wed, Jan 10, 2018 at 1:03 PM, Matt Schmidt wrote: > I have a small companion library that I wrote for model-to-dict > serialization. I just updated to 1.2.0 and one of my tests is failing -- > > https://gitlab.com/sloat/SerialAlchemy/blob/master/tests/test_to_dict.py#L193 > >

[sqlalchemy] load_only change in 1.2.0?

2018-01-10 Thread Matt Schmidt
I have a small companion library that I wrote for model-to-dict serialization. I just updated to 1.2.0 and one of my tests is failing -- https://gitlab.com/sloat/SerialAlchemy/blob/master/tests/test_to_dict.py#L193 In 1.1.x, it worked as expected, but in 1.2, the primary-key is added to the