Revert "add SQL PSI change note"

This reverts commit 1c33800
This commit is contained in:
Gregory.Shrago 2018-02-21 16:44:24 +03:00
parent 4542ab1aaa
commit 8b66c8795f

View File

@ -92,7 +92,6 @@ NOTE: You are allowed to prettify the pattern using markdown-features:
| `com.intellij.database.dataSource.DataSource` class removed | Use `com.intellij.database.psi.DbDataSource` and `com.intellij.database.model.DatabaseSystem` instead. |
| `com.intellij.database.psi.DbDataSource.getModel` method return type changed from `DbElement`-based model to `DasObject`-based model | Use `com.intellij.database.psi.DbPsiFacade.findElement` to get the corresponding `com.intellij.database.psi.DbElement` wrapper when needed. |
| `com.intellij.database.view.DatabaseView.getTreeBuilder` method removed | Use `LangDataKeys.PSI_ELEMENT_ARRAY.get(event)` to get Database view selection |
| `com.intellij.sql.psi.impl.SqlParameterImpl.<init>` method parameter type changed from `ASTNode` to `IElementType` | Non-stub-based SQL PSI now inherits `com.intellij.psi.impl.source.tree.CompositePsiElement` (was `com.intellij.extapi.psi.ASTWrapperPsiElement`) |
## Changes in PhpStorm and PHP plugin 2017.3