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.zabuaw...@enterprisedb.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(-) -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers