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

Insert data fails with SERIAL #1920

Closed
aziz-mu opened this issue Aug 11, 2023 · 1 comment
Closed

Insert data fails with SERIAL #1920

aziz-mu opened this issue Aug 11, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@aziz-mu
Copy link
Contributor

aziz-mu commented Aug 11, 2023

Inserting data doesn't work correctly with serial data type, for example these queries give incorrect behaviour:

CREATE NODE TABLE Person(id SERIAL, name STRING, PRIMARY KEY(id));
CREATE (:Person {name: "Bob"});
CREATE (:Person {name: "Alice"});

Tests that should be uncommented after this issue is fixed are:

  • test_serial in value.rs rust api test
  • TCK.Scenario2 in match1.test
  • TCK.Scenario4 in match1.test
@ray6080 ray6080 added the bug Something isn't working label Aug 14, 2023
@ray6080 ray6080 self-assigned this Aug 14, 2023
@ray6080
Copy link
Contributor

ray6080 commented Aug 15, 2023

Fixed in #1931 .

@ray6080 ray6080 closed this as completed Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants