Conversation
misshimichka
approved these changes
Dec 21, 2025
Collaborator
misshimichka
left a comment
There was a problem hiding this comment.
Привет! Проверила ЛР12:
Здесь все в порядке, 5/5)
| $$; | ||
|
|
||
|
|
||
| call schema2.add_employee(13, '+7-999-123-45-67'); |
Collaborator
There was a problem hiding this comment.
- Если попробовать добавить нормальный номер телефона (который не плохой), то появляется такая ошибка:
padii_plyugin2=> call schema2.add_employee(1, '8(800)555-3535');
ERROR: value for domain phone violates check constraint "phone_check"
CONTEXT: PL/pgSQL function schema1.validate_phone_array() line 9 at FOREACH over array
SQL statement "update schema1.employees
set phone_number = array_append(phones, digits)
where employee_id = p_employee_id"
PL/pgSQL function schema2.add_employee(numeric,text) line 36 at SQL statementЭто конфликт с лабой 11 или 13 вроде бы.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.