BUG (small): Import CSV via pgAdmin4 does always try to load header row

2020-11-10 Thread Thomas Merkner
Intro: THANK YOU - TO ALL OF YOU - for PostgreSQL! And sorry for having found this small issue .. Topic: CSV import via pgAdmin4 Behaviour due to Docu: http://127.0.0.1:58080/help/help/import_export_data.html?highlight=import Move the Header switch to the Yes position to include the

Re: SonarQube Fixes #3

2020-11-10 Thread Rahul Shirsat
Hi Hackers, Minor sonar issues too fixed. Find the updated patch. On Mon, Nov 9, 2020 at 2:53 PM Rahul Shirsat wrote: > Hi Hackers, > > Please find the attached patch to fix the SonarQube code smells having > rules: > >- Refactor this function to reduce its Cognitive Complexity from 24 to >

Patch for SonarQube code scan fixes

2020-11-10 Thread Nikhil Mohite
Hi Team, I have fixed some code smell issues in the SonarQube scan, PFA patch. Details as follows: 1. Schema dif dependency: - 'isChecked' is already declared in the upper scope. 2. User management: - Refactor this function to reduce its Cognitive Complexity from 27 to the 15 allowed.

[pgAdmin4] Enhance the Schema diff GUI validation

2020-11-10 Thread Murtuza Zabuawala
Hi, PFA minor patch to add the validation in schema diff which will not allow the user to compare the same objects in source and target dropdowns. -- Regards, Murtuza Zabuawala *EDB* *POWER TO POSTGRES* https://www.edbpostgres.com Add_validation_schema_diff.patch Description: Binary data