[pgadmin-org/pgadmin4] 34e409: Fixed an issue where the default value of string f...

From: Nikhil Mohite <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] 34e409: Fixed an issue where the default value of string f...
Date: 2023-01-02 05:23:25
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/5c34c1-34e409@github.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 34e409f313ffa1fc6cd5ed0336682626802cc551
https://github.com/pgadmin-org/pgadmin4/commit/34e409f313ffa1fc6cd5ed0336682626802cc551
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>
Date: 2023-01-02 (Mon, 02 Jan 2023)

Changed paths:
M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/columns/utils.py
M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/tables/sql/11_plus/create.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/tables/sql/12_plus/create.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/tables/sql/default/create.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/utils.py

Log Message:
-----------
Fixed an issue where the default value of string for columns should wrap in quotes in the create script. #5577

Browse pgadmin-hackers by date

  From Date Subject
Next Message Pravesh Sharma 2023-01-02 05:24:35 [pgadmin-org/pgadmin4] 67bc0c: Fixed an issue where row count notification was di...
Previous Message Aditya Toshniwal 2023-01-02 05:21:25 [pgadmin-org/pgadmin4] 5c34c1: - Move pgadmin4-treeview to pgAdmin main repo.