1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
Michael Osipov dc08083010 [NEW PORT] databases/sqlite-jdbc: JDBC driver for SQLite
PR:		293491
Reviewed by:	ronald
Differential Revision:	https://reviews.freebsd.org/D56649
2026-04-28 19:15:30 +02:00

13 lines
374 B
Plaintext

[
{ 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
}
]