Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Truongthanhhangpoh527
Total activity
5
Last activity
September 12, 2023 11:44
Member since
May 25, 2023 09:59
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (0)
Comments (2)
Truongthanhhangpoh527
commented,
June 21, 2023 10:14
There isn't a built-in feature in most database management systems (DBMS) that directly generates a "CREATE TABLE" script from the results of a query. However, you can manually extract the column n...
Community
DataGrip
Generate DDL from query results
0 votes
Truongthanhhangpoh527
commented,
June 14, 2023 10:16
To resolve this issue, you can modify your code to avoid the synchronous execution within the runReadAction block. Here's an updated version of your code: private fun getFileContentByCommitSha(comm...
Community
IntelliJ IDEA Open API and Plugin Development
java.lang.Throwable: Synchronous execution under ReadAction
0 votes