almelemar / django-sqlalchemy

Automatically exported from code.google.com/p/django-sqlalchemy
0 stars 0 forks source link

Adjacency list relationships do not work #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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