pgadmin4/web/pgadmin/misc
Pravesh Sharma f7045b58d4
Fixed an issue where format sql was messing up operator. #5083
- The formatting is done on client side now using sql-formattor JS lib. Backend API based formatting is removed.
- Added new options data type case, expression width, function case, lines between queries, logical operator new line and new line before semicolon available in the new lib.
- Removed old options comma-first notations, re-indent aligned, re-indent, strip comments and wrap after N characters as not available in the new library.
- Capitalise casing is replaced with Preserve casing as it is not supported by the new library.
- Also fixes #6785, #6990, #7115.
2024-02-02 12:28:25 +05:30
..
bgprocess Fixed SonarQube code smell Replace the unused local variable with '_'. 2024-01-24 18:33:43 +05:30
cloud Fixed code smell 'Prefer using an optional chain expression instead, as it's more concise and easier to read'. 2024-01-25 16:51:40 +05:30
dependencies Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
dependents Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
file_manager Fix SonarQube bugs 2024-01-29 18:39:30 +05:30
properties Fix failing feature tests 2024-01-30 13:01:57 +05:30
sql/static/js Fixed an issue where format sql was messing up operator. #5083 2024-02-02 12:28:25 +05:30
static Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
statistics Fixed code smell 'Prefer using an optional chain expression instead, as it's more concise and easier to read'. 2024-01-25 16:51:40 +05:30
templates/sqlautocomplete/sql Fixed an issue where the parent partition table was not displayed during autocomplete. Fixes #7105 2022-03-07 14:06:40 +05:30
themes Fixed following SonarQube code smells: 2022-01-12 14:53:19 +05:30
__init__.py Fixed an issue where format sql was messing up operator. #5083 2024-02-02 12:28:25 +05:30