-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
I've been exploring the idea to parse pydantic models into a ORM object using custom serializer. For testing I've been …
-
**Describe the bug**
When the DB contains models with at least one field of type `tortoise.contrib.postgres.fields.TSVectorField`, the instance cannot be fetched by the ORM producing the following ex…
-
**Describe the bug/problem**
I wanted to update metadata of a book. pressed edit and then "Fetch metadata". Found a match and choosed then i got the following error when i pressed Save button.
…
-
Next test: Export with SIA405, no selection: The same error as till now: I have ARA-Bauwerk-Records in my database, the wastewater-nodes go into the export, but the wastewater_structure …
-
### Environment
* Nautobot version (Docker tag too if applicable): v2.3.1
* Python version: 3.11.9
* Database platform, version:
* Middleware(s):
### Steps to Reproduce
1. Create Custom Field …
-
Hello I'm trying to install pony orm-migrations in MacOS
`pip install git+git://github.com/ponyorm/pony.git@orm-migrations `
and I'm getting this error:
```
ERROR: Command errored out with e…
-
Today we have a few tools to doc apis like faskapi already have sweager on it, but today there is no libraries to automate the orm design tables, imagin just plug the ondrassqldesigner like "pip intal…
-
It would be good to have python code generation (to python dataclasses?) similarly to the java code generation. Care would have to be taken to match the XML and ORM capabilities to interoperate with t…
-
### Expected Behaviour
Given the documentation, I would have expected the Validation to be skipped in the situation a middleware responds before the request gets to the route handler.
### Curren…
-
### The problem
In issue #119167/PR #121025, the size of IDs was increased to a BIGINT. Unfortunately, it appears that the fix did not alter existing sequences, as I'm still receiving sequence error…