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

Support for Array and Enums in insert statement #3042

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

g31pranjal
Copy link
Member

@g31pranjal g31pranjal commented Jan 15, 2025

This PR essentially contains a couple of bugfixes around inserting rows to a table that contains an ENUM value of ARRAY value that has elements of primitive type. Also, contains tests for explicitly testing inserts via the Statement and PreparedStatement Relational API.

fixes #3041

@foundationdb-ci
Copy link
Contributor

Result of fdb-record-layer-pr on Linux CentOS 7

  • Commit ID: ddc8fc4
  • Duration 0:53:01
  • Result: ✅ SUCCEEDED
  • Error: N/A
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

@g31pranjal g31pranjal changed the title Support for set array in insert statement Fixes #3041 Jan 15, 2025
@g31pranjal g31pranjal changed the title Fixes #3041 Support for Array and Enums in insert statement Jan 22, 2025
@foundationdb-ci
Copy link
Contributor

Result of fdb-record-layer-pr on Linux CentOS 7

  • Commit ID: ba5cb18
  • Duration 0:55:30
  • Result: ✅ SUCCEEDED
  • Error: N/A
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

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.

Relational insert statement in does not work with an array value
2 participants