mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
add spring 5
This commit is contained in:
12
java/sqlitejdbc/pkg-message
Normal file
12
java/sqlitejdbc/pkg-message
Normal file
@@ -0,0 +1,12 @@
|
||||
[
|
||||
{ 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
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user