<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 136: Missing implementation for JDBC4 method JtdsPreparedStatement.setBinaryStream(int, InputStream, long).</title><link>https://sourceforge.net/p/jtds/patches/136/</link><description>Recent changes to 136: Missing implementation for JDBC4 method JtdsPreparedStatement.setBinaryStream(int, InputStream, long).</description><atom:link href="https://sourceforge.net/p/jtds/patches/136/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 21 Jun 2017 08:32:49 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jtds/patches/136/feed.rss" rel="self" type="application/rss+xml"/><item><title>#136 Missing implementation for JDBC4 method JtdsPreparedStatement.setBinaryStream(int, InputStream, long).</title><link>https://sourceforge.net/p/jtds/patches/136/?limit=25#5885</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 21 Jun 2017 08:32:49 -0000</pubDate><guid>https://sourceforge.net31e80ecb608a60a94454f489993eea84d2306aad</guid></item><item><title>#136 Missing implementation for JDBC4 method JtdsPreparedStatement.setBinaryStream(int, InputStream, long).</title><link>https://sourceforge.net/p/jtds/patches/136/?limit=25#23b9</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;sđá&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 17 Feb 2017 07:19:52 -0000</pubDate><guid>https://sourceforge.net7c642fec3a2d49d7fbf0daf677a2301aad3c5eca</guid></item><item><title>#136 Missing implementation for JDBC4 method JtdsPreparedStatement.setBinaryStream(int, InputStream, long).</title><link>https://sourceforge.net/p/jtds/patches/136/?limit=25#9928</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;please implement same to the setCharacterStream too...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 21 Jun 2016 11:26:26 -0000</pubDate><guid>https://sourceforge.neta9d6df177b7acc5d62f5731c492500eab1018ed1</guid></item><item><title>Missing implementation for JDBC4 method JtdsPreparedStatement.setBinaryStream(int, InputStream, long).</title><link>https://sourceforge.net/p/jtds/patches/136/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Corey Holland</dc:creator><pubDate>Mon, 06 Jul 2015 18:29:16 -0000</pubDate><guid>https://sourceforge.net21a2c167f6edd92444ee2d6bea343656ce18ba48</guid></item></channel></rss>