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

Lionel Elie Mamane lionel at mamane.lu
Mon Mar 7 12:45:03 UTC 2016


 connectivity/source/drivers/postgresql/pq_statics.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 68fcdbae82869fd6ff49102a5b0d5a55cc581f4d
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Fri Mar 4 09:20:31 2016 +0100

    pgsql-sdbc: "text" dataype is *LONG*VARCHAR
    
    Change-Id: Idd01299ef4592b43e573c3b0996d4822664c6bcf
    Reviewed-on: https://gerrit.libreoffice.org/22897
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/connectivity/source/drivers/postgresql/pq_statics.cxx b/connectivity/source/drivers/postgresql/pq_statics.cxx
index 98bf332..661f696 100644
--- a/connectivity/source/drivers/postgresql/pq_statics.cxx
+++ b/connectivity/source/drivers/postgresql/pq_statics.cxx
@@ -623,7 +623,7 @@ Statics & getStatics()
 //                 { "serial", com::sun::star::sdbc::DataType::INTEGER },
 //                 { "serial4", com::sun::star::sdbc::DataType::INTEGER },
 
-                { "text", com::sun::star::sdbc::DataType::VARCHAR },
+                { "text", com::sun::star::sdbc::DataType::LONGVARCHAR },
                 { "bpchar", com::sun::star::sdbc::DataType::CHAR },
                 { "varchar", com::sun::star::sdbc::DataType::VARCHAR },
 


More information about the Libreoffice-commits mailing list