cmda-bt / be-course-17-18

๐ŸŽ“ Backend ยท 2017-2018 ยท Curriculum and Syllabus ๐Ÿ’พ
Other
47 stars 19 forks source link

Storage assignment #561

Closed Marijnone closed 6 years ago

Marijnone commented 6 years ago

I found it pretty hard to debug sql and after googling around found the debug:true option which makes it easier to debug your sql queries. With that turned on i could see which table names where incorrect or had the wrong data types. Got the delete function working which was kinda complex but looking at the slides and working with classmates. Only thing i could not figure out was how to get my db working with a second table using left joins. Also could not manage to export my db?? tried the example as given in de assingment. But ofcourse SQL keeps giving me errors. I do have this image db

link to repo

rijkvanzanten commented 6 years ago

Also could not manage to export my db??

Have you tried mysqldump?

Unfortunately, this image alone doesn't give me enough info to work with ๐Ÿ™ƒ I don't know what datatypes, what lengths, what relations, etc.. Please provide a database dump one way or another so I can check it out ๐Ÿ˜„

Code looks promising!

rijkvanzanten commented 6 years ago

Feedback

All in all, does as advertised!

It was a true pain in the ass to get the DB up and running without the instructions, but luckily you just figured out how to create database dumps on Windows