add spring 5

This commit is contained in:
ziggi
2020-04-10 07:41:03 +00:00
parent c26a914c5c
commit 0094efdd75
11 changed files with 295 additions and 0 deletions

View 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
}
]