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 42 pdb issues
Sort by recently updated
recently updated
newest added

Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.6. Commits 5ff6f2c prepare for release 2.0.6 2f4aa75 fix SLF4J-575 363f0a5 remove unused parts 171679b SLF4J-574: Add full OSGi headers, especially "uses" clauses 921b5b3 fix...

dependencies

shema policies should be in an enum (_none_, _create_, ???), maybe also other configuration values in the same situation

Bumps commons-pool2 from 2.9.0 to 2.11.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-pool2&package-manager=maven&previous-version=2.9.0&new-version=2.11.1)](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 [guava](https://github.com/google/guava) from 25.1-jre to 31.1-jre. Release notes Sourced from guava's releases. 31.1 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>31.1-jre</version> <!-- or, for Android: --> <version>31.1-android</version> </dependency> Jar files 31.1-jre.jar 31.1-android.jar Guava...

dependencies

> > According to the MySql support team, 8.0 doesn't have this bug. So are we planning to not support 5.1 anymore? > > I checked, and it doesn't have...

Currently the test configurations are stored in a properties file which is parsed each time a test loads those configurations; the configs are then matched with the vendors requested by...

When we create a new entity, we can define a column to have a UNIQUE constraint and also to have an explicit Index in Postgres. However, if we use oracle,...

`DatabaseEnginePool` contains a pool of `DatabaseEngine`. However, each of these Database Engines may have different entities and prepared statements in memory if we don't propagate the entities and prepared statements...

Fix debug messages and fix the number of attempts executed Example of the new debug messages ![image](https://user-images.githubusercontent.com/96180280/146220973-7ac2160f-fef7-4812-a904-016260697dbf.png) Closes #286