mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-07-31 16:48:30 -05:00
- Removed the "lineWrapping" option from the codemirror textarea because it was creating issue in the code folding. - Handle the values while depositing during debugging. - Properly handle the Array values while saving it to sqlite database and displayed in input dialog. - SQL code folding was not supported in codemirror so added the same.