bard stéphane wrote:
>
> is there an easy way to represent an interval tree table in sqlAlchemy
> Interval Tree is very common way to represent tree.
> with right, left, level indices, node, leaf (left - right = 1) ?

there's no restriction using the SQL expression language.   The ORM can do
it too, see the example examples/nested_sets/nested_sets.py in the tar.gz
distribution for a recipe.



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to