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

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

@codecov
Copy link

codecov bot commented Feb 17, 2022

Codecov Report

Merging #177 (06e27e0) into main (f67761d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #177   +/-   ##
=========================================
  Coverage     83.83%   83.83%           
  Complexity      785      785           
=========================================
  Files            20       20           
  Lines          3111     3111           
  Branches        568      568           
=========================================
  Hits           2608     2608           
  Misses          340      340           
  Partials        163      163           
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 7a62838...06e27e0. Read the comment docs.

@kaneeldias kaneeldias merged commit 66dae48 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