SQL dialect is not recognized

已完成

Hello there,
We use IntelliJ IDEA actively and we have our wrappers for work with DB (PostgreSQL). The thing is that when we use placeholders, SQL is stopped being highlighted.

"select * from " + schema + ".users where id = " + id + ";";

This code is not recognised as SQL, so highlighting doesn't work.

0

请先登录再写评论。