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

start_datetime needs to be not null #9

Open
mandagill opened this issue Mar 16, 2015 · 0 comments
Open

start_datetime needs to be not null #9

mandagill opened this issue Mar 16, 2015 · 0 comments

Comments

@mandagill
Copy link
Owner

at line 21 of data_filter.py, the function uses the start_datetime attribute of a data point object to determine if it needs to call for more data. At this time, that column is nullable in PostgreSQL.

Desired resolution: need to add a check for whether this is null or not; if it's null, assume the user is new and create a new record. Otherwise duplicate DB records are created.

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

1 participant