-
**Describe the bug**
When setting a Postgres schema with a numeric name, there is an error:
```
sq: invalid active schema specified via --src.schema: invalid catalog.schema: loadtest.10000
```…
-
Like in DataGrip, I can choose which databases are visible in the current connection
![Image](https://github.com/user-attachments/assets/1dc05e9d-7917-4a5f-9702-fc29b25ed7da)
-
it seems that kanel-kysely normally merges schemas together in the Database type which make it difficult to know which table is from which schema. How can I adjust my config so that this
```ts
// …
-
Current version of the schema idea: (see edits for previous versions)
![Screenshot](https://github.com/user-attachments/assets/9481ca2f-4bde-4f66-ae56-e79f35beb1f1)
[Source file](https://github.com/us…
-
Not really a bug, but a feature request
Is it possible to have support for schemas such as the one described in the [Pydantic documentation](https://docs.pydantic.dev/1.10/usage/schema/#getting-sch…
-
(this issue was created to test updating this issue body via github actions)
-
Is it correct that there is no way to indicate in a model that a certain property with type CharacterString should have a _fixed_ length in the GML application schema (https://www.w3.org/TR/xmlschema-…
-
We're trying to use this filterFile:
```
{
"methods": [],
"inverseMethods": [],
"tags": [],
"inverseTags": [],
"operationIds": [],
"inverseOperationIds": [],
"operations": [],…
-
Currently the schema is a module level constant. Make the schemas configurable.
The class constructor should now take a new argument `schemas: list[list[str]]` where a `schema` will be a list of st…
-
Both Rules and Schemas have get-by-version endpoints as well as get-by-id endpoints.
The get-by-version endpoints work fine.
Neither the Rule nor Schema response objects seem to have id properties.
…