Mateusz
K.
Student,
Politechnika
Warszawska
Temat: Doctrine - Couldn't get last insert identifier.
Kiedy probuje zaladowac dane z folderu fixtures wykonujac poolecenie "php symfony doctrine:data-load" symfony wywala mi blad "Couldn't get last insert identifier.". Mecze sie juz z tym troche i chyba juz nic nie wymysle dlatego zwracam sie o pomoc. Ostatecznie loaduje tylko jedna tabele
AgeGender:
columns:
id: { type: smallint, primary: true, autoincrement: true }
age: { type: tinyint }
gender: { type: string(6) }
danymi
AgeGender:
male20:
age: 20
gender: male
female20:
age: 20
gender: female
I niestety dalej to samo.
Z gory dzieki za pomocMateusz K. edytował(a) ten post dnia 15.12.10 o godzinie 11:10