Closed aadi58002 closed 1 year ago
Hey @aadi58002, thanks for the report!! You're right, this is an error because of the recursion limit error as discussed here, https://github.com/SeaQL/seaography/pull/84#discussion_r1019035659.
I just updated the example to override the default recursion limit, https://github.com/SeaQL/seaography/pull/107.
Description
Steps to Reproduce
docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' <postgres_container>
export DATABASE_URL="postgres://postgres:postgres@10.89.1.8/sakila"
Expected Behavior
Actual Behavior
Reproduces How Often
Versions
├── sea-orm v0.10.5 │ ├── sea-orm-macros v0.10.5 (proc-macro) │ ├── sea-query v0.27.2 │ │ ├── sea-query-derive v0.2.0 (proc-macro) │ ├── sea-query-binder v0.2.2 │ │ ├── sea-query v0.27.2 () │ ├── sea-strum v0.23.0 │ │ └── sea-strum_macros v0.23.0 (proc-macro) │ ├── sea-orm v0.10.5 ()
Additional Information