Open tylerm007 opened 11 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
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