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

From Dave Page
Subject [pgadmin-hackers] pgAdmin 4 commit: Don't cast data when saving in the edit grid,so erro
Date
Msg-id E1cFJvy-0000ma-FM@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM #1801 : Properly handledatabases with datallowconn == false
Next
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM #1994 Insert / update aretruncating if column is character