Problem here is that the function create_ddl() for both, ShotChartDetailRequester and PlayerGameLogRequester attempt to create the temp tables ShotChartDetailTemp and PlayerGameLogTemp twice. Once inside the init functions and once inside the create_ddl functions. This PR simply removes code that creates the temp table from the create_ddl functions.
Problem here is that the function create_ddl() for both, ShotChartDetailRequester and PlayerGameLogRequester attempt to create the temp tables ShotChartDetailTemp and PlayerGameLogTemp twice. Once inside the init functions and once inside the create_ddl functions. This PR simply removes code that creates the temp table from the create_ddl functions.
This is a fix for issue https://github.com/mpope9/nba-sql/issues/78