summaryrefslogtreecommitdiff
path: root/connectivity/Library_firebird_sdbc.mk
diff options
context:
space:
mode:
authorTamás Bunth <btomi96@gmail.com>2017-01-10 20:26:05 +0100
committerTamás Bunth <btomi96@gmail.com>2017-01-14 12:13:32 +0000
commit882db8709f4ebc9f170cf743f39434d791b34b14 (patch)
treeded4c2875d152b653072d3bc71812f1a30cdb3cf /connectivity/Library_firebird_sdbc.mk
parent2a4b291d3bfb378776388f67670d877c658fce47 (diff)
tdf#70433 tdf#104734 implement sdbc XClob
And use it in getClob, so LO can display clob values like the return value of the built-in List function. Change-Id: I395016e945dbeb2c6bb3737b6345d40ff9f48089 Reviewed-on: https://gerrit.libreoffice.org/32938 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tamás Bunth <btomi96@gmail.com>
Diffstat (limited to 'connectivity/Library_firebird_sdbc.mk')
-rw-r--r--connectivity/Library_firebird_sdbc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/Library_firebird_sdbc.mk b/connectivity/Library_firebird_sdbc.mk
index 43fa363f7551..0247f08f3de9 100644
--- a/connectivity/Library_firebird_sdbc.mk
+++ b/connectivity/Library_firebird_sdbc.mk
@@ -41,6 +41,7 @@ $(eval $(call gb_Library_set_componentfile,firebird_sdbc,connectivity/source/dri
$(eval $(call gb_Library_add_exception_objects,firebird_sdbc,\
connectivity/source/drivers/firebird/Blob \
+ connectivity/source/drivers/firebird/Clob \
connectivity/source/drivers/firebird/Catalog \
connectivity/source/drivers/firebird/Column \
connectivity/source/drivers/firebird/Columns \