Re: [RDBO] Bug in save() where only field is primary key

2006-07-31 Thread John Siracusa
On 7/28/06, Danial Pearce <[EMAIL PROTECTED]> wrote: > I found a bug a couple weeks back where I had a DB structure that had > this odd table hanging around where the only field was the primary > key, which was also a foreign key. I found at the time that you could > create a new() on that object,

Re: [RDBO] Bug in save() where only field is primary key

2006-07-29 Thread Danial Pearce
>> I found a bug a couple weeks back where I had a DB structure that had >> this odd table hanging around where the only field was the primary >> key, which was also a foreign key. I found at the time that you could >> create a new() on that object, which would save() fine. But if you >> ever wante

Re: [RDBO] Bug in save() where only field is primary key

2006-07-29 Thread John Siracusa
On 7/28/06 9:59 AM, Danial Pearce wrote: > I found a bug a couple weeks back where I had a DB structure that had > this odd table hanging around where the only field was the primary > key, which was also a foreign key. I found at the time that you could > create a new() on that object, which would

[RDBO] Bug in save() where only field is primary key

2006-07-29 Thread Danial Pearce
I found a bug a couple weeks back where I had a DB structure that had this odd table hanging around where the only field was the primary key, which was also a foreign key. I found at the time that you could create a new() on that object, which would save() fine. But if you ever wanted to ca