[Proxool-developer] Allow empty values in ProxoolDataSource.setDelegateProperties()
UNMAINTAINED!
Brought to you by:
billhorsman
|
From: Tom D. <td...@te...> - 2007-12-13 15:27:18
|
Hi All,
Wondering if we could patch
ProxoolDataSource.setDelegateProperties(String) to allow specifying
properties with no value? In other words, I would like to be able to
do something like:
dataSource.setDelegateProperties("username=foo, password=")
Currently this throws an exception but I think it should be allowed
and simply ignore the name/value pair when the value is empty.
Regards,
Tom
|