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

GH-40959: [JS] Store Timestamps in 64 bits #40960

Merged
merged 19 commits into from
Apr 16, 2024
Merged

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    a902b46 View commit details
    Browse the repository at this point in the history
  2. Fix type

    domoritz committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    66fb984 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

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

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    55ef9ff View commit details
    Browse the repository at this point in the history
  2. Timestamps as bigints

    domoritz committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9c4eefd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    432e1eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ffb3c1 View commit details
    Browse the repository at this point in the history
  5. Only use native iterator for millisecond timestamps because those are…

    … the only ones stored correctly
    domoritz committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ee5ce9d View commit details
    Browse the repository at this point in the history
  6. fix iterator

    domoritz committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    2268410 View commit details
    Browse the repository at this point in the history
  7. rm bad test

    domoritz committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    5e0aa8f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c72601 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Add TimestampSecond test

    domoritz committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1802bc5 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    3907324 View commit details
    Browse the repository at this point in the history
  2. fix merge

    domoritz committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    aca95f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c86cf9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ab2d0a View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. More range for dates

    domoritz committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    e9788f0 View commit details
    Browse the repository at this point in the history
  2. fix build on older js

    domoritz committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a03a227 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3e6d03 View commit details
    Browse the repository at this point in the history