Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tylerm007 opened this issue Dec 8, 2023 · 1 comment
Open

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

tylerm007 opened this issue Dec 8, 2023 · 1 comment
Assignees

Comments

@tylerm007
Copy link
Collaborator

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
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants