pgAdmin 4 commit: JSONinfy all data in new mode for the Backbone.Model.

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: JSONinfy all data in new mode for the Backbone.Model.
Date: 2016-01-07 04:10:55
Message-ID: E1aH1uZ-0003xf-Jf@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

JSONinfy all data in new mode for the Backbone.Model.

Also, takes care about not quoting the identifier, when found any digit
in the name (except it starts with a digit).

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/templates/browser/js/node.js | 8 ++++----
web/pgadmin/utils/driver/psycopg2/__init__.py | 3 ++-
2 files changed, 6 insertions(+), 5 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Harshal Dhumal 2016-01-07 04:27:07 backgrid select2 cell fixed issue for optionsValues
Previous Message Ashesh Vashi 2016-01-07 03:09:07 pgAdmin 4 commit: Allow to pass array as an input to the qtIdent.