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 for issue https://github.com/pgjdbc/pgjdbc/issues/342 #343

Merged
merged 5 commits into from Jul 9, 2015

Commits on Jun 29, 2015

  1. Fix for issue pgjdbc#342

    - Modifications to PGline to store coefficients and constant value for linear equation representations used by postgresql for native line datatype.
    phillipross committed Jun 29, 2015
    Copy the full SHA
    0565416 View commit details
    Browse the repository at this point in the history
  2. Fix for issue pgjdbc#342

    - Removed extra copyright comments.
    phillipross committed Jun 29, 2015
    Copy the full SHA
    5f21a18 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2015

  1. Fix for issue pgjdbc#342

    - Handle vertical lines.
    phillipross committed Jun 30, 2015
    Copy the full SHA
    3918b24 View commit details
    Browse the repository at this point in the history
  2. Fix for issue pgjdbc#342

    - Added test method for testing PGline
    phillipross committed Jun 30, 2015
    Copy the full SHA
    1a50585 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2015

  1. Fix for issue pgjdbc#342

    - Modifications to PGline test method to only attempt database access if the postgresql version supports it (v9.4+).
    phillipross committed Jul 3, 2015
    Copy the full SHA
    15eedb5 View commit details
    Browse the repository at this point in the history