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

New commits:
commit 345c82aa2d7b7f551faa666475d1c9e351ed6f0e
Author: Lionel Elie Mamane <lio...@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/13922
    Reviewed-by: Michael Stahl <mst...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/connectivity/source/drivers/postgresql/pq_statement.cxx 
b/connectivity/source/drivers/postgresql/pq_statement.cxx
index 23727db..03f4b17 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 ) 
);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to