Tag: oo_pqsdbc_01 User: jbu Date: 2008-07-07 21:43:19+0000 Modified: dba/connectivity/source/drivers/postgresql/pq_tools.cxx
Log: #i85849# decimal fields are now supported in OOo2.4.x File Changes: Directory: /dba/connectivity/source/drivers/postgresql/ ======================================================= File [changed]: pq_tools.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/postgresql/pq_tools.cxx?r1=1.1.2.10&r2=1.1.2.11 Delta lines: +1 -1 ------------------- --- pq_tools.cxx 2008-07-07 21:37:11+0000 1.1.2.10 +++ pq_tools.cxx 2008-07-07 21:43:17+0000 1.1.2.11 @@ -1140,7 +1140,7 @@ // copied from connectivity/source/dbtools, can't use the function directly bool implSetObject( const Reference< XParameters >& _rxParameters, - const sal_Int32 _nColumnIndex, const Any& _rValue) SAL_THROW ( ( SQLException, RuntimeException ) ) + const sal_Int32 _nColumnIndex, const Any& _rValue) { sal_Bool bSuccessfullyReRouted = sal_True; switch (_rValue.getValueTypeClass()) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
