-
Fixed login DTO and added Schemas for user login handling.
Connected to local MongoDB database and finished testing with test data.
-
I have this setup using docker compose:
> services:
> db:
> image: mysql:8.4.2
> restart: always
> environment:
> MYSQL_DATABASE: 'xxxxxxxx'
> # Password for root ac…
-
Currently the user has to manually create databases on each worker to match the master. Since we require that the database names match anyways, and there are no real options here, we should just have…
-
Hi!
I'll be great for performance and usability to restrict database configuration to a list of schemas.
In our team we're dealing with one Oracle database instance that contains a lot of schemas/ow…
-
**Is your feature request related to a problem? Please describe.**
I'm always frustrated when the current DSN (Data Source Name) for PostgreSQL database as it does not support specifying a schema f…
-
Hi @arcuri82,
I'm facing this error when trying to generate whitebox test cases with EvoMaster:
"ERROR - Failed to extract the SQL Database Schema: null java.lang.NullPointerException"
In my …
-
Would be nice if you could specify the schema on the DB connection to use other than default public.
Proposal is in the config to include : PYWAY_DATABASE_SCHEMA
-
This issue is meant to centralize thoughts around quoting and case sensitivity.
In dbt 1.5 new tests for the caching mechanism were added. These, once again, failed on issues related to quoting and…
-
I have configured my Platformatic DB with JWT authentication and enabled OpenAPI documentation. The configuration in
platformatic.json includes the security section with bearerAuth for JWT tokens. W…
-
### Bug summary
I expect a request to`/flows/paginate` to return a (potentially empty) array of Flows.`Flow` inherits from `IDBaseModel` which uses a `default_factory` to assign UUIDs on _write_, so …