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

Complete SERIAL data type support #1496

Closed
6 tasks done
ray6080 opened this issue Apr 27, 2023 · 1 comment
Closed
6 tasks done

Complete SERIAL data type support #1496

ray6080 opened this issue Apr 27, 2023 · 1 comment
Assignees

Comments

@ray6080
Copy link
Contributor

ray6080 commented Apr 27, 2023

SERIAL is introduce in #1493 but not completely supported. The following are what is missing currently:

  • RETURN SERIAL values. Add SERIAL to Value and FlatTupleIterator.
  • Expression evaluations over SERIAL. We should cast SERIAL to INT64 for expression evaluations.
  • Updates. (Deletions should be handled automatically, no update is allowed on serial values, insertions need to be double checked)
  • Allow SERIAL as non primary key properties in node table.
  • Index lookup over SERIAL properties.
  • Add SERIAL in apis (not prioritized).
@ray6080
Copy link
Contributor Author

ray6080 commented Jul 1, 2024

Done in a serial of PRs (#3565, #3588)

@ray6080 ray6080 closed this as completed Jul 1, 2024
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

No branches or pull requests

2 participants