assertj-db icon indicating copy to clipboard operation
assertj-db copied to clipboard

Assertions for database

Results 37 assertj-db issues
Sort by recently updated
recently updated
newest added

### Overview Migration docs from central `assertj-docs` repository to aggregation by `Antora`

Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.34.0 to 3.49.0.0. Release notes Sourced from org.xerial:sqlite-jdbc's releases. Release 3.49.0.0 Changelog 🚀 Features sqlite upgrade to sqlite 3.49.0 (3ef2146) 🛠 Build deps bump org.graalvm.sdk:nativeimage from 24.1.1...

dependencies
java

Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.1 to 1.17.0. Release notes Sourced from net.bytebuddy:byte-buddy's releases. Byte Buddy 1.17.0 Assure that implicit choice for class reader and class writer are always symmetric with regard...

dependencies
java

Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.21.0 to 3.27.3. Release notes Sourced from org.assertj:assertj-core's releases. v3.27.3 :boom: Breaking Changes Core Revert "Propagate common basetype for the extracting method" #3737 The enhancement introduced with...

dependencies
java

Bumps org.apache.commons:commons-dbcp2 from 2.12.0 to 2.13.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-dbcp2&package-manager=maven&previous-version=2.12.0&new-version=2.13.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
java

Bumps the maven group with 3 updates: [org.springframework:spring-context](https://github.com/spring-projects/spring-framework), [com.h2database:h2](https://github.com/h2database/h2database) and [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc). Updates `org.springframework:spring-context` from 5.3.39 to 6.1.14 Release notes Sourced from org.springframework:spring-context's releases. v6.1.14 :star: New Features Use Locale.ROOT for...

dependencies
java

I am trying to update a table in my ms sqlserver db, below is my code. Source source = new Source("//SourceConnectionString"); Changes change = new Changes(); change.setRequest(new Request(source, "UPDATE CM_GENERATOR...

question