On Tue, Aug 17, 2010 at 10:00, Dominic LoBue <[email protected]> wrote:
> line 721, in create_keys > fk_colnames.append(col.key) > AttributeError: 'NoneType' object has no attribute 'key' > > > Which is entirely unhelpful is determining where the problem in my > code is :(. Well, the problem seem to be that for some obscure reason, at least one of your ManyToOne relationships is being initialized before "its" field. At first glance, your generated model seems correct (I don't have time to inspect it in detail), so it is likely an Elixir bug. However I will be unable to test your code and possibly fix the problem before next week at the earliest. -- Gaëtan de Menten -- 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.
