Hi Chris, I've tested sqlgraph.GraphView. It works nearly perfect :)
The problem is that if there is an *ORDER BY* in the sql_statement, such as the one I gave in the previous e-mail, it will get ignored. I checked the sqlgraph.GraphView source code and found out that the returned query results were set to a dictionary. ~jenny On Thu, Dec 11, 2008 at 9:18 AM, Christopher Lee <[email protected]> wrote: > > Hi Jenny, > I implemented simple versions of what we discussed, as > sqlgraph.MapView (for 1:1 style mappings) and GraphView (for many:many > style mappings). You can get the new code from the public git > repository. I also added a simple test of this functionality to tests/ > sqltable_test.py > > -- Chris > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---
