Re: [sqlalchemy] Not able to importing fixtures from sqlalchemy from 1.3.16 version

2021-12-09 Thread Mike Bayer
these fixtures are only for use within a pytest test suite that is using SQLAlchemy's plugins. is this for a third party dialect project? On Thu, Dec 9, 2021, at 9:42 AM, sairohith yerramilli wrote: > Hi > I am facing an issue when importing fixtures from sqlalchemy in version > 1.3.16 and a

Re: [sqlalchemy] session merge sets missing children foreign keys to null

2021-12-09 Thread Gabriel Smith
Thank you for the quick and clear answer that solves the test case. I've applied the same approach to the issue in our current codebase and it completely fixed the issue. You're the best! On Wednesday, December 8, 2021 at 1:48:45 PM UTC-6 Mike Bayer wrote: > > > On Wed, Dec 8, 2021, at 10:38 A

[sqlalchemy] Not able to importing fixtures from sqlalchemy from 1.3.16 version

2021-12-09 Thread sairohith yerramilli
Hi I am facing an issue when importing fixtures from sqlalchemy in version 1.3.16 and above. When i am trying to import fixtures from sqlalchemy i.e "from sqlachemy.testing import fixtures" it throwing me an attribute error says 'NoneType' object has no attribute 'fixture' This change in behav