<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 136: Missing implementation for JDBC4 method JtdsPreparedStatement.setBinaryStream(int, InputStream, long).</title><link href="https://sourceforge.net/p/jtds/patches/136/" rel="alternate"/><link href="https://sourceforge.net/p/jtds/patches/136/feed.atom" rel="self"/><id>https://sourceforge.net/p/jtds/patches/136/</id><updated>2017-06-21T08:32:49.738000Z</updated><subtitle>Recent changes to 136: Missing implementation for JDBC4 method JtdsPreparedStatement.setBinaryStream(int, InputStream, long).</subtitle><entry><title>#136 Missing implementation for JDBC4 method JtdsPreparedStatement.setBinaryStream(int, InputStream, long).</title><link href="https://sourceforge.net/p/jtds/patches/136/?limit=25#5885" rel="alternate"/><published>2017-06-21T08:32:49.738000Z</published><updated>2017-06-21T08:32:49.738000Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net31e80ecb608a60a94454f489993eea84d2306aad</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This should include a check for not exceeding Integer.MAX_VALUE first, but +1 for such an easy enhancement, as long as JDBC 4.0 is not fully supported.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#136 Missing implementation for JDBC4 method JtdsPreparedStatement.setBinaryStream(int, InputStream, long).</title><link href="https://sourceforge.net/p/jtds/patches/136/?limit=25#23b9" rel="alternate"/><published>2017-02-17T07:19:52.062000Z</published><updated>2017-02-17T07:19:52.062000Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net7c642fec3a2d49d7fbf0daf677a2301aad3c5eca</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;sđá&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#136 Missing implementation for JDBC4 method JtdsPreparedStatement.setBinaryStream(int, InputStream, long).</title><link href="https://sourceforge.net/p/jtds/patches/136/?limit=25#9928" rel="alternate"/><published>2016-06-21T11:26:26.091000Z</published><updated>2016-06-21T11:26:26.091000Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.neta9d6df177b7acc5d62f5731c492500eab1018ed1</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;please implement same to the setCharacterStream too...&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Missing implementation for JDBC4 method JtdsPreparedStatement.setBinaryStream(int, InputStream, long).</title><link href="https://sourceforge.net/p/jtds/patches/136/" rel="alternate"/><published>2015-07-06T18:29:16.817000Z</published><updated>2015-07-06T18:29:16.817000Z</updated><author><name>Corey Holland</name><uri>https://sourceforge.net/u/cohollan/</uri></author><id>https://sourceforge.net21a2c167f6edd92444ee2d6bea343656ce18ba48</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This patch fixes an interoperability issue with &lt;a class="" href="http://hibernate.org/orm" rel="nofollow"&gt;Hibernate ORM&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;When creating a Blob from an InputStream, Hibernate calls method:&lt;/p&gt;
&lt;p&gt;JtdsPreparedStatement.setBinaryStream(int, InputStream, long)&lt;/p&gt;
&lt;p&gt;In the JTDS driver, this method is not implemented, but an alternative is:&lt;/p&gt;
&lt;p&gt;JtdsPreparedStatement.setBinaryStream(int, InputStream, int)&lt;/p&gt;
&lt;p&gt;This patch adds an implementation for setBinaryStream(int, InputStream, long) which calls setBinaryStream(int, InputStream, int).&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>