diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2016-03-04 09:20:31 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2016-03-04 13:16:41 +0100 |
commit | ac1468e2ef5de7db8ea82a66422e224af509c7e3 (patch) | |
tree | 0cf1296e63842a17240f1ff75ec2d14d3cd86726 /connectivity | |
parent | a55f22ef4c5348c37dbf88cf9b493f1b9face467 (diff) |
pgsql-sdbc: "text" dataype is *LONG*VARCHAR
Change-Id: Idd01299ef4592b43e573c3b0996d4822664c6bcf
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/postgresql/pq_statics.cxx | 2 |
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 bc72da4a6767..ffc95798a3cf 100644 --- a/connectivity/source/drivers/postgresql/pq_statics.cxx +++ b/connectivity/source/drivers/postgresql/pq_statics.cxx @@ -571,7 +571,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 }, |