Akshay Joshi
c32a325c11
Fixed html help for foreign server dialog.
2021-09-24 13:32:13 +05:30
Aditya Toshniwal
d28f8bc7ee
Fixed exclusion constraint issues:
...
1. Incorrect error message.
2. Properties panel Column Section data missing
3. Operator class value is missing
Fixes #6771
2021-09-23 19:28:35 +05:30
Nikhil Mohite
a6dce27ffa
Fixed an issue where options are missing in the trigger function's Security tab. Fixes #6792
2021-09-23 19:23:08 +05:30
Pradip Parkale
6d08d9aa9f
Fixed Cast node related issues. Fixes #6741
2021-09-23 19:19:34 +05:30
Akshay Joshi
8125320093
Fixed linter error.
2021-09-23 17:12:34 +05:30
Akshay Joshi
ecaaa8a1b5
Fixed scrollbar issue and used flex layout in grant wizard.
2021-09-23 16:59:59 +05:30
Akshay Joshi
b9bc628189
1. Placeholder should be inside the controlProps. Change the placeholder from 'Select...' to 'Select an item...'
...
2. Updated grant wizard screenshot and documentation.
3. Remove '(Beta)' from ERD Tool and PSQL Tool.
2021-09-23 16:17:39 +05:30
Aditya Toshniwal
0e6794f2f5
Fixed issue where modified SQL not loading Unique Constraint dialog. Fixes #6772
2021-09-23 14:47:31 +05:30
Aditya Toshniwal
9179b7464b
Fixed following issues after React Porting:
...
1. Unique constraint should not allow changing values for deferrable, deferred, included columns.
2. Primary keys should not allow changing values for deferrable, deferred, included columns.
3. Foreign keys should not allow changing match type. The referenced table name is empty.
4. Exclude - Column/Expression has incorrect values.
5. Save should not be enabled when Custom auto-vacuum is enabled but none of the parameters are edited.
Fixes #6777
2021-09-23 14:46:10 +05:30
Nikhil Mohite
15a494c189
Fixed review comments for Grant Wizard.
...
refs #6687
2021-09-23 14:40:38 +05:30
Aditya Toshniwal
19f0181756
Pin @material-ui/lab to 4.0.0-alpha.58, to fix build on Windows x64
2021-09-23 13:15:53 +05:30
Aditya Toshniwal
8d681d68d7
Pin material-ui to 4.11 as later versions have some problems. Test cases are also failing on the latest material-ui version.
2021-09-23 12:12:14 +05:30
Akshay Joshi
25c98f8054
Fixed API test case.
2021-09-23 12:09:24 +05:30
Aditya Toshniwal
78c8fbbe00
Fixed an issue where the Properties panel was not loaded for catalog tables. Fixes #6778
2021-09-23 10:42:50 +05:30
Nikhil Mohite
f192be3667
Added flag to check before adding 'IF NOT EXISTS' and 'OR REPLACE' clause to the SQL. While creating any object the respective clause should not be added.
2021-09-22 19:14:19 +05:30
Nikhil Mohite
05ce3445b5
Fixed incorrect privileges value in Materialize View. Fixes #6781
2021-09-22 18:46:43 +05:30
Aditya Toshniwal
a1aa080956
Fixed an issue where unable to change the column properties from edit dialog. Fixes #6766
2021-09-22 18:23:40 +05:30
Aditya Toshniwal
a8c8ea69e3
Foreign Key fixes:
...
1. Auto FK related fixes.
2. Properties tab not showing columns.
3. Toggle button is editable even if set to read-only.
4. Dropdown placeholder should be blank for read-only/disabled.
5. Input control help text color on a dark theme.
Fixes #6770
2021-09-22 18:18:09 +05:30
Aditya Toshniwal
fc86faf51e
Changed the layout for tables from block layout to flex layout to fix the width of the columns as per the dialog size.
2021-09-22 18:11:50 +05:30
Akshay Joshi
f538546c4d
Fixed validation issue in Synonyms dialog. Fixes #6767
2021-09-22 13:34:11 +05:30
Akshay Joshi
71d7b14320
Remove unused files.
2021-09-22 13:12:46 +05:30
Pradip Parkale
7330b3520f
Fixed jasmine test cases.
2021-09-21 17:42:18 +05:30
Akshay Joshi
6b100b60f8
Remove word break for dialog labels.
2021-09-21 17:15:53 +05:30
Aditya Toshniwal
08009f8edc
1) Make default values column read-only for inherited columns when creating table.
...
2) Default values not populated for inherited columns. The existing issue, API changed.
3) Options are not populated for Name in Column > Variable tab.
4) The empty check error message is changed from Label cannot be empty to Label in Collection cannot be empty for collections.
Fixes #6763
2021-09-21 16:56:29 +05:30
Akshay Joshi
b60bd73f88
Fixed an issue where Refresh view options are not working for materialized view. Fixes #6736 .
2021-09-21 16:48:10 +05:30
Aditya Toshniwal
af230c812b
Synchronises the column's primary key flag and primary key constraint. Fixes #6762
2021-09-21 15:27:48 +05:30
Aditya Toshniwal
5f104b0e0e
Fixed an issue where ERD table dialog is failing to open after React Porting
2021-09-21 15:11:17 +05:30
Akshay Joshi
9bf0d0ace0
Set the nwjs version to '0.55.0' to fixed the blank screen issue, caused by the latest version on Windows 2016/2019 server.
2021-09-21 14:58:16 +05:30
Akshay Joshi
56a17f7c8e
Fixed RESQL test cases for Partition table using COLLATE.
2021-09-20 20:10:24 +05:30
Akshay Joshi
522a92586a
Added PG/EPAS 14 binary path entry in the preferences dialog.
2021-09-20 14:59:05 +05:30
Rahul Shirsat
c142296f3f
Fixed following issues for Type dialog:
...
1. Enum Type - Unable to delete rows for Enum type in Create Type dialogue.
2. Range Type - Loading icons are shown in different drop-down tabs.
Fixes #6744
2021-09-20 13:12:23 +05:30
Nikhil Mohite
d27b4831d6
Fixed the issue where password field is showing as plain text.
2021-09-20 13:05:58 +05:30
Nikhil Mohite
7aa213a5ce
1) Port Grant Wizard to react. Fixes #6687
...
2) Fixed an issue where grant wizard is unresponsive if the database size is huge. Fixes #2097
2021-09-20 13:02:41 +05:30
Nikhil Mohite
44e770aa0b
Updated query error row selection color as per dark theme style guide. Fixes #6723
2021-09-17 21:04:49 +05:30
Nikhil Mohite
99c99a9ce9
Ensure that in the Query History tab, query details should be scrollable. Fixes #3827
2021-09-17 21:01:24 +05:30
Rahul Shirsat
346ee6ba5f
Fixed an issue where privileges not shown in catalog nodes for Properties tab. Fixes #6743
2021-09-17 20:50:29 +05:30
Aditya Toshniwal
32e97b6422
Fixed the CSS issue causing extra space at the bottom of maintenance backup dialog.
2021-09-17 20:47:03 +05:30
Rahul Shirsat
f1c04096e5
Fixed an issue where the last message is not visible in the Debugger. Fixes #6713
2021-09-17 20:44:57 +05:30
Pradip Parkale
89d40d38d9
Fixed jasmine test cases.
2021-09-15 11:42:23 +05:30
Akshay Joshi
460c66ab3f
Fixed an issue where the drop cascade button enables for Databases. Fixes #6724
2021-09-10 18:27:16 +05:30
Akshay Joshi
15c99ec9e7
Changed APP_SUFFIX and APP_VERSION_INT for testing upgrade scenario.
2021-09-10 12:01:05 +05:30
Akshay Joshi
4a0a4941af
Correct the message in the release note.
2021-09-09 16:30:31 +05:30
Pradip Parkale
dbf78bf214
Added support to create the Partitioned table should be created using COLLATE and opclass. Fixes #2546
2021-09-09 16:26:23 +05:30
Yogesh Mahajan
02ed2289e6
Fixed errors thrown for empty CSS files.
...
refs #6705
2021-09-09 16:10:09 +05:30
Rahul Shirsat
55e7e481d4
Fixed an issue where collapse and expand arrows mismatch in case of nested IF. Fixes #6712
2021-09-09 16:04:59 +05:30
Aditya Toshniwal
f874276d0f
Added some missing propTypes.
2021-09-09 15:57:17 +05:30
Akshay Joshi
1585e6b424
Fixed theme issue in server mode.
2021-09-09 14:10:37 +05:30
Akshay Joshi
103393fee6
Update release note for 6.0
2021-09-09 13:24:55 +05:30
Akshay Joshi
eeff75ba20
Remove GPDB support completely. Fixes #6692
2021-09-09 13:09:53 +05:30
Aditya Toshniwal
f7b8969c72
Stability and bug fixes for the react schema view framework.
2021-09-09 13:09:53 +05:30