Akshay Joshi
2265ffc0a7
Handler and Validator should not allow selecting the empty options. Fixes #6810
2021-09-28 11:34:45 +05:30
Pradip Parkale
d616cb88aa
1. Syntax error displayed If the table is not available and the user tries to use the blank option. Fixes #6793
...
2. Not able to add Parameters for Functions and Procedures.
3. For the procedure, the Volatility option should be disabled in some cases. Fixes #6799
2021-09-28 10:37:47 +05:30
Rahul Shirsat
15ecf5d821
Fixed an issue for sort and null controls for the Index node. Fixes #6791
2021-09-28 10:32:00 +05:30
Aditya Toshniwal
dc8ab7cd2a
1. Switch control and CodeMirror control UI improvements for read-only and disabled states.
...
2. If a form input value changes to null, pass it as an empty string in URL params.
3. Use server_type instead of type from the server info.
2021-09-28 10:24:25 +05:30
Nikhil Mohite
48a5143485
Fixed an issue where SQL is not getting generated for Foreign table options. Fixes #6813
2021-09-28 10:21:25 +05:30
Akshay Joshi
f6a9af0aa4
Hardcoded the version of NWjs to 0.55.0 in the build scripts, as the latest version cause some problems.
2021-09-28 10:07:59 +05:30
Khushboo Vashi
483e2ca8d0
Port browser tree to React. Fixes #6129
2021-09-27 16:44:26 +05:30
zhangjie2@fujitsu.com
d983225683
Correct the variable names in the error messages for the Domain node.
2021-09-27 15:09:17 +05:30
Rahul Shirsat
d8d88b948a
Fixed an issue where Schema icon is not visible in the drop-down of General tab. Fixes #6806
2021-09-27 13:36:13 +05:30
Akshay Joshi
31339737a6
Updated screenshots for server group and server dialog.
2021-09-27 12:29:39 +05:30
Akshay Joshi
2494c7d3ed
Update the nw version in yarn.lock file.
2021-09-27 12:13:41 +05:30
Nikhil Mohite
2320370fd2
1) Fixed an issue where for constraint trigger only After event should be displayed,
...
also fixed the Incorrect values for Constraint trigger, Deferrable, Deferred. Fixes #6803
2) Fixed an issue where the user was unable to create the trigger for views. Fixes #6804
2021-09-27 11:31:52 +05:30
Nikhil Mohite
9d2f3b5ee9
Ensure that RLS names should not be editable in the collection node of properties tab. Fixes #6759
2021-09-27 10:57:08 +05:30
Akshay Joshi
294bf27985
Updated all the screenshots and documentation for the nodes.
2021-09-26 22:03:11 +05:30
Akshay Joshi
3d8754cd3c
Updated some screenshots and documentation for the nodes.
2021-09-24 21:01:56 +05:30
Aditya Toshniwal
0228d16990
Partition related fixes:
...
1. When attaching a partition, tables were not loading in the dropdown.
2. When adding a sub partition in a partition, collations were not loading in dropdown.
3. Fix some grid column widths in table node.
Fixes #6783
2021-09-24 16:28:55 +05:30
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