Skip to content

Commit

Permalink
doc: fix the Coveralls Badge
Browse files Browse the repository at this point in the history
  • Loading branch information
manticore-projects committed Jun 4, 2023
1 parent 9826db6 commit ce53483
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# MJdbcUtils [WebSite](http://manticore-projects.com/MJdbcUtils/README.html)

Library supporting Named Parameters (e.g. `:Customer_Id` ) in Queries or DML/DDL statements.

![Maven](https://badgen.net/maven/v/maven-central/com.manticore-projects.jdbc/MJdbcUtils) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/e3295140a0b841f3be25da37ff8d4756)](https://app.codacy.com/gh/manticore-projects/MJdbcUtils/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) ![Coverall](https://badgen.net/coveralls/c/github/manticore-projects/MJdbcUtils/main) [![GitHub release](https://img.shields.io/github/release/manticore-projects/MJdbcUtils?include_prereleases=&sort=semver&color=blue)](https://github.com/manticore-projects/MJdbcUtils/releases/) [![License](https://img.shields.io/badge/License-GPL-blue)](#license)
![Maven](https://badgen.net/maven/v/maven-central/com.manticore-projects.jdbc/MJdbcUtils) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/e3295140a0b841f3be25da37ff8d4756)](https://app.codacy.com/gh/manticore-projects/MJdbcUtils/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [![Coverage Status](https://coveralls.io/repos/github/manticore-projects/MJdbcUtils/badge.svg?branch=main)](https://coveralls.io/github/manticore-projects/MJdbcUtils?branch=main) [![License](https://img.shields.io/badge/License-GPL-blue)](#license)
[![issues - MJdbcUtils](https://img.shields.io/github/issues/manticore-projects/MJdbcUtils)](https://github.com/manticore-projects/MJdbcUtils/issues)

Library supporting Named Parameters (e.g. `:Customer_Id` ) in Queries or DML/DDL statements.

## Use case
When the RDBMS does not support Named Parameters directly, it will:

Expand All @@ -19,7 +19,7 @@ When the RDBMS does not support Named Parameters directly, it will:
It supports PreparedStatements with parameters and also rewriting/injecting SQL Statements for execution without parameters.
Rewriting/injecting is useful for Oracle Databases, which do not allow parameters for DDL Statements (not even for the query block of `CTAS`).

Furthermore, MJdbcUtils makes it easy to build an UI Parameter Dialog based on the used Parameters and the Type Information.
Furthermore, **MJdbcUtils** makes it easy to build an UI Parameter Dialog based on the used Parameters and the Type Information.

## Examples

Expand Down
4 changes: 3 additions & 1 deletion src/site/sphinx/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ MJdbcUtils - JDBC Named Parameter Tools
.. image:: https://app.codacy.com/project/badge/Grade/e3295140a0b841f3be25da37ff8d4756
:alt: Codacy Badge

.. image:: https://badgen.net/coveralls/c/github/manticore-projects/MJdbcUtils/main
.. image:: https://coveralls.io/repos/github/manticore-projects/MJdbcUtils/badge.svg?branch=main
:alt: Coveralls Badge
:target: https://coveralls.io/github/manticore-projects/MJdbcUtils?branch=main


.. image:: https://img.shields.io/badge/License-GPL-blue
:alt: License Badge
Expand Down

0 comments on commit ce53483

Please sign in to comment.