fasterthanlime / cs322

CS-323 project
2 stars 1 forks source link

Implement the queries described above^Wbelow. #7

Closed greut closed 12 years ago

greut commented 12 years ago

A few more queries should be implemented:

greut commented 12 years ago

For the Query F can you take a look at this line as the first guy seems to have no birthdate?

1967,   1125,   Wilbert,    Frazier,    ,   3827,   Bob,    Wilson,     1926-03-08

Otherwise it looks all good from here. Good job!

greut commented 12 years ago

ping @nddrylliog!

nddrylliog commented 12 years ago

I would, but I can't run the app! Looking at the people row with id 1125 would be a lot easier from ActiveAdmin :(

greut commented 12 years ago

The data says it all.

players.csv (line 1126)
FRAZIWI02,Wilbert,Frazier,C,1967,1968,NULL,NULL,NULL,NULL,NULL

fyi: http://www.databasebasketball.com/players/playerpage.htm?ilkid=FRAZIWI02

nddrylliog commented 12 years ago

HA! Ha! Ha. I changed the Gemfile to use plain http and now bundle install works...

greut commented 12 years ago

another bug.

Can you explain the remark about “different join order not giving any results” in query D? Please include this explanation in the final version of the report. Keep in mind that you're not getting the correct result (should be indeed 0 rows).

nddrylliog commented 12 years ago

We'd have to try again, but yeah some order gave 0 results, which I thought was wrong :(

nddrylliog commented 12 years ago

Fixed D, closing!