Re: constraints fail importing data

2010-01-06 Thread Antoni Aloy
You have to check the constraints in table of course. There is no information we can use to help you sorry. 2010/1/6 shaner > INSERT INTO table (col1,col2) SELECT col1,col2 FROM table2 > > is what i'm trying do, copy some columns from one table to one in > django, i get

constraints fail importing data

2010-01-05 Thread shaner
INSERT INTO table (col1,col2) SELECT col1,col2 FROM table2 is what i'm trying do, copy some columns from one table to one in django, i get constraints failed i made a test db and tested this and worked, copied the two columns to another table fine, also tried recreating the model w/ blank=true