File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -242,10 +242,6 @@ ELSE()
242
242
ENDIF ()
243
243
244
244
IF (CONNECT_WITH_JDBC )
245
- # TODO: detect Java SDK and the presence of JDBC connectors
246
- # TODO: Find how to compile and install the java wrapper class
247
- # Find required libraries and include directories
248
-
249
245
FIND_PACKAGE (Java 1.6 )
250
246
FIND_PACKAGE (JNI )
251
247
IF (JAVA_FOUND AND JNI_FOUND )
@@ -257,8 +253,8 @@ IF(CONNECT_WITH_JDBC)
257
253
jdbconn.cpp tabjdbc.cpp jdbconn.h tabjdbc.h jdbccat.h
258
254
JdbcInterface.java ApacheInterface.java MariadbInterface.java
259
255
MysqlInterface.java OracleInterface.java PostgresqlInterface.java )
260
- # TODO: detect presence of components such as the MariaDB JDBC driver or
261
- # Apache package in order to add more files to the JAVA_SOURCES.
256
+ # TODO: Find how to compile and install the java wrapper classes
257
+ # Find required libraries and include directories
262
258
SET (JAVA_SOURCES JdbcInterface.java )
263
259
add_jar (JdbcInterface ${JAVA_SOURCES} )
264
260
install_jar (JdbcInterface DESTINATION ${INSTALL_PLUGINDIR} COMPONENT connect-engine )
Original file line number Diff line number Diff line change 10
10
#
11
11
##############################################################################
12
12
#json_udf_bin : broken upstream in --ps (fixed)
13
- # jdbc : Variable settings depend on machine configuration
14
- # jdbc_new : Variable settings depend on machine configuration
13
+ jdbc : Variable settings depend on machine configuration
14
+ jdbc_new : Variable settings depend on machine configuration
15
15
jdbc_oracle : Variable settings depend on machine configuration
16
16
jdbc_postgresql : Variable settings depend on machine configuration
You can’t perform that action at this time.
0 commit comments