pdb icon indicating copy to clipboard operation
pdb copied to clipboard

PulseDB is a database-mapping software library written in Java, it provides a transparent access and manipulation to a great variety of database implementations. PDB provides a DSL that covers most of...

Results 43 pdb issues
Sort by recently updated
recently updated
newest added

When truncating an MD5 hash to a specific number of chars, it is not validated if the number of chars is larger than the hash itself. Since we are using...

Transcript from the original issue reported in the internal issue tracker. _PDB does not log exception thrown by connection.close(), merely reporting that an error has occurred. JDBC API states the...

It would be nice feature if PDB supported the equivalent of an [UPSERT](https://wiki.postgresql.org/wiki/UPSERT#.22UPSERT.22_definition).

Most languages support an "update from" syntax that allows joining tables in an update query. Postgres' example: http://www.postgresql.org/docs/9.1/static/sql-update.html PDB doesn't seem to support this, would be nice.

When setting a prepared statement column the following is generally used: if (o instanceof byte[]) { ps.ps.setBytes(i, (byte[]) o); } else { ps.ps.setObject(i, o); } whereas when using entities, values...

When invoking the AbstractDatabaseEngine#query(Expression expr) method two database queries are executed. The first call is invoked with the following call stack: ``` AbstractDatabaseEngine#checkConnection() AbstractDatabaseEngine#getConnection() AbstractDatabaseEngine#iterator(String query, int fetchSize) ``` This...

I have a simple use-case where I want to make sure that a prepared statement exists on the database. If it exists, it should be updated. I have the following...

Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.3 to 3.2.4. Release notes Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases. 3.2.4 Release Notes - Maven GPG Plugin - Version 3.2.4 [MGPG-125] - Fix "bestPractices" (#95) @​cstamas 📦 Dependency...

dependencies

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.13 to 1.5.6. Commits 7812a55 prepare release 1.5.6 759fc25 fix issues/805 i.e. LOGBACK-1768, included file with inner conditional 3d55638 start work on 1.5.6-SNAPSHOT a91d2b6 notes about javadocs...

dependencies

Bumps [com.google.guava:guava](https://github.com/google/guava) from 25.1-jre to 33.1.0-jre. Release notes Sourced from com.google.guava:guava's releases. 33.1.0 Request for Android users If you know of Guava Android users who have not yet upgraded to...

dependencies