ApiLogicServer-src
ApiLogicServer-src copied to clipboard
Several MySQL Field Types fail to display in Admin UI
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
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:[email protected]:3306/stress