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

Bad attribute index #14

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

Commits on Oct 25, 2016

  1. Problem read profile data

    There is a problem reading generic profile data (using range selector)
    when the sort object is not the first object in capture buffer. The code
    always use the first object.
    angelfmarcos committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    345d012 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from angelfmarcos/read_profile_data_by_range

    Problem read profile data
    angelfmarcos committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    8924863 View commit details
    Browse the repository at this point in the history
  3. Get a column of a generic profile with attribute index equals 255 fails.

    The library interprets the attribute index as -1 so the column is ignored.
    angelfmarcos committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    106c78e View commit details
    Browse the repository at this point in the history