pgadmin4/web/pgadmin
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
..
about Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
authenticate Fixed SonarQube code smell Replace the unused local variable with '_'. 2024-01-24 18:33:43 +05:30
browser Fix wrong default for FORCE_LOWER in the FLASK_GRAVATAR module #7175 2024-02-02 11:47:14 +05:30
dashboard 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
help Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
misc Fixed an issue where format sql was messing up operator. #5083 2024-02-02 12:28:25 +05:30
model Added copy server support, allowing the duplication of existing servers with the option to make certain modifications. #6085 (#7106) 2024-01-08 12:16:49 +05:30
preferences 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
redirects Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
settings Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
setup Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
static Fix SonarQube bugs 2024-01-29 18:39:30 +05:30
templates Fix few accessibility related issues. #6991 2023-12-06 11:18:23 +05:30
tools Fixed an issue where format sql was messing up operator. #5083 2024-02-02 12:28:25 +05:30
translations Update message catalogs for v8.3 2024-02-01 21:27:06 +05:30
utils Fixed SonarQube code smell Replace the unused local variable with '_'. 2024-01-24 18:33:43 +05:30
__init__.py Use COOKIE_DEFAULT_PATH or SCRIPT_NAME in session cookie path. #6557 2024-01-22 12:25:20 +05:30
evaluate_config.py Use COOKIE_DEFAULT_PATH or SCRIPT_NAME in session cookie path. #6557 2024-01-22 12:25:20 +05:30
messages.pot Update message catalogs for v8.3 2024-02-01 21:27:06 +05:30
submodules.py Removing dynamic module loading and replacing it with static loading. Fixes #7492 2022-06-30 11:06:50 +05:30