Skip to content

Commit

Permalink
Document removal of SqlTableExpression.getSqlType() (JetBrains#1264)
Browse files Browse the repository at this point in the history
  • Loading branch information
asedunov authored Mar 18, 2024
1 parent 384a348 commit df59373
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reference_guide/api_changes_list_2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,9 @@ Class `org.jetbrains.kotlin.ir.declarations.IrDeclarationOriginImpl` made final
`com.intellij.database.datagrid.DataGrid.getColumnAttributes()` abstract method added
: Only recompilation is needed for classes that implement `DataGrid` and delegate calls to an actual `DataGrid` implementation.

`com.intellij.sql.psi.SqlTableExpression.getSqlType()` method removed
: Use `getDasType()` instead

### HTTP Client Plugin 2024.1
`com.intellij.httpClient.actions.generation.RequestUrlContextInfo(requestContextData: RequestContextData)` constructor parameter removed
: Use `com.intellij.httpClient.actions.generation.RequestBody` and `com.intellij.httpClient.actions.generation.HttpRequestUrlPathInfo.Companion.create()` to describe a request body that will be coomputed lazily during the corresponding request generation.
Expand Down

0 comments on commit df59373

Please sign in to comment.