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

Enhanced statistics, added hana driver, added query element based commit scope #7

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

Commits on Feb 23, 2015

  1. Configuration menu
    Copy the full SHA
    9396d2a View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    dc0d583 View commit details
    Browse the repository at this point in the history
  3. Several changes to improve statistics:

    - filtered statements count (by if expression)
    - nested execution statements count (count output rows of a query)
    - processing start time for query and scripting elements (e.g. to
    measure the time a long running query execution runs before delivering
    the first row to scriptella
    - configurable query element based commit for batched connections (e.g.
    to set explicite commit after query element execution has ended to flush
    containing (eventually batched) scripting elements. Thus following
    non-batched connection can read the committed result.
    bhuesemann committed Feb 23, 2015
    Configuration menu
    Copy the full SHA
    235f885 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    568d589 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2015

  1. Configuration menu
    Copy the full SHA
    e279746 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2015

  1. Configuration menu
    Copy the full SHA
    23bd6ab View commit details
    Browse the repository at this point in the history