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

Support to Append #755

Merged
merged 4 commits into from
Jan 5, 2015
Merged

Support to Append #755

merged 4 commits into from
Jan 5, 2015

Commits on Jan 4, 2015

  1. Support to Append

    Now support append
    Also created a check_column_names in order to check the consistency of the column names with the target file.
    guillaumeguy committed Jan 4, 2015
    Configuration menu
    Copy the full SHA
    5b7888b View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2015

  1. Add tests for writetable with append

    writetable now supports append = true
    guillaumeguy committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    9096add View commit details
    Browse the repository at this point in the history
  2. minor variable name change

    test3_result ==> test4_result
    guillaumeguy committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    4558564 View commit details
    Browse the repository at this point in the history
  3. simplify tests for writetable

    by using @test_throws
    guillaumeguy committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    6236ede View commit details
    Browse the repository at this point in the history