pgadmin4/web/pgadmin/tools/sqleditor/utils
Aditya Toshniwal 1c2ba72f02 Add editor options for plain text mode and to disable block folding to
workaround rendering speed issues in CodeMirror with very large scripts.
Fixes #4631.

Re-arrange editor options in the Preferences dialogue to tidy things up.
2019-09-04 15:46:08 +01:00
..
tests Ensure editable and read-only columns in Query Tool should be identified by icons and tooltips in the column header. Fixes #4667 2019-08-26 14:17:40 +05:30
__init__.py Update copyright notices for 2019 2019-01-02 15:54:12 +05:30
apply_explain_plan_wrapper.py Update copyright notices for 2019 2019-01-02 15:54:12 +05:30
constant_definition.py Update copyright notices for 2019 2019-01-02 15:54:12 +05:30
filter_dialog.py Update copyright notices for 2019 2019-01-02 15:54:12 +05:30
get_column_types.py Ensure editable and read-only columns in Query Tool should be identified by icons and tooltips in the column header. Fixes #4667 2019-08-26 14:17:40 +05:30
is_begin_required.py Don't exclude SELECT statements from transaction management in the Query Tool in case they call data-modifying functions. Fixes #3958 2019-02-21 14:05:10 +00:00
is_query_resultset_updatable.py Ensure editable and read-only columns in Query Tool should be identified by icons and tooltips in the column header. Fixes #4667 2019-08-26 14:17:40 +05:30
query_history.py Fix exception in query history for python 2.7. Fixes #4663 2019-08-30 09:07:03 +05:30
query_tool_fs_utils.py Update copyright notices for 2019 2019-01-02 15:54:12 +05:30
query_tool_preferences.py Add editor options for plain text mode and to disable block folding to 2019-09-04 15:46:08 +01:00
save_changed_data.py Fix an issue where oid column should not be pasted when copy/paste row is used on query output containing the oid column. Fixes #4381 2019-08-28 13:35:40 +05:30
start_running_query.py Added support for editing of result sets from tables with OIDs in query tool. 2019-07-29 12:26:53 +05:30
update_session_grid_transaction.py Update copyright notices for 2019 2019-01-02 15:54:12 +05:30