Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions java/src/main/java/com/genexus/db/driver/GXDBMSoracle7.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ public boolean DataTruncation(SQLException e)
public void setDataSource(DataSource dataSource)
{
this.dataSource = dataSource;
if(!dataSource.jdbcDriver.startsWith("oracle"))
{
isOracleDriver = false;
}
}

public boolean useReadOnlyConnections()
Expand Down Expand Up @@ -207,7 +203,6 @@ public boolean useStreamsInLongVarchar()
}

private static java.lang.reflect.Method PUTBYTES;
private boolean isOracleDriver = true;

/** Setea los datos de un blob
* El parametro blob debe ser una instancia de java.sql.Blob o descendiente
Expand Down