pgAdmin 4 commit: Handle sized time/timestamp columns correctly. Fixes

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Handle sized time/timestamp columns correctly. Fixes
Date: 2017-02-03 13:52:02
Message-ID: E1cZeHS-0005iU-H9@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Handle sized time/timestamp columns correctly. Fixes #2076

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bf8c3c41809231e848da2f6b7daf500e1a63e2ff
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../servers/databases/schemas/tables/__init__.py | 63 ++++++++++---------
.../databases/schemas/tables/column/__init__.py | 41 +++++++-----
.../templates/column/sql/9.2_plus/update.sql | 7 +--
.../tables/templates/column/sql/default/create.sql | 5 +-
.../tables/templates/column/sql/default/update.sql | 7 +--
.../tables/templates/table/sql/default/create.sql | 5 +-
.../servers/databases/schemas/types/__init__.py | 72 +++++++++++++++++++++-
.../schemas/types/templates/type/js/type.js | 8 ++-
.../type/macros/get_full_type_sql_format.macros | 62 +++++++++----------
.../types/templates/type/sql/default/create.sql | 3 +-
.../types/templates/type/sql/default/update.sql | 48 ++++++++++-----
.../servers/databases/schemas/utils.py | 38 ++++++++++++
12 files changed, 248 insertions(+), 111 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-02-03 13:52:10 Re: [pgAdmin4][PATCH] To fix the issue in handling of timestamp type
Previous Message Dave Page 2017-02-03 13:32:11 Re: [pgAdmin4][Patch]: RM 2089 - PARALLEL SAFE support for functions missing