Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

play_by_play table empty after "successful" database build #90

Open
throwaway87 opened this issue Feb 7, 2023 · 3 comments
Open

play_by_play table empty after "successful" database build #90

throwaway87 opened this issue Feb 7, 2023 · 3 comments

Comments

@throwaway87
Copy link

using the application to build the database works for other tables but using the same settings and only building the play_by_play table results in the application acting like it was successful but the resulting table has zero rows

@mpope9
Copy link
Owner

mpope9 commented Feb 7, 2023

Hi, thanks for the report. A few questions:

  • What version were you using?
  • Are you trying to use the 'default-mode' setting to build the play_by_play table?
  • Does building the whole db from scratch without skipping the play_by_play table fill it?

I am able to create a new DB from scratch and that table does get populated. I am using SQLite.

@throwaway87
Copy link
Author

Sorry. Been a while since I wrote up a bug

the app is nba_sql_v0.0.9 on postgresql 15 on windows 10
Yes. I'm using the default mode and since the rest of the db built fine, I'm just attempting that table for the 2022-2023 season.
Previously, I could not get a successful build by doing all tables for the current season, so I built the database without building the play_by_play or shot_chart_detail. That worked fine. So now I'm just trying to get the play by play table.

No it does not. When I just build the whole db, it fails on the play by play. I have only built for this season in all circumstances though. Technically, I don't know if doing it for all the seasons would work.

@mpope9
Copy link
Owner

mpope9 commented Nov 5, 2023

Sorry for the late reply on this. I have trouble reproducing this on the most recent version. Is it possible for you to update and try this again? I've tested it on SQLite, MySQL, and Postgres.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants