[pgadmin-hackers] pgAdmin 4 commit: Support setting text fields to empty strings orNULL

Поиск
Список
Период
Сортировка
От Dave Page
Тема [pgadmin-hackers] pgAdmin 4 commit: Support setting text fields to empty strings orNULL
Дата
Msg-id E1ca0HS-0007kl-RL@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Support setting text fields to empty strings or NULL in the data editor grid. Fixes #1790

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=54ba1fbe593a20261eb061ca262aab45b64329de
Author: Surinder Kumar <surinder.kumar@enterprisedb.com>

Modified Files
--------------
.../static/js/slickgrid/slick.pgadmin.editors.js   | 107 ++++++++++++++++++++-
.../js/slickgrid/slick.pgadmin.formatters.js       |  22 ++++-
.../sqleditor/templates/sqleditor/js/sqleditor.js  |   3 +-
3 files changed, 123 insertions(+), 9 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fix RM1790 - [Web] Supportsetting a field's value to "null"
Следующее
От: Dave Page
Дата:
Сообщение: [pgadmin-hackers] pgAdmin 4 commit: Remove help text for an option that no longerexists.