Aaron Junot
Aaron Junot
I agree that the basic usage tutorial is excellent. We'd like to use SQLModel with the [async engine](https://docs.sqlalchemy.org/en/14/orm/extensions/asyncio.html#engine-api-documentation) from SQLAlchemy. The advanced page indicates this is possible. I was hoping...
Right, so there was some discussion back and forth about whether it should be the mathematical intersection of both languages, or the union. At some point we decided on the...
Perhaps it would look like a "Show more results" button, and it would show a query for the union of both results rather than the intersection if they didn't end...
I think I remember being on the intersect side of the argument when this was decided over a year ago, but I was convinced otherwise by the person I was...
@fumblehool Thanks so much for your contribution! I haven't pulled it down to run it just yet, but I'd like to give it a really thorough review because it changes...
So locally, I got it running in the flask shell, but I'm a bit unclear as to the interface for creating a new user and assigning roles. Would you mind...
Also, please rebase to resolve conflicts
I ran it and navigated to `/login` and I got this error ``` 172.26.0.1 - - [29/Oct/2020 19:03:30] "GET /login HTTP/1.1" 500 - Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/flask/app.py",...
In order for the tests to pass, we'll probably need a default `'SECRET_KEY'` and `'SECURITY_PASSWORD_SALT'`
Other than that, it looks like it works at a first pass. I'll do some more extensive testing later, but I really appreciate the effort here!