connectivity/source/drivers/postgresql/pq_statics.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 68fcdbae82869fd6ff49102a5b0d5a55cc581f4d Author: Lionel Elie Mamane <lio...@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 <c...@libreoffice.org> Reviewed-by: Michael Stahl <mst...@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 }, _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits