Connection pool: the default login timeout is now 5 minutes.
@changelog_1003_li
After truncating tables, opening large databases could become slow because indexes are always re-built unnecessarily when opening.
After truncating tables, opening large databases could become slow because indexes were always re-built unnecessarily when opening.
@changelog_1004_li
More bugs in the server-less multi-connection mode have been fixed: Sometimes parameters of prepared statements were lost when a reconnecting. Concurrent read operations were slow. To improve performance, executeQuery(..) must be used for queries (execute(..) switches to the write mode, which is slow).
#Connection pool: the default login timeout is now 5 minutes.
@changelog_1003_li
#After truncating tables, opening large databases could become slow because indexes are always re-built unnecessarily when opening.
#After truncating tables, opening large databases could become slow because indexes were always re-built unnecessarily when opening.
@changelog_1004_li
#More bugs in the server-less multi-connection mode have been fixed: Sometimes parameters of prepared statements were lost when a reconnecting. Concurrent read operations were slow. To improve performance, executeQuery(..) must be used for queries (execute(..) switches to the write mode, which is slow).
changelog_1002_li=Connection pool\:the default login timeout is now 5 minutes.
changelog_1003_li=After truncating tables, opening large databases could become slow because indexes are always re-built unnecessarily when opening.
changelog_1003_li=After truncating tables, opening large databases could become slow because indexes were always re-built unnecessarily when opening.
changelog_1004_li=More bugs in the server-less multi-connection mode have been fixed\:Sometimes parameters of prepared statements were lost when a reconnecting. Concurrent read operations were slow. To improve performance, executeQuery(..) must be used for queries (execute(..) switches to the write mode, which is slow).
changelog_1005_li=GROUP BY queries with a self-join (join to the same table) that were grouped by columns with indexes returned the wrong result in some cases.
changelog_1006_li=Improved error message when the .lock.db file modification time is in the future.