Grzegorz Koperwas

Results 4 issues of Grzegorz Koperwas

Hi! I encountered an error while trying to use this library for a university research project while caching a list of pydantic models. So I added functionality to the library...

`TimestampNow` generates values for default `Timestamp` columns in the ORM code, not in the DB. As a result, one row with many columns that use `TimestampNow` as a default value...

I like using this app while dispatching, and as I am also a developer I gave it a look. I found the process of starting the application to be somewhat...

When creating pydantic models with `create_pydantic_model` function, columns marked as `null` are not marked as `null` in the data. Instead the function uses the `required` property. ## How to recreate...