提交 f309093f 编写于 作者: J jurgen

Rollback on error - false by default. Can't set to true because rolling back...

Rollback on error - false by default. Can't set to true because rolling back may break big scripts (user will have to run script from start after every errror).

Former-commit-id: 5dca0fc2
上级 edd752cb
......@@ -81,7 +81,7 @@ public final class ModelPreferences
private static void initializeDefaultPreferences(DBPPreferenceStore store) {
// Common
PrefUtils.setDefaultPreferenceValue(store, QUERY_ROLLBACK_ON_ERROR, true);
PrefUtils.setDefaultPreferenceValue(store, QUERY_ROLLBACK_ON_ERROR, false);
// 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.
先完成此消息的编辑!
想要评论请 注册