[pgadmin-hackers] pgAdmin 4 commit: Don't cast data when saving in the edit grid,so erro

Поиск
Список
Период
Сортировка
От Dave Page
Тема [pgadmin-hackers] pgAdmin 4 commit: Don't cast data when saving in the edit grid,so erro
Дата
Msg-id E1cFJvy-0000ma-FM@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Don't cast data when saving in the edit grid, so errors are seen and data doesn't get silently modified. Fixes #1994

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b8d03d5dc23afa3f52810ab056d646f43a21ab91
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
.../tools/sqleditor/templates/sqleditor/js/sqleditor.js    | 14 ++++++++++++--
.../sqleditor/templates/sqleditor/sql/9.1_plus/insert.sql  |  2 +-
.../sqleditor/templates/sqleditor/sql/9.1_plus/update.sql  |  2 +-
3 files changed, 14 insertions(+), 4 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM #1801 : Properly handledatabases with datallowconn == false
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM #1994 Insert / update aretruncating if column is character