summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2016-03-04 09:20:31 +0100
committerMichael Stahl <mstahl@redhat.com>2016-03-07 12:44:43 +0000
commit68fcdbae82869fd6ff49102a5b0d5a55cc581f4d (patch)
tree14388a7fc933a024539e816f2ba310ac5636de5b /connectivity
parent43bca025961c4d78082e18efb95f9212b27f964b (diff)
pgsql-sdbc: "text" dataype is *LONG*VARCHAR
Change-Id: Idd01299ef4592b43e573c3b0996d4822664c6bcf Reviewed-on: https://gerrit.libreoffice.org/22897 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/postgresql/pq_statics.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_statics.cxx b/connectivity/source/drivers/postgresql/pq_statics.cxx
index 98bf332c5997..661f696616a9 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 },