Randy Gelhausen created ZEPPELIN-1645: -----------------------------------------
Summary: JDBC Interpreter does not commit updates Key: ZEPPELIN-1645 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1645 Project: Zeppelin Issue Type: Bug Components: Interpreters Reporter: Randy Gelhausen Assignee: Randy Gelhausen For changes to take effect for insert/update/upsert type statements, the JDBC API requires the connection property "AutoCommit" to be true, or for a user to call connection.commit method to flush changes. Since users may want to update records via Zeppelin notes, the JDBCInterpreter should commit at the end of each statement. -- This message was sent by Atlassian JIRA (v6.3.4#6332)