Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mla/pg_sample
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mla/pg_sample
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/1.10
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 9 files changed
  • 1 contributor

Commits on Mar 5, 2016

  1. change DISTINCT to DISTINCT ON to accommodate JSON columns which have…

    … no equality operator defined currently; #5
    mla committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    c48e3e7 View commit details
    Browse the repository at this point in the history
  2. add tests for json columns; #5

    mla committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    a9c6d3c View commit details
    Browse the repository at this point in the history
  3. comments

    mla committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    cbb8ca2 View commit details
    Browse the repository at this point in the history
  4. add perl 5.22 test

    mla committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    3038a69 View commit details
    Browse the repository at this point in the history
  5. add makefile

    mla committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    9c94e17 View commit details
    Browse the repository at this point in the history
  6. add note about json change

    mla committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    2d660c6 View commit details
    Browse the repository at this point in the history
  7. change quotes

    mla committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    4c84440 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6adcc33 View commit details
    Browse the repository at this point in the history
  9. add gitignore

    mla committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    d493501 View commit details
    Browse the repository at this point in the history
  10. add makefile to manifest

    mla committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    4c8819a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2016

  1. show perl and DBD::Pg versions

    mla committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    e478670 View commit details
    Browse the repository at this point in the history
  2. raise exception if binmode fails

    mla committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    047b7ea View commit details
    Browse the repository at this point in the history
  3. show DBI version

    mla committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    2589736 View commit details
    Browse the repository at this point in the history
  4. add additional logging

    mla committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    08abdd4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf64e13 View commit details
    Browse the repository at this point in the history
  6. fix case

    mla committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    81ff54a View commit details
    Browse the repository at this point in the history
Loading