[pgadmin-org/pgadmin4] eef746: Ensure that default values are set only for insert...

From: Pravesh Sharma <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] eef746: Ensure that default values are set only for insert...
Date: 2023-03-27 04:52:43
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/49b5ab-eef746@github.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: eef7461ae639c9e6d2d3786c10f8aad2f6834a4f
https://github.com/pgadmin-org/pgadmin4/commit/eef7461ae639c9e6d2d3786c10f8aad2f6834a4f
Author: Pravesh Sharma <pravesh(dot)sharma(at)enterprisedb(dot)com>
Date: 2023-03-27 (Mon, 27 Mar 2023)

Changed paths:
M web/pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx
M web/pgadmin/tools/sqleditor/templates/sqleditor/sql/default/insert.sql
M web/pgadmin/tools/sqleditor/utils/save_changed_data.py

Log Message:
-----------
Ensure that default values are set only for insert statement if user does not provide any values, in case of updating existing values to blank it should be set to null. #5934

Incorporated review comments

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2023-03-27 06:06:10 [pgadmin-org/pgadmin4] 636ab5: Change the foreground color of the code mirror tex...
Previous Message Dago A Carralero 2023-03-26 16:40:57 Help needed to spin up local dev environment.