[pgAdmin4][Patch][RM2257]: Query tool - Insert row doesn't usedefault values

Поиск
Список
Период
Сортировка
От Surinder Kumar
Тема [pgAdmin4][Patch][RM2257]: Query tool - Insert row doesn't usedefault values
Дата
Msg-id CAM5-9D_SSL81uT4AqsRr8WPABWA6S-iE34OxLb8YqfVN3myeJg@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin4][Patch][RM2257]: Query tool - Insertrow doesn't use default values
Список pgadmin-hackers
Hi

Issues fixed:

1. If a column is defined with a default modifier, there is now way to insert the row with those defaults.
The column will be left blank and it will take default value automatically.

2. If a column has a not-null constraint then an error is returned and the row is not inserted.
The column will be left blank
​ ​

​The default values for new added rows will be displayed on refresh/execute.

Please find attached patch and review.


Thanks
Surinder
Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Properly handle truncated table names (>NAMEDATALEN)
Следующее
От: Jonas Thelemann
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Fixed 2190 - Move languageselection to Preferences.