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.