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

improve support for int arrays and float arrays #501

Merged
merged 7 commits into from Feb 26, 2014

Commits on Jan 8, 2014

  1. Copy the full SHA
    3cb35e0 View commit details
    Browse the repository at this point in the history
  2. parse values in float arrays as floats not strings

    javascript numbers are 64-bit floating numbers
    lalitkapoor committed Jan 8, 2014
    Copy the full SHA
    8f4644d View commit details
    Browse the repository at this point in the history
  3. test array/int2

    lalitkapoor committed Jan 8, 2014
    Copy the full SHA
    0939490 View commit details
    Browse the repository at this point in the history
  4. test array/int4

    lalitkapoor committed Jan 8, 2014
    Copy the full SHA
    6410a8a View commit details
    Browse the repository at this point in the history
  5. test array/int8

    lalitkapoor committed Jan 8, 2014
    Copy the full SHA
    eee21dd View commit details
    Browse the repository at this point in the history
  6. test array/float4

    lalitkapoor committed Jan 8, 2014
    Copy the full SHA
    9bd88f8 View commit details
    Browse the repository at this point in the history
  7. test array/float8

    lalitkapoor committed Jan 8, 2014
    Copy the full SHA
    f1c0aba View commit details
    Browse the repository at this point in the history