On Sunday 02 March 2008 20:04:17 jeff wrote: > Sorry, but I don't quite understand, even when I try to insert an > empty object into the database, it still brings up the error (IE, > using all defaults)
You DON'T pass a default - you are MISSING one. One (or several) of your columns don't have a default, but you try to create an object without passing an actual value. the bug is not a bug in the sense that it prevents you from doing something that could have been done before, but instead it obscures the real reason for SO not accepting your request. Go and pass a valid value for each of your columns, then things should work. Diez --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

