Skip to content

Updated documentation for SQL integration #857

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

Merged
merged 3 commits into from
Sep 16, 2024
Merged

Updated documentation for SQL integration #857

merged 3 commits into from
Sep 16, 2024

Conversation

zaleslaw
Copy link
Collaborator

@zaleslaw zaleslaw commented Sep 6, 2024

  • Extended database support to include MS SQL.
  • Introduced new parameter inferNullability to control nullability handling based on presence of null values.
  • Updated documentation for extended functionality and usage examples.
  • Removed duplicated signatures
  • Added blocks for extension functions
    Fixes Update readSQL documentation for release 0.14 #773

Extended database support to include MS SQL. Introduced new parameter `inferNullability` to control nullability handling based on presence of null values. Updated documentation for extended functionality and usage examples.
Copy link
Collaborator

@Jolanrensen Jolanrensen left a comment

Choose a reason for hiding this comment

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

mostly some grammar things :)

Standardize terminology and format across the document for better readability. Use code formatting for class names and methods, and adjust section headings for a more uniform structure. These changes enhance the overall clarity of the documentation without altering functionality.
Standardize bullet points for method descriptions and add Maven Central links for JDBC drivers. Improved clarity of nullability inference explanation and refined method descriptions for better readability.
@zaleslaw zaleslaw merged commit 99f1875 into master Sep 16, 2024
3 of 5 checks passed
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.

Update readSQL documentation for release 0.14
3 participants