提交 2abc2ef7 编写于 作者: J jurgen

Rollback on error - true by default

上级 2e422f9e
Folders colors customization.
Connections keep-alive
Default socket timeouts for drivers
MacOS test
Eclipse Mars update
OpenSUSE test (UI is broken)
Default socket timeouts for drivers
DB2 procedures. Parse actual parameters (? marks)
Eclipse Mars update
Objects cache. Allow to load single object without entire cache loading (for table metadata reading).
Remove QMDB warnings from main Error Log
Delete button in doc editors. Disable all RSV actions when in editor (inline/over)
......
......@@ -81,7 +81,7 @@ public final class ModelPreferences
private static void initializeDefaultPreferences(DBPPreferenceStore store) {
// Common
PrefUtils.setDefaultPreferenceValue(store, QUERY_ROLLBACK_ON_ERROR, false);
PrefUtils.setDefaultPreferenceValue(store, QUERY_ROLLBACK_ON_ERROR, true);
// SQL execution
PrefUtils.setDefaultPreferenceValue(store, SCRIPT_STATEMENT_DELIMITER, SQLConstants.DEFAULT_STATEMENT_DELIMITER);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册