summaryrefslogtreecommitdiffstats
path: root/connectivity/Library_firebird_sdbc.mk
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2013-09-06 11:34:09 +0100
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2013-09-06 21:27:57 +0100
commit22576cf6d883f0708560f403c2f05b318c0eab14 (patch)
treef1b34f863a6efca6beaae5331edc96344e41b2ce /connectivity/Library_firebird_sdbc.mk
parentsaing->saving, yikes! (diff)
downloadcore-22576cf6d883f0708560f403c2f05b318c0eab14.tar.gz
core-22576cf6d883f0708560f403c2f05b318c0eab14.zip
Extend OIndexesHelper::dropObject to use correct DROP INDEX. (firebird-sdbc)
Firebird's DROP INDEX statements only need to contain the index name, including the table name causes an error. Change-Id: I5b61d82bda7176148f7849e31bd050e025f84e02
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 2391349a6cc7..b1fbf7923c39 100644
--- a/connectivity/Library_firebird_sdbc.mk
+++ b/connectivity/Library_firebird_sdbc.mk
@@ -43,6 +43,7 @@ $(eval $(call gb_Library_add_exception_objects,firebird_sdbc,\
connectivity/source/drivers/firebird/Connection \
connectivity/source/drivers/firebird/DatabaseMetaData \
connectivity/source/drivers/firebird/Driver \
+ connectivity/source/drivers/firebird/Indexes \
connectivity/source/drivers/firebird/Keys \
connectivity/source/drivers/firebird/PreparedStatement \
connectivity/source/drivers/firebird/ResultSet \