jdbdt icon indicating copy to clipboard operation
jdbdt copied to clipboard

JDBDT: Java Database Delta Testing

Results 6 jdbdt issues
Sort by recently updated
recently updated
newest added

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.18 to 42.4.1. Changelog Sourced from postgresql's changelog. [42.4.1] (2022-08-01 16:24:20 -0400) Security fix: CVE-2022-31197 Fixes SQL generated in PgResultSet.refresh() to escape column identifiers so as to...

dependencies

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.40 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...

dependencies

Bumps [h2](https://github.com/h2database/h2database) from 1.4.200 to 2.1.210. Release notes Sourced from h2's releases. Version 2.1.210 Two security vulnerabilities in H2 Console (CVE-2022-23221 and possible DNS rebinding attack) are fixed. Persistent databases...

dependencies

Given a database system view with column names being keywords can not be handled by JDBDT. It is possible to create table tables meta data: ```java partitionsTable = JDBDT.table("USER_TAB_PARTITIONS") .columns("TABLE_NAME",...

enhancement

Consider the use of [action-maven-plugin](https://github.com/samuelmeuli/action-maven-publish) for a more automated deployment.

maintenance

## Description We have made some updates to the project’s README file, please take a look at the pull request and tell me about your thoughts on it. **About** This...