mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Document changes in org.sqlite.SQLiteConfig.setBusyTimeout
signature (#352)
This commit is contained in:
parent
0c806e3a28
commit
a1bfae01da
@ -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.
|
Loading…
x
Reference in New Issue
Block a user