core code updates - new version 2.7.5
MVCC deadlock
No effect setting hsqldb.cache_size & hsqldb.cache_rows in JDBC connection
Works fine with current SVN trunk: String path = TestDirectorySettings.fileBase +"test17"; TestUtil.deleteDatabase(path); String url = "jdbc:hsqldb:file:" + path; Properties props = new Properties(); props.setProperty("hsqldb.cache_file_scale", "128"); props.setProperty("hsqldb.cache_size", "128000"); props.setProperty("hsqldb.cache_rows", "100000"); Connection conn = DriverManager.getConnection(url, props); The test17.script file contains: SET FILES CACHE SIZE 128000 SET FILES CACHE ROWS 100000...
core code updates - new version 2.7.5
Strange characters and blank lines with text tables in a transaction
Thanks for reporting. Fixed and committed to SVN for the next version.
core code updates - fix for bug #1748