Buckfan617

- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Buckfan617 created a post, Answeredunable to run sql scripts in sql files
i have a db scripts directory in my java gradle project. However, when opening a sql file, even after attaching it to a session it won't let me run the sql statements. i have to copy it to a scra... -
Buckfan617 created a post, AnsweredNeed Help - Intellij crashes after 2021.2 update
after updating to 2021.2, intellij no longer works at all: JDK15:C:\Program Files\JetBrains\IntelliJ IDEA 2020.2\bin>idea.bat Error occurred during initialization of VMjava.lang.NoSuchMethodError... -
Buckfan617 created a post, AnsweredConstantly invalidating cache
i am having continual problems with intellij being unable to resolve my imports even though it thinks it is there. See the suggested completion: Then i immediately see: Then if i go to DbColumnI... -
Buckfan617 commented, -
-
-
Buckfan617 created a post, AnsweredCaret position in kotlin code
Whenever i am using kotlin, i have my format settings to align multi-line arguments with the parenthesis. However, when i type ",<enter>", it always moves me to the beginning of the next line: Th... -
Buckfan617 commented, -
-
Buckfan617 created a post, AnsweredLanguage Injection
Trying to set up a rule that any call to the method getDbSql in a class called DbResource automatically injects the sql. This seems to work but only partially. For instance, the following kotlin ...