elixir uses module path for naming tables
i thought that it respects class path too
chaouche yacine wrote:
Why would it ? it's neither a subclass nor a ManyToMany relation.
Y.Chaouche
--- On Thu, 8/5/10, sylvain ferriol <[email protected]> wrote:
From: sylvain ferriol <[email protected]>
Subject: [elixir] tablename of class declared in class
To: [email protected]
Date: Thursday, August 5, 2010, 1:56 AM
hello
with the following code:
class toto(elixir.Entity):
... class
tutu(elixir.Entity):
...
elixir creates the following tables:
__main___toto
__main___tutu
why it does not create __main___toto__tutu instead ?
regards
sylvain
-- 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.
--
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.