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

Several MySQL Field Types fail to display in Admin UI #28

Open tylerm007 opened 9 months ago

tylerm007 commented 9 months ago

Using the MySQL "stress" tables (now in the Docker mysql container) - These do not display any data in Admin UI - the GET shows that the values are returned.

STRESS_BIT STRESS_CHAR STRESS_ENUM STRESS_JSON (sqlalchemy error) STRESS_SET (sqlalchemy error) STRESS_TINYINT STRESS_VARCHAR

curl http://localhost:5656/api/{ENDPOINT} - to see the actual values

tylerm007 commented 9 months ago

Note: /Users/tylerband/dev/ApiLogicServer/ApiLogicServer-dev/org_git/ApiLogicServer-src/tests/test_databases/mysql_test_databases/stress_mysql.sql is the source used for this test

ApiLogicServer rebuild-from-model --project_name=stress_mysql --db_url=mysql+pymysql://root:password@127.0.0.1:3306/stress