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

FIX: Database.write should raise if one of the specified values is not entered. #117

Merged
merged 3 commits into from Aug 9, 2017

Commits on Aug 8, 2017

  1. Copy the full SHA
    512e422 View commit details
    Browse the repository at this point in the history
  2. FIX: Database.write should raise if one of the specified values is no…

    …t entered
    
    Closes #94.
    
    This handles cases where `if_exists` is passed a string that is not in ['raise', 'overwrite', 'rename']. In that case, we should raise rather than overwrite.
    bocklund committed Aug 8, 2017
    Copy the full SHA
    3de5549 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bef336a View commit details
    Browse the repository at this point in the history