mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
- 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. |
||
---|---|---|
.. | ||
tests | ||
__init__.py | ||
apply_explain_plan_wrapper.py | ||
constant_definition.py | ||
filter_dialog.py | ||
get_column_types.py | ||
is_begin_required.py | ||
is_query_resultset_updatable.py | ||
macros.py | ||
query_history.py | ||
query_tool_fs_utils.py | ||
query_tool_preferences.py | ||
save_changed_data.py | ||
start_running_query.py | ||
update_session_grid_transaction.py |