Re: Fixture Funny : 1st Row Of Each Table Missing

2012-01-25 Thread Johan
Ok. So I fixed the problem by starting my PK values at 1. It seems like there is a discrepancy between the way fixtures are imported into a mysql db and a sqlite db. Using PK's that start at 1 works on both. On Jan 25, 11:18 am, Johan wrote: > Hi. I'm having a funny issue.

Fixture Funny : 1st Row Of Each Table Missing

2012-01-25 Thread Johan
Hi. I'm having a funny issue. I have a fixture for my static tables. They are all populated via syncdb using the fixture. On my sqlite test environment it works perfectly. On my production environment, with a MySQL database, the data is populated into the tables via the fixture except for the