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_TEST
and I reference the same table in another statement in the same mapper XML file, IntelliJ does not recognise the table, thus things like column name auto-complete does not work. Is there a way to make it recognise the PTT?
Please sign in to leave a comment.
Hi homer simpson,
Is the issue reproduced only with PTTs? If you replace the PTT with a CREATE TABLE statement, does it recognise the table as expected? Also, please provide a minimal XML sample to reproduce the exact case, along with your IntelliJ IDEA version.