homer simpson
- Total activity 40
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 14
-
Edited MyBatis call procedure jump not working.
For example, if I have a statement like <insert …> call SCHEMA_NAME.PACKAGE_NAME.PROCEDURE_NAME(….) </insert>, if I middle-click PROCEDURE_NAME, the cursor jumps to the start of the SCHEMA_NAME. If... -
Edited AM I getting the DDL source feature wrong, or is it buggy?
I have set up a DDL source mapping. Let's say the DB is A, and the DDL is B.When I updated A → B, DataGrip created a subdirectory with the schema name. But in the DB Explorer, the name was ignored... -
Created Is there a way to show cursor column position WITHOUT the status bar?
AnsweredI do not need the status bar, but sometimes I need to see the column position, to see if multiple rows' indentation is the same. I asked AI about it, and it told me to use Ctrl+G, but this means I ... -
Created MyBatis mapper does not recognise Oracle PTT in another statement in the same file
If I create a PTT like below in a statement, CREATE PRIVATE TEMPORARY TABLE ORA$PTT_TESTand I reference the same table in another statement in the same mapper XML file, IntelliJ does not recogni...