This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: JDBC 3.0 API
Tom Tromey wrote:
"Bryce" == Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
Bryce> This patch adds all the new java.sql methods and classes from
Bryce> JDBC 3.0 (aka JDK 1.4). It also reformats the existing java.sql
Bryce> code. Apart from adding all the new stuff, there isn't much
Bryce> actual code changes.
Even so, I think this deserves a news entry in java/index.html.
OK, I also mentioned it in the changes document for gcc-3.2.
regards
Bryce.
Index: gcc-3.2/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.2/changes.html,v
retrieving revision 1.14
diff -u -r1.14 changes.html
--- gcc-3.2/changes.html 5 Jun 2002 17:59:52 -0000 1.14
+++ gcc-3.2/changes.html 21 Jun 2002 06:06:09 -0000
@@ -101,6 +101,11 @@
<h3>Java</h3>
+ <ul>
+ <li>The <code>java.sql</code> and <code>javax.sql</code> packages now
+ implement the JDBC 3.0 (JDK 1.4) API. </li>
+ </ul>
+
<h3>Fortran</h3>
Index: java/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v
retrieving revision 1.105
diff -u -r1.105 index.html
--- java/index.html 11 Jun 2002 17:35:23 -0000 1.105
+++ java/index.html 21 Jun 2002 06:06:09 -0000
@@ -74,6 +74,13 @@
<!-- News entries start here -->
<tr><td valign="top">
+<b>June 21, 2002</b>
+</td><td>
+The <code>java.sql</code> and <code>javax.sql</code> packages were updated
+by Bryce McKinlay to implement the JDBC 3.0 (JDK 1.4) API. </li>
+</td></tr>
+
+<tr><td valign="top">
<b>June 11, 2002</b>
</td><td>
Tom Tromey has implemented the JDK 1.4 <code>assert</code> facility.