pgAdmin 4 commit: Don't cast data when saving in the edit grid, so erro

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Don't cast data when saving in the edit grid, so erro
Date: 2016-12-09 12:05:50
Message-ID: E1cFJvy-0000ma-FM@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)joshi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-12-09 12:05:58 Re: [pgAdmin4][Patch]: RM #1994 Insert / update are truncating if column is character
Previous Message Dave Page 2016-12-09 11:59:23 Re: [pgAdmin4][Patch]: RM #1801 : Properly handle databases with datallowconn == false