ApiLogicServer-src icon indicating copy to clipboard operation
ApiLogicServer-src copied to clipboard

Several MySQL Field Types fail to display in Admin UI

Open tylerm007 opened this issue 2 years ago • 1 comments

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 avatar Dec 08 '23 15:12 tylerm007

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

tylerm007 avatar Dec 08 '23 15:12 tylerm007