Re: getting database definition in line

2009-02-03 Thread Eric Abrahamsen
On 2月4日, 下午12时03分, Malcolm Tredinnick wrote: > On Tue, 2009-02-03 at 19:47 -0800, Eric Abrahamsen wrote: > > > On Feb 4, 11:25 am, Malcolm Tredinnick > > wrote: > > > On Tue, 2009-02-03 at 19:10 -0800, Eric Abrahamsen wrote: > > > > Hi

Re: getting database definition in line

2009-02-03 Thread Malcolm Tredinnick
On Tue, 2009-02-03 at 19:47 -0800, Eric Abrahamsen wrote: > > > On Feb 4, 11:25 am, Malcolm Tredinnick > wrote: > > On Tue, 2009-02-03 at 19:10 -0800, Eric Abrahamsen wrote: > > > Hi there, > > > > > I'm unable to do any testing -- my fixtures fail with a "Duplicate >

Re: getting database definition in line

2009-02-03 Thread Eric Abrahamsen
On Feb 4, 11:25 am, Malcolm Tredinnick wrote: > On Tue, 2009-02-03 at 19:10 -0800, Eric Abrahamsen wrote: > > Hi there, > > > I'm unable to do any testing -- my fixtures fail with a "Duplicate > > Entry" error when loading. From what I've googled, this might have > >

Re: getting database definition in line

2009-02-03 Thread Malcolm Tredinnick
On Tue, 2009-02-03 at 19:10 -0800, Eric Abrahamsen wrote: > Hi there, > > I'm unable to do any testing -- my fixtures fail with a "Duplicate > Entry" error when loading. From what I've googled, this might have > something to do with a mismatch between my model definitions and the > sql table

getting database definition in line

2009-02-03 Thread Eric Abrahamsen
Hi there, I'm unable to do any testing -- my fixtures fail with a "Duplicate Entry" error when loading. From what I've googled, this might have something to do with a mismatch between my model definitions and the sql table definition. This fails on a model that I've done a lot of manual sql