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

Add support for Timestamp type fields #53

Merged
merged 1 commit into from
Aug 1, 2023
Merged

Commits on Aug 1, 2023

  1. Add support for Timestamp type fields

    Update dependencies as well to the newest possible versions.
    The java.time.Instant converter was added only to the driver version
    0.12.0 and works only with Tarantool versions 2.11.0+, so using the
    Timestamp values will lead to errors on previous Tarantool versions.
    The converter does not execute any checks for that for simplicity and to
    avoid extra performance impact.
    akudiyar committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    d5f45bd View commit details
    Browse the repository at this point in the history