iciql icon indicating copy to clipboard operation
iciql copied to clipboard

a model-based, database access wrapper for JDBC

Results 15 iciql issues
Sort by recently updated
recently updated
newest added

Bumps derby from 10.13.1.1 to 10.14.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.derby:derby&package-manager=maven&previous-version=10.13.1.1&new-version=10.14.2.0)](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 [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.16 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 [gson](https://github.com/google/gson) from 2.3 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

I want to do this. SQL ``` select id,name from book; select id,book_id,count,kind from stock; // kind is enum ↓ join select select T1.id, T1.name, T2.kind from book T1 inner...

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 9.4.1212 to 42.2.25. Commits 6f64a38 increment version (#2436) bafcb32 fix checkstyle and javadoc issues (#2434) 8a363a7 Merge pull request from GHSA-v7wg-cpwc-24m4 51c70a9 fix: Issue #2267, version 14...

dependencies

Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.16 to 1.4.19. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.thoughtworks.xstream:xstream&package-manager=maven&previous-version=1.4.16&new-version=1.4.19)](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...

dependencies

Bumps [h2](https://github.com/h2database/h2database) from 1.4.193 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

Bumps [snakeyaml](https://bitbucket.org/asomov/snakeyaml) from 1.17 to 1.26. Commits 9801cc7 Refactor: improve AliasEvent processing a2066e3 Refactor Events: expose Event.ID via a getter 72976f6 Merge 03acd6b Add test for not implemented "!" tag...

dependencies

Hello. I currently try to make the Model Generation in Linux via command line (CentOS) to test your tool in a Rest application with Springboot. I use the command as...

CustOrder produce toString with localized total value string representation: ` @Override public String toString() { return customerId + ":" + orderId + ":" + new DecimalFormat("##.00").format(total); }` but in the...