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 Postgresql CSV import for older versions. #487

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 13, 2016

  1. Fix Postgresql CSV import for older versions.

    Postresql's COPY command syntax has changed from 8.x to 9.x. odo uses
    the new syntax, which produces a syntax error when running against 8.x
    and older. Below is a patch that probes the database version and applies
    the correct syntax. It also fixes a (suspected) bug in how encoding is
    inferred.
    giladarnold committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    8f1bf9a View commit details
    Browse the repository at this point in the history