auvipy / django-sqlalchemy

Django ORM built on top of SQLalchemy core 2.0 for seamless integration of SQLAlchemy with Django 4.2+ PostgreSQL 14+ only for now. [pre POC now]

Home Page:https://pypi.org/project/django-sqlalchemy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adjacency list relationships do not work

GoogleCodeExporter opened this issue · comments

The setup for adjacency list relationships (self-referential) is different on 
SA than for normal Many 
to One.  The current declarative parts do not handle this properly.

[http://www.sqlalchemy.org/docs/04/mappers.html#advdatamapping_relation_selfrefe
rential_quer]
y

Original issue reported on code.google.com by mtr...@gmail.com on 10 Apr 2008 at 1:30