ApiLogicServer / ApiLogicServer-src

Create an executable project (API and Admin App) from a database with 1 command, customize with rules and Python in your IDE
https://apilogicserver.github.io/Docs/
BSD 3-Clause "New" or "Revised" License
27 stars 3 forks source link

Admin App fails with table vs entity names #16

Closed valhuber closed 8 months ago

valhuber commented 9 months ago

The table->class creation process computes SQLAlchemy Class Names that differ from table names (e.g., singular, omit underscores).

They failed in the admin app.

Fixed in preview: python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple ApiLogicServer==9.2.23

GA fix coming soon.

valhuber commented 8 months ago

fixed in 9.4.0