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 #379

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:39
@codecov
Copy link

codecov bot commented Feb 17, 2022

Codecov Report

Merging #379 (85d5958) into master (ac6187d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #379   +/-   ##
=========================================
  Coverage     90.67%   90.67%           
  Complexity       40       40           
=========================================
  Files            13       13           
  Lines           268      268           
  Branches         45       45           
=========================================
  Hits            243      243           
  Misses           10       10           
  Partials         15       15           
Impacted Files Coverage Δ
ballerina/client.bal 96.29% <ø> (ø)

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 062ed6c...85d5958. Read the comment docs.

@niveathika niveathika merged commit 0c0887e into ballerina-platform:master 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