pgadmin4/web/pgadmin/tools/sqleditor/utils
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
..
tests Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
__init__.py Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
apply_explain_plan_wrapper.py Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
constant_definition.py Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
filter_dialog.py Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
get_column_types.py Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
is_begin_required.py Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
is_query_resultset_updatable.py Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
macros.py Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
query_history.py 1) Port query tool to React. Fixes #6131 2022-04-07 17:36:56 +05:30
query_tool_fs_utils.py Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
query_tool_preferences.py Fixed an issue where format sql was messing up operator. #5083 2024-02-02 12:28:25 +05:30
save_changed_data.py Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
start_running_query.py Fixed SonarQube code smell Replace the unused local variable with '_'. 2024-01-24 18:33:43 +05:30
update_session_grid_transaction.py Update copyright notices for 2024 2024-01-01 14:13:48 +05:30