Eldad Dor
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 2
-
Eldad Dor created a post, AnsweredUsing the DatabaseConnectionManager to get connections
We hava custom plugin connecting to the DB (sybase) and fetching the compiled SP, so no re-synching is needed. Changes made to the Api, broke the following code : ... if (!dataSources.isEmpty()) { ... -
-
Eldad Dor created a post, AnsweredGetting StoreProcedures name from databaseTools in 2021.1 API
I've being using Intellij 17 till now & with the lastest update to 2021.1 I neededto change the code - DatabaseSystem databaseSystem = getDataSource();JBIterable<String> jbIterable = databaseSystem...