pgAdmin 4 commit: data stringification was not done, when object was no

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: data stringification was not done, when object was no
Date: 2016-01-07 13:01:23
Message-ID: E1aHABv-0000Cs-NM@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

data stringification was not done, when object was not modified, and
passed as it is and that leads to error during fetching the modified
SQL.

Thanks Neel for the point out.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a611f84aadeb92eb95d23a5fa925e56db9f4d8e9

Modified Files
--------------
web/pgadmin/browser/templates/browser/js/node.js | 33 ++++++++++++------------
web/pgadmin/static/js/backform.pgadmin.js | 2 +-
2 files changed, 18 insertions(+), 17 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Nikolai Zhubr 2016-01-07 13:07:56 Re: pgAdmin III commit: As per commit:600daf650bd5e50e664c4ece2e53e95446390
Previous Message Ashesh Vashi 2016-01-07 12:57:54 Re: [Patch] Fix libssh2 build error on vs2010