Hi,

I have the following model in use: http://pastie.org/326622.
My problem is that the "nullable" constraint on submissions in
ImageTask creates a NOT NULL field in the database, which doesn't
allow TextTasks to be saved, because they lack the submissions
property.
The second problem is that the unique_index I create for ImageTask
isn't created at all in the database.

Is that a bug or just normale behaviour for subclassed models? Is the
latter a good idea at all? I use them because I want to reference to a
single list of Tasks in another model, instead of having two.

Thanks in advance
fabian
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DataMapper" 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/datamapper?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to