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

QueryBuilder array handling #136

Merged
merged 6 commits into from
May 2, 2023
Merged

QueryBuilder array handling #136

merged 6 commits into from
May 2, 2023

Conversation

willmarks
Copy link
Contributor

@willmarks willmarks commented May 2, 2023

Description

Array fields are a little tricky. String arrays need to be converted to array literal strings. For example qa_TestCase.tags that has type _text with a value of tags: ['tag1', 'tag2'] needs to be tags: "{tag1,tag2}" for it to be correctly inserted into the graph.

Type of change

  • Bug fix
  • New feature
  • Breaking change

@willmarks willmarks requested a review from ted-faros May 2, 2023 17:47
@sonarcloud
Copy link

sonarcloud bot commented May 2, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@willmarks willmarks merged commit 321b531 into main May 2, 2023
@willmarks willmarks deleted the wm/qb-fixes branch May 2, 2023 18:01
@github-actions github-actions bot locked and limited conversation to collaborators May 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants