Skip to content

Commit

Permalink
TEIID-3785 switching to use streams for lobs
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed Oct 23, 2015
1 parent eaa2f18 commit ea5d7d9
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -872,4 +872,9 @@ public InputStream getEwkb() throws Exception {
return null;
}

@Override
public boolean useStreamsForLobs() {
return true; //lob bindings require a transaction
}

}

0 comments on commit ea5d7d9

Please sign in to comment.