Hi,
PFA patch to fix the issue where in query tool, messages were not
displaying from functions/procedures properly.
RM#2555
Needs to be reviewed with (Success/Fail/Error scenarios):
1) Table output
2) Function output
3) Procedure output (EPAS)
4) Adhoc query output (like vacuum)
--
Regards,
Mur
Hi
It gives error because database value is passed in query generated when jobstep
> kind == 'batch'.
the database value must be ‘’, if jobstep > kind == 'batch' as per check
constraint:
"pga_jobstep_check1" CHECK (jstdbname <> ''::name AND jstkind =
's'::bpchar OR jstdbname = ''::name AND (jstki
Hi,
Please find attached patch to improve feature test execution time.
Now on my machine overall execution time is cut down to 280 seconds from
400+ seconds
Changes:
1. Removed fixed python time.sleeps where ever possible.
2. Removed connect to server test cases.
3. Query tool test cases:
i
Please add a file finder in the PgAdmin4 query tool
Files are listed but there is no search engine with PgAdmin3 I was used to
looking there the script I needed I guess more people work that way
Check the option to do the backup I worked the third attempt did not create
the file I'm using windows
Hi Hackers,
Here is a patch for query tools history UX improvements:
- Add copy button for query text
- Historical queries are binned by day
Thanks,
Sarah & Hao
diff --git a/web/pgadmin/feature_tests/query_tool_journey_test.py
b/web/pgadmin/feature_tests/query_tool_journey_test.py
index 0