Craig Main
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Edited correct Run/Debug configuration for Payara Micro
AnsweredI have an existing maven/war project that hosts some REST endpoints, and uses JPA.I am currently running the war file in a full payara server using the Glassfish Server configuration. This plugin d... -
Edited unable to use parameters in POSTGRES sql statements
AnsweredGiven this: SELECT a, bFROM p WHERE (:param IS NULL OR p.a like :param) Parameters don't seem to work at all. ERROR Column (paramter value) does not exist?Why is datagrip using textual replacements...