Author: shawkins
Date: 2009-05-08 10:59:38 -0400 (Fri, 08 May 2009)
New Revision: 894
Modified:
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMConnection.java
Log:
TEIID-567 not throwing an exception on a transaction isolation level set
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMConnection.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMConnection.java 2009-05-08
13:50:19 UTC (rev 893)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMConnection.java 2009-05-08
14:59:38 UTC (rev 894)
@@ -1015,7 +1015,7 @@
}
public void setTransactionIsolation(int level) throws SQLException {
- throw SqlUtil.createFeatureNotSupportedException();
+
}
public void setTypeMap(Map<String, Class<?>> map) throws SQLException {
Show replies by date