jcabi-jdbc icon indicating copy to clipboard operation
jcabi-jdbc copied to clipboard

Fluent Object-Oriented Wrapper of JDBC

Results 17 jcabi-jdbc issues
Sort by recently updated
recently updated
newest added

Bumps [jcabi](https://github.com/jcabi/jcabi) from 1.27.0 to 1.33.0. Release notes Sourced from jcabi's releases. 0.59.0 parent See #337, release log: 020df34b09db935515f13a0a225a5dc78ef682e4 by @​yegor256: #337 up Released by Rultor 2.0-SNAPSHOT, see build log...

dependencies

@andreoss @dependabot[bot] Oops, I failed. You can see the full log [here](https://www.rultor.com/t/26088-1165561316) (spent 11min) ``` at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)...

bug
0crat/new

Follow up of the discussion in #100: Proposal: A special method for doing transactions instead of "START TRANSACTION" & `autocommit(false)`, i.e ``` new JdbcSession(source) .transaction(session -> { ..... any exception...

0crat/new

> @rultor release, tag is `0.17.6` @andreoss @baudoliver7 Oops, I failed. You can see the full log [here](https://www.rultor.com/t/24376-824564286) (spent 12min) ``` at com.github.maven.plugins.site.SiteMojo.createBlob (SiteMojo.java:294) at com.github.maven.plugins.site.SiteMojo.execute (SiteMojo.java:356) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)...

0crat/new

[Utc](https://github.com/jcabi/jcabi-jdbc/blob/9e72ffab8d25961e8d0012c45d5e12cefcae7f3d/src/main/java/com/jcabi/jdbc/Utc.java) should be removed from source. According to this [SO answer](https://stackoverflow.com/a/49683937/6367213), SQL timestamps should be set and queried via the [Instant](https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html) class: > If you were using java.sql.Timestamp to exchange...

bug

JdbcSession stores all the arguments in CopyOnWriteArrayList which implies copying the whole list every time an argument is added. In most cases it doesn't make any difference compared to mutable...

In the current version of the library (0.17.2) the JDBCSession.select() methods throws a checked SQLException, but in the documentation (for example here: https://github.com/jcabi/jcabi-jdbc, or here: https://jdbc.jcabi.com/example-select.html) it is not handled....

bug
scope

The puzzle `51-55acd5db` in [`src/main/java/com/jcabi/jdbc/JdbcSession.java`](https://github.com/jcabi/jcabi-jdbc/blob/master/src/main/java/com/jcabi/jdbc/JdbcSession.java) (lines 141-143) has to be resolved: Refactor this class to avoid too much coupling. For instance, CRUD operations could be performed by another class. Don't...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | mysql:mysql-connector-java | `8.0.30` -> `8.0.31` | [![age](https://badges.renovateapi.com/packages/maven/mysql:mysql-connector-java/8.0.31/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

0crat/new

## Config Migration Needed - [ ] Select this checkbox to let Renovate create an automated Config Migration PR. This issue lists Renovate updates and detected dependencies. Read the [Dependency...