Val Huber

Results 60 issues of Val Huber

If you'd like to report a bug in Flask-Appbuilder, fill out the template below. Provide any extra information that may be useful Responsible disclosure: We want to keep Flask-AppBuilder safe...

This Postgres driver is an x86 binary, so [fails for other architectures](https://valhuber.github.io/ApiLogicServer/Tech-m1/). Under investigation.

Incorrect generation of admin.yaml. Fix soon. You can repair this manually by removing the double-quoting of the api_root entry.

Hangs on docker, some macs. Fix anticipated soon

To recreate the issue: 1 - create db/schema (postgres) in docker db 2 - load ddl/data from create_skills_matrix_db.sql 3 - create project ApiLogicServer create --project_name=skills_matrix --db_url=postgresql://postgres:p@localhost/skills_matrix 4 - create venv...

Here is the log: ``` ValidationError: Invalid type member: Categorie != Category Traceback (most recent call last): File "/Users/val/dev/safrs/safrs/safrs_api.py", line 653, in method_wrapper result = fun(*args, **kwargs) File "/Users/val/dev/safrs/safrs/jsonapi.py", line...

As of 4.3.3, the NW sample app includes `Order.Ready` as a Boolean. It works fine in Swagger, but I am unclear how to define it for the admin app. 1....

This is a minor issue (just specify the desired sort columns), but is disconcerting:

With SQLAlchemy 1.4, we are seeing issues adding rows with autoNum keys * postgres * sample (sqlite) * SqlServer .

Orders table works, but Categories fails.... Use [SqlServer Docker](https://github.com/valhuber/ApiLogicServer/wiki/Working-with-Docker#install-sqlserver-as-a-test-database) ``` ApiLogicServer run --project_name=~/dev/servers/sqlserver --db_url=mssql+pyodbc://sa:posey386!@localhost:1433/NORTHWND?driver=ODBC+Driver+17+for+SQL+Server?trusted_connection=no ``` See: ``` { "errors": [ { "title": "Generic Error: Pagination Error (pyodbc.ProgrammingError) ('42000', '[42000] [Microsoft][ODBC...