ricomaster9000 / LightWeight_Java_PSQL_Framework

Lightweight Java PSQL Database interaction framework to be used effectively on micro-apps or lambdas running on Java, but can be used for traditional apps as well
MIT License
2 stars 0 forks source link

Minor refactors and cascade delete on delete&update queries #70

Closed ricomaster9000 closed 1 year ago

ricomaster9000 commented 1 year ago

refactors for one to one relations and other places, new tests

sonatype-lift[bot] commented 1 year ago

🛠 Lift Auto-fix

Some of the Lift findings in this PR can be automatically fixed. You can download and apply these changes in your local project directory of your branch to review the suggestions before committing.[^1]

# Download the patch
curl https://lift.sonatype.com/api/patch/github.com/ricomaster9000/LightWeight_Java_PSQL_Framework/70.diff -o lift-autofixes.diff

# Apply the patch with git
git apply lift-autofixes.diff

# Review the changes
git diff

Want it all in a single command? Open a terminal in your project's directory and copy and paste the following command:

curl https://lift.sonatype.com/api/patch/github.com/ricomaster9000/LightWeight_Java_PSQL_Framework/70.diff | git apply

Once you're satisfied, commit and push your changes in your project. [^1]: You can preview the patch by opening the patch URL in the browser.