Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/service file dao #121

Merged
merged 15 commits into from
Oct 31, 2023
Merged

Feat/service file dao #121

merged 15 commits into from
Oct 31, 2023

Conversation

robsonad07
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@Joao-Pedro-P-Holanda Joao-Pedro-P-Holanda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Todos os métodos de update e delete (inclui vinculo)

  • substituir return true ao final de bloco try por
int numRemocoes/*ou numAtualizacoes*/ = stmt.executeUpdate();
stmt.close();
return numRemocoes > 0;

Copy link
Collaborator

@Joao-Pedro-P-Holanda Joao-Pedro-P-Holanda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ultima revisao

@Joao-Pedro-P-Holanda Joao-Pedro-P-Holanda merged commit 4dc1437 into development Oct 31, 2023
1 check passed
@Joao-Pedro-P-Holanda Joao-Pedro-P-Holanda deleted the feat/ServiceFileDAO branch October 31, 2023 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants