[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - connectivity/source

Lionel Elie Mamane lionel at mamane.lu
Thu Jan 15 04:38:42 PST 2015


 connectivity/source/drivers/postgresql/pq_statement.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 8e427a08f12495f9515294e4d14587a7da6add9b
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Thu Jan 15 12:18:03 2015 +0100

    PostgreSQL statement: deliver promised XMultipleResults interface
    
    Change-Id: I0bb6df332a6666a0ae96bba38626b2626f880490
    Reviewed-on: https://gerrit.libreoffice.org/13923
    Tested-by: Michael Stahl <mstahl at redhat.com>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/connectivity/source/drivers/postgresql/pq_statement.cxx b/connectivity/source/drivers/postgresql/pq_statement.cxx
index 5c20b9a..9b5fbe5 100644
--- a/connectivity/source/drivers/postgresql/pq_statement.cxx
+++ b/connectivity/source/drivers/postgresql/pq_statement.cxx
@@ -199,6 +199,7 @@ Any Statement::queryInterface( const Type & reqType ) throw (RuntimeException, s
                                     static_cast< com::sun::star::sdbc::XResultSetMetaDataSupplier * > ( this ),
                                     static_cast< XCloseable * > ( this ),
                                     static_cast< XPropertySet * > ( this ),
+                                    static_cast< XMultipleResults * > ( this ),
                                     static_cast< XMultiPropertySet * > ( this ),
                                     static_cast< XGeneratedResultSet * > ( this ),
                                     static_cast< XFastPropertySet * > ( this ) );


More information about the Libreoffice-commits mailing list