Piotr Gliźniewicz
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
Piotr Gliźniewicz created a post, AnsweredHow to make IntelliJ use the failsafe argline instead of the surefire one?
How do I make IntelliJ aware, that a test is an integration test? The problem is, in my pom file there are different configuration of argLine for the surefire and failsafe plugin. For my integratio... -
Piotr Gliźniewicz created a post, JOIN code completion with "USING" instead of "ON" clause
Is there a way to make DataGrip complete JOINs with USING instead of ON clauses (when it's possible)? I prefer the terse USING syntax over the verbose ON if possible, but DataGrip shows me the latter.