ApiLogicServer / ApiLogicServer-src

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

OptLocking fails for rows with list, dict #27

Closed tylerm007 closed 9 months ago

tylerm007 commented 9 months ago

from sqlalchemy.dialects.mysql import JSON

json = Column(JSON)

GET returns error: "detail": "Generic Error: unhashable type: 'list'", "code": 500

valhuber commented 9 months ago

To reproduce: MySQL stress JSON type fails

Fixed in next release.

You can fix in your project using this file.

valhuber commented 9 months ago

Fixed in 10.0.0