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

ddl: support interval type in format #117

Merged
merged 3 commits into from
Oct 23, 2023

Conversation

DifferentialOrange
Copy link
Member

Datetime intervals are supported as a part of space schema format since 2.10.0 [1]. They are not allowed to be a part of memtx index [2].

  1. tarantool/tarantool@a9e30fb
  2. https://github.com/tarantool/tarantool/blob/ddaa5a320ee8d8d1009e07bbf6b8fe5cb4acbb45/src/box/memtx_space.c#L844-L851

Datetime intervals are supported as a part of space schema format since
2.10.0 [1]. They are not allowed to be a part of memtx index [2].

1. tarantool/tarantool@a9e30fb
2. https://github.com/tarantool/tarantool/blob/ddaa5a320ee8d8d1009e07bbf6b8fe5cb4acbb45/src/box/memtx_space.c#L844-L851
@DifferentialOrange DifferentialOrange force-pushed the DifferentialOrange/interval-type branch from 555ee61 to 839704c Compare October 23, 2023 13:59
Bump versions of various actions and Tarantool used in CI. Don't bump
runners to ubuntu-22.04 yet since action still fails to install
specified Tarantool version for 2.x older than 2.10.
@DifferentialOrange DifferentialOrange force-pushed the DifferentialOrange/interval-type branch 2 times, most recently from 40fccad to 4e53277 Compare October 23, 2023 14:23
@DifferentialOrange DifferentialOrange force-pushed the DifferentialOrange/interval-type branch from 4e53277 to a343875 Compare October 23, 2023 14:26
@DifferentialOrange DifferentialOrange marked this pull request as ready for review October 23, 2023 15:27
Copy link

@better0fdead better0fdead left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, lgtm

@DifferentialOrange DifferentialOrange merged commit 742c247 into master Oct 23, 2023
8 checks passed
@DifferentialOrange DifferentialOrange deleted the DifferentialOrange/interval-type branch October 23, 2023 16:03
DifferentialOrange added a commit that referenced this pull request Oct 23, 2023
Overview

  This is a patch release introducing datetime intervals support in
  the format.

New features

  - Added support of `interval` type for Tarantool 2.10+ space
    format (#117).
@DifferentialOrange DifferentialOrange mentioned this pull request Oct 23, 2023
DifferentialOrange added a commit that referenced this pull request Oct 23, 2023
Overview

  This is a patch release introducing datetime intervals support in
  the format.

New features

  - Added support of `interval` type for Tarantool 2.10+ space
    format (#117).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants