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

Improve API documentation with query usages #155

Merged
merged 1 commit into from
Feb 17, 2022

Conversation

niveathika
Copy link
Contributor

Purpose

All API doc except the batchExecute is updated with sample usage. batch Execute will need a code snippet.

Partially fixes ballerina-platform/ballerina-library#2524

Examples

N/A

Checklist

  • Linked to an issue
  • Updated the changelog
  • Added tests

@niveathika niveathika requested a review from daneshk as a code owner February 17, 2022 05:52
@codecov
Copy link

codecov bot commented Feb 17, 2022

Codecov Report

Merging #155 (9a2a0cb) into main (9a5eee2) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #155   +/-   ##
=========================================
  Coverage     85.30%   85.30%           
  Complexity      182      182           
=========================================
  Files            16       16           
  Lines           633      633           
  Branches        139      139           
=========================================
  Hits            540      540           
  Misses           51       51           
  Partials         42       42           
Impacted Files Coverage Δ
ballerina/client.bal 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e011b3a...9a2a0cb. Read the comment docs.

@kaneeldias kaneeldias merged commit 7118590 into ballerina-platform:main Feb 17, 2022
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.

Improve sql:Client->query()` method documentation to reflect usage of parameterized queries
2 participants