Matteo Zanoni
Matteo Zanoni
When using a `QueryBuilder` with a specific dialect set I expected the same result as using the dialect-specific query builder. For example by using the `MSSQL` dialect and the `limit`...
This is used to specify extra parameters that are valid for all log messages formatted with the formatter. It is usefull to avoid repeting `extra={...}` in every log call. Closes...
Currently, the formatter lacks the ability to include static extra fields in the log output. It is possible to include extra fields in each call (`.info`, `.error`...) but this is...
**Describe the bug** If a model of the Openapi App is called `Client` this name collides with the `client.Client` object in imports. **OpenAPI Spec File** ```json { "openapi": "3.1.0", "info":...