pythononwheels / pow_devel

development repo for PyhtonOnWheels framework
www.pythononwheels.org
MIT License
75 stars 10 forks source link

Primary Key problem with SQLAlchemy >= 1.4.11 #49

Open pythononwheels opened 3 years ago

pythononwheels commented 3 years ago

Leads to error: sqlalchemy.exc.ArgumentError: Mapper mapped class could not assemble any primary key columns for mapped table

pythononwheels commented 3 years ago

Need to check the SQLAlchemy changelog. SQLAlchemy has implemented some big API, Package naming and usage changes. Versoin 1.4.x => is the way to SQLAlchemy 2.0

See the => SQLAlchemy 1.4 / 2.0 Tutorial

And the 1.4.x Changelog

pythononwheels commented 3 years ago

Need to check DeclarativeBase class changes between 1.4.10 and 1.4.11