Gabriel Reid created PHOENIX-1543:
-------------------------------------
Summary: AutoCommit should be turned on by default on new
connections
Key: PHOENIX-1543
URL: https://issues.apache.org/jira/browse/PHOENIX-1543
Project: Phoenix
Issue Type: Bug
Reporter: Gabriel Reid
According to the javadoc for
[Connection|https://docs.oracle.com/javase/7/docs/api/java/sql/Connection.html],
and also for
[Connection.setAutoCommit|https://docs.oracle.com/javase/7/docs/api/java/sql/Connection.html#setAutoCommit(boolean)],
auto-commit should be turned on by default on new connections. Taken from the
javadoc:
{quote}
By default a Connection object is in auto-commit mode, which means that it
automatically commits changes after executing each statement.
{quote}
Phoenix currently sets auto-commit to false by default on new connections.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)