Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 861c66d180c5bd15873cb82e5c6dd4ca343808df https://github.com/pgadmin-org/pgadmin4/commit/861c66d180c5bd15873cb82e5c6dd4ca343808df Author: Pravesh Sharma <pravesh.sha...@enterprisedb.com> Date: 2023-04-26 (Wed, 26 Apr 2023)
Changed paths: M docs/en_US/images/query_data_editing.png M docs/en_US/query_tool_toolbar.rst M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/columns/sql/default/nodes.sql M web/pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx M web/pgadmin/tools/sqleditor/static/js/components/sections/ResultSetToolbar.jsx M web/pgadmin/tools/sqleditor/utils/get_column_types.py Log Message: ----------- Ensure that when pasting a row in query tool grid, default value is used for autogenerated/serial columns. #5922