Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 412375af3c9dc4b1e6b908cfcd6ab268371ea9b7
https://github.com/pgadmin-org/pgadmin4/commit/412375af3c9dc4b1e6b908cfcd6ab268371ea9b7
Author: Pravesh Sharma <[email protected]>
Date: 2023-11-28 (Tue, 28 Nov 2023)
Changed paths:
M docs/en_US/function_dialog.rst
M docs/en_US/images/function_definition.png
M
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/__init__.py
M
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/static/js/function.ui.js
M
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/pg/11_plus/test_function.json
M
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/pg/12_plus/test_function.json
M
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/pg/14_plus/test_function.json
A
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/pg/default/create_function_with_custom_return.msql
A
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/pg/default/create_function_with_custom_return.sql
M
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/pg/default/test_function.json
M
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/ppas/11_plus/test_function.json
M
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/ppas/12_plus/test_function.json
M
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/ppas/14_plus/test_function.json
A
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/ppas/default/create_function_with_custom_return.msql
A
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/ppas/default/create_function_with_custom_return.sql
M
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/ppas/default/test_function.json
M web/pgadmin/browser/static/js/node.js
M web/pgadmin/tools/erd/static/js/erd_tool/components/ERDTool.jsx
Log Message:
-----------
- Add support for creating a function with custom return type. #6854
- Fixed an issue where create object dialog title was not showing object type
name.