Re: [sqlalchemy] .one is not returning a KeyedTuple, but a

2017-04-24 Thread mike bayer
On 04/24/2017 12:44 PM, Mark Jones wrote: We are upgrading from 0.9.7 to 1.1.9 and I've run into a bit of a problem with the upgrade. I have a query which is based on a .select_from() and .join() so the mapping doesn't really exist from a single model. All of the fields have labels

[sqlalchemy] .one is not returning a KeyedTuple, but a

2017-04-24 Thread Mark Jones
We are upgrading from 0.9.7 to 1.1.9 and I've run into a bit of a problem with the upgrade. I have a query which is based on a .select_from() and .join() so the mapping doesn't really exist from a single model. All of the fields have labels though and the result set produces the right