pgAdmin 4 commit: Fixed the following issues in the Graph Visualiser:

2022-07-05 Thread Akshay Joshi
Fixed the following issues in the Graph Visualiser: 1) Change all theme's color codes. 2) Bar graph for the first and last labels on the X-axis does not display all the bars. 3) Make the graphs always start from zero on the Y-axis. Branch -- master Details --- https://git.postgresql.o

pgAdmin 4 commit: Fixed the following issues in the debugger:

2022-06-20 Thread Akshay Joshi
Fixed the following issues in the debugger: 1. If debugger arguments are array debugger sets the null value to parameters. 2. Popup screen is not being closed if debug Package procedure/Function and select Null option. 3. Updated validation for debugger argument of the array type parameter. re

pgAdmin 4 commit: Fixed the following issues:

2022-05-12 Thread Akshay Joshi
Fixed the following issues: 1. Feature test cases for the new query tool. 2. Query tool panel rename is not persisting. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ca8e14455f926b4ed8969789369b7c7179eda58d Author: Aditya Toshniwal Modifi

pgAdmin 4 commit: Fixed the following issues for the new query tool:

2022-04-26 Thread Akshay Joshi
Fixed the following issues for the new query tool: 1) In Dark mode > Replace/Find dialogue forward & reverse buttons are stuck to each other. 2) In Dark/High contrast mode > Checkbox is not visible for false value. 3) Wrap toolbar when size goes very small. 4) Replace functionality does not wo

pgAdmin 4 commit: Fixed the following issues for the new query tool:

2022-04-25 Thread Akshay Joshi
Fixed the following issues for the new query tool: 1) Failed to fetch query history error sometimes. 2) In copy paste row, if a copied row has [null], then those are pasted as an empty string. 3) When Data output is empty, show an empty grid. 4) Schema diff generates a script button resulting

pgAdmin 4 commit: Fixed the following issues:

2020-10-26 Thread Akshay Joshi
Fixed the following issues: RM-4232: 1. If the user adds a percentage (other than for placeholders) then it is stripped off. 2. Backslash is getting removed in the connection string if we provide the backslash(\) in placeholders or the database name contains it. 3. If the user added only spaces(

pgAdmin 4 commit: Fixed the following issues for RM 3794:

2020-10-07 Thread Akshay Joshi
Fixed the following issues for RM 3794: 1. Updated connection success message. (Added database name in the success message.) 2. Resolve issue of the mouse pointer and dropdown will show below the connection string only. 3. Added loader for both new connections and load existing connections. 4. R