ddlutils icon indicating copy to clipboard operation
ddlutils copied to clipboard

Mirror of Apache DB DdlUtils

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

Bumps commons-beanutils from 1.7.0 to 1.9.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-beanutils:commons-beanutils&package-manager=maven&previous-version=1.7.0&new-version=1.9.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Bumps ant from 1.9.4 to 1.10.11. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.ant:ant&package-manager=maven&previous-version=1.9.4&new-version=1.10.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps commons-collections from 3.1 to 3.2.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-collections:commons-collections&package-manager=maven&previous-version=3.1&new-version=3.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

DatabaseMetaData.getPrimaryKeys(?,?,?), the third parameter is table name

I've added some new JDBC types which are causing the new MS SQL server driver to fail while reading model. Plus I have added exception catching/printing stacktrace instead of failing....