Document changes in org.sqlite.SQLiteConfig.setBusyTimeout signature (#352)

This commit is contained in:
Konstantin Kolosovsky 2021-02-02 20:52:12 +03:00 committed by GitHub
parent 0c806e3a28
commit a1bfae01da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,3 +75,6 @@ Please see [Incompatible API Changes](api_changes_list.md) on how to verify comp
`com.intellij.lang.StdLanguages.JSP` field removed
: Add a dependency on the `com.intellij.jsp` plugin and replace the reference with `com.intellij.lang.jsp.NewJspLanguage.getInstance()`
`org.sqlite.SQLiteConfig.setBusyTimeout(String milliseconds)` method parameter type changed from `String` to `int`
: Please use updated sqlite-jdbc api.