sebb wrote at Mittwoch, 16. Dezember 2009 13:06:
> On 16/12/2009, [email protected] <[email protected]> wrote:
>> Author: joehni
>> Date: Wed Dec 16 07:38:09 2009
>> New Revision: 891144
>>
>> URL: http://svn.apache.org/viewvc?rev=891144&view=rev
>> Log:
>> Restore Ant markers.
[snip]
>>
>> + // ------------------- JDBC 3.0
>> -----------------------------------------
>> + // Will be commented by the build process on a JDBC 2.0 system
>> +
>> +/* JDBC_3_ANT_KEY_BEGIN */
>
> DBCP no longer needs JDBC_3 markers; these have already been removed.
>
>> +
>> public int getHoldability() throws SQLException
>> { checkOpen(); try { return _conn.getHoldability(); } catch
>> { (SQLException e) { handleException(e); return 0; } }
>>
>> @@ -531,7 +538,7 @@
>> return null;
>> }
>> }
>> -
>> +/* JDBC_3_ANT_KEY_END */
>
> DBCP no longer needs JDBC_3 markers; these have already been removed.
>
>> /* JDBC_4_ANT_KEY_BEGIN */
>>
>> public boolean isWrapperFor(Class<?> iface) throws SQLException {
Sigh. Reverted one change too much. If something's already gone wrong, it
tends to get worse ;-)
- Jörg
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]