I encountered this when I was attempting to create a datatsource and use the jdbc console.
What I was hoping was possible is that if a table contains a list of synonymns then this would be understood. I'm connecting to a db with a large amount of tables that are for various environments. As it is now I have to go through and identify all the individual ones I need and add them to the datasource. Then from jdbc console I need to know the specific tables the columns I am referencing for the queries.
The way it is configured is that each environment has one table with all the necessary synonymns and this is all I need to reference but loading this one table into IntellIJ does not pickup any of these synonymns.
Hello Samuel,
Could you please file a YouTrack issue with a code example?
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I encountered this when I was attempting to create a datatsource and use the jdbc console.
What I was hoping was possible is that if a table contains a list of synonymns then this would be understood. I'm connecting to a db with a large amount of tables that are for various environments. As it is now I have to go through and identify all the individual ones I need and add them to the datasource. Then from jdbc console I need to know the specific tables the columns I am referencing for the queries.
The way it is configured is that each environment has one table with all the necessary synonymns and this is all I need to reference but loading this one table into IntellIJ does not pickup any of these synonymns.