[pgAdmin4] Patch: Added new Control SqlFieldControl - Mailing list pgadmin-hackers

From Surinder Kumar
Subject [pgAdmin4] Patch: Added new Control SqlFieldControl
Date
Msg-id CAM5-9D9e=b9NkrAn79Vm+pQyQ_U5LLxjs6EuPBwj-moEC5HXnA@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4] Patch: Added new Control SqlFieldControl
List pgadmin-hackers
Hi,


Please find patch for SqlFieldControl.

This control allows the user to write/edit SQL queries.

To use SqlFieldControl, Set control property of field to 'sql-field' in model's schema like:

{
          id: 'definition', label:'{{ _('Definition') }}', cell: 'string', 
          control: 'sql-field'
}



Regards,
Surinder Kumar
Attachment

pgadmin-hackers by date:

Previous
From: Surinder Kumar
Date:
Subject: Re: [pgAdmin4]PATCH: Fix textarea issue in updateInvalid function
Next
From: Neel Patel
Date:
Subject: Re: Updated patches