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

tb_cliente aceitando CPF repetido #18

Open
BergBSilva opened this issue May 11, 2022 · 0 comments
Open

tb_cliente aceitando CPF repetido #18

BergBSilva opened this issue May 11, 2022 · 0 comments
Labels
Alta BE bug Something isn't working

Comments

@BergBSilva
Copy link
Collaborator

Detalhes:
É possível adicionar clientes com mesmo CPF na tabela cliente

Frequência: Sempre

Pré-condição:
Ter um cliente com o mesmo CPF na tabela

Passo-a-passo:
1 - Fazer SELECT na tb_cliente buscar algum CPF existente
2 - Fazer INSERT na tb_cliente passando CPF já existente.
3 - Fazer SELECT na tb_cliente visualizar repetição de CPF

Resultado esperado:
Era esperado que houvesse um CPF por cliente

Resultado atual:
Dados de diferentes clientes com mesmo CPF

Versão/Branch:
main

@BergBSilva BergBSilva added bug Something isn't working Alta BE labels May 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Alta BE bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant