On Mar 9, 11:59 pm, "Diez B. Roggisch" <[email protected]> wrote: > Hi, > > when creating a class-hierarchy with inheritance="single" and > polymorphic="some_column", Elixir insists on creating the polymorphic > column. This is problematic if you want to control the column > specifics. Maybe Elixir could check if there is already a declaration > for this? >
I had to patch my Elixir to get this. It's come up before, see http://groups.google.com/group/sqlelixir/browse_frm/thread/beecdcdf0dcc8d29/3fe5762354ccc30d and http://groups.google.com/group/sqlelixir/browse_frm/thread/f9aec52a54e4abce/7c9b5713035d3d7f Regards, Vinay Sajip -- 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.
