Using SQLAlchemy 0.5 and elixir 0.6, with pylons:

>> dir(model.Page
... )
['__class__', '__delattr__', '__dict__', '__doc__',
'__elixir_mutators__', '__getattribute__', '__hash__', '__init__',
'__metaclass__', '__module__', '__new__', '__reduce__',
'__reduce_ex__', '__repr__', '__setattr__', '__str__', '__weakref__',
'_descriptor', '_global_session', '_sa_class_manager', '_setup_done',
'allparents', 'changed_at', 'children', 'created_at', 'delete',
'expire', 'expunge', 'flush', 'from_dict', 'get', 'get_by', 'id',
'lastDate', 'mapper', 'merge', 'parent_id', 'refresh', 'save',
'save_or_update', 'set', 'slug', 'table', 'text', 'title', 'to_dict',
'update', 'update_or_create']
>>> model.Page.query
Traceback (most recent call last):
  File "<console>", line 1, in <module>
AttributeError: type object 'Page' has no attribute 'query'


[]'s
- Walter

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SQLElixir" 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/sqlelixir?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to