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

feat(couchbase): added support for raw sql queries #1187

Merged
merged 3 commits into from
Jun 21, 2024
Merged

Conversation

kirrg001
Copy link
Contributor

@kirrg001 kirrg001 commented Jun 18, 2024

refs https://jsw.ibm.com/browse/INSTA-5903

  • extract full query for cluster.query & scope.query and analyticsQuery
  • for all other ORM operations we cannot extract the raw sql queries, because the core library is written in c++

@kirrg001 kirrg001 changed the title feat(couchbase): extended support for query statements feat(couchbase): added support for raw sql queries Jun 19, 2024
@@ -393,15 +393,15 @@ mochaSuiteFn('tracing/couchbase', function () {
);
}));

// flaky on CI
it.skip('[analyticsindexes] must trace', () =>
it('[analyticsindexes] must trace', () =>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

FYI un-skipped for now. I want to see if they are still flaky.

})
);
}
})
);
}));

// flaky on CI
it.skip('[searchquery] must trace', () =>
it('[searchquery] must trace', () =>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

FYI un-skipped for now. I want to see if they are still flaky.

@kirrg001 kirrg001 marked this pull request as ready for review June 20, 2024 15:57
@kirrg001 kirrg001 requested a review from a team as a code owner June 20, 2024 15:57
kirrg001 added 3 commits June 21, 2024 10:00
refs https://jsw.ibm.com/browse/INSTA-5903

- extract full query for cluster.query & scope.query
- for all other ORM operations we cannot extract the raw sql queries, because
  the core library is written in c++
@kirrg001 kirrg001 merged commit 660795e into main Jun 21, 2024
1 check passed
@kirrg001 kirrg001 deleted the couchbase-sql branch June 21, 2024 08:23
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