Re: [dbcp] Force close connections on fatal SQL Exceptions

2024-02-13 Thread Phil Steitz
On Tue, Feb 13, 2024 at 1:03 PM Bernd Eckenfels wrote: > Phil Steitz wrote on 13. Feb 2024 20:46 (GMT +01:00): > > Thanks, Gary. I agree with everything below. I think it's best to just > > leave things as they are. > > If it’s plugable the project might not have to care, > But then how to fix

Re: [dbcp] Force close connections on fatal SQL Exceptions

2024-02-13 Thread Bernd Eckenfels
Phil Steitz wrote on 13. Feb 2024 20:46 (GMT +01:00): > Thanks, Gary. I agree with everything below. I think it's best to just > leave things as they are. If it’s plugable the project might not have to care, But then how to fix the reported problem? Do we have an idea what’s causing it? And a

Re: [dbcp] Force close connections on fatal SQL Exceptions

2024-02-13 Thread Phil Steitz
Thanks, Gary. I agree with everything below. I think it's best to just leave things as they are. Phil On Mon, Feb 12, 2024 at 7:25 PM Gary Gregory wrote: > I've used many JDBC drivers from different vendors, FOSS and > proprietary, and if I've learned one thing, it is that each is its own >

Re: [dbcp] Force close connections on fatal SQL Exceptions

2024-02-12 Thread Gary Gregory
I've used many JDBC drivers from different vendors, FOSS and proprietary, and if I've learned one thing, it is that each is its own world within the universe of the DBMS it operates in. It is impossible to write a generic tool; they all end up providing plugins for DB-specific features, sure, but

[dbcp] Force close connections on fatal SQL Exceptions

2024-02-12 Thread Phil Steitz
In DBCP-595, a change is suggested to force close connections when a fatal SQL exception has occurred. As of Version 2.2 of DBCP, fatal exceptions are tracked and the fastFailValidation property can be set to fast fail validations when a fatal exception has occurred on a connection. This change