Re: [sqlalchemy] Large increase in memory use when upgrading from 1.3 to 1.4

2022-11-13 Thread 'Tony Cosentini' via sqlalchemy
Oh wow, this sounds like it would definitely impact us. I'm out this week travelling, but I will definitely upgrade + re-enable the cache and report back. Thanks! On Sat, Nov 12, 2022 at 3:17 PM Mike Bayer wrote: > 1.4.44 is released with this change. if you can try it out with your > applicat

[sqlalchemy] Re: sqlacodegen getting error

2022-11-13 Thread Lele Gaifax
Ajay Raikar writes: > can you suggest any other good ORM that can auto-generate DB > classes...? I cannot really say anything on the "goodness" of other ORMs, but I guess that is a "frequently asked facility". A quick search reveals for example https://docs.peewee-orm.com/en/latest/peewee/p

[sqlalchemy] Re: sqlacodegen getting error

2022-11-13 Thread Ajay Raikar
Hey Ciao lele, Thanks for your reply. I will report this to sqlacodegen team. Also, can you suggest any other good ORM that can auto-generate DB classes...? Thanks & Regards, Ajay Raikar On Sunday, 13 November 2022 at 18:09:26 UTC+5:30 leleg...@gmail.com wrote: > Ajay Raikar writes: > > >>

[sqlalchemy] Re: sqlacodegen getting error

2022-11-13 Thread Lele Gaifax
Ajay Raikar writes: >> n\codegen.py", line 9, in >> from inspect import ArgSpec >> ImportError: cannot import name 'ArgSpec' from 'inspect' (C:\Program >> Files\Pythoon311\Lib\inspect.py) >> Apparently the ArgSpec has been removed after a long deprecation period in https://github.com/

[sqlalchemy] sqlacodegen getting error

2022-11-13 Thread Ajay Raikar
Hi Team, I have installed a fresh project in which i wanted to generate ms-sql db class models with help of sqlacodegen I was not able to do that getting this error as attached in screenshot. Also I did the pip check it says no broken requirement. Even I tried down grading SQLAlchemy to 3.1.24