We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
lms-botalka | Caused by: org.jooq.exception.IntegrityConstraintViolationException: SQL [insert into "lms"."auth_yandex" ("user_id", "yandex_id", "yandex_login") values ($1, $2, $3)]; duplicate key value violates unique constraint "auth_yandex_yandex_id_key" lms-botalka | ru.vityaman.lms.botalka.storage.jooq.exception.UniqueViolationException: SQL [insert into "lms"."auth_yandex" ("user_id", "yandex_id", "yandex_login") values ($1, $2, $3)]; duplicate key value violates unique constraint "auth_yandex_yandex_id_key" lms-botalka | at ru.vityaman.lms.botalka.storage.jooq.exception.ConstraintViolationMappingKt$mapping$1.invoke(ConstraintViolationMapping.kt:10) ~[!/:0.0.1] lms-botalka | Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException:
The text was updated successfully, but these errors were encountered:
#120 Handle duplicate yandex connect
ffc3419
#120 Rebase onto trunk
bc80763
#120 Fix test
5d9e977
#120 Handle duplicate yandex id connect (#132)
94e4601
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: