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

update PGResult and create PGRow class in the PostgreSQL library, plus quickstart #7

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Aug 7, 2016

  1. Merge pull request #1 from PerfectlySoft/master

    update from PerfectlySoft master
    taplin committed Aug 7, 2016
    Configuration menu
    Copy the full SHA
    c5a7173 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2016

  1. Merge pull request #2 from PerfectlySoft/master

    Updated for 8-04
    taplin committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    d5de652 View commit details
    Browse the repository at this point in the history
  2. provide PGResultSet and PGRow classes for row based access to query r…

    …esults and iterable behavior.
    taplin committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    4dde112 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2016

  1. Merge pull request #3 from PerfectlySoft/master

    update from master
    taplin committed Aug 28, 2016
    Configuration menu
    Copy the full SHA
    2e7daa5 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2016

  1. Configuration menu
    Copy the full SHA
    0ad5190 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c53620 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2016

  1. added tests for use case of subscript by field name and subscript by …

    …field index, updated subscript code to return just field value for subscript by index
    taplin committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    00729a1 View commit details
    Browse the repository at this point in the history
  2. clean up tests, add counter reset in next functions so the result set…

    … or row can be accessed multiple times
    taplin committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    bc41590 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d01e343 View commit details
    Browse the repository at this point in the history
  4. add row based access examples

    taplin committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    897e360 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6efd58 View commit details
    Browse the repository at this point in the history