opnsense-ports/java/sqlitejdbc/pkg-message
Franco Fichtner a309cd75a6 */*: sync with upstream
Taken from: HardenedBSD
2019-08-18 05:35:32 +02:00

12 lines
374 B
Text

[
{ type: install
message: <<EOM
Warning: you need a sqlite3 port compiled with SQLITE_ENABLE_COLUMN_METADATA
in order to use the following methods:
String ResultSetMetaData.getCatalogName(int column)
String ResultSetMetaData.getTableName(int column)
any attemp to use them will close the JVM with an error of:
Undefined symbol "sqlite3_column_table_name16"
EOM
}
]