As in the Elixir tutorial...
class Movie(Entity):
director = ManyToOne('Director')
m = Movie()
What is the difference between
m.table.c
vs.
m.table.columns
They seem to be exactly the same. And is there a way to get a list of fields
(oops, attributes) that includes 'director' instead of 'director_id'?
Thanks,
Michael
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---