Forum Post: Eclipse NEON
hi all is there a schedule for Eclipse NEON update of the (cool) TOAD Plugin ?
View ArticleForum Post: Column default gets evaluated on refresh
Maybe nuub error, but I find that (with postgresql backend) a table with column that has an expression for default the table view will not show the expression, but the current value. This is...
View ArticleForum Post: Blank line above query required to execute or bug?
Hi, I am new to Toad Extension for Eclipse so I am not sure if this is normal behavior or a bug in the extension / eclipse? If I have 2 queries like the following (With no BLANK LINE between them):...
View ArticleForum Post: Java Integration broken in 2.4.2?
Java integration has not been working very reliable for me since 2.3.8, but is now broken in 2.4.2. The SQL text would get highlighted, but hovering over them shows nothing apart from "SQL (ORACLE)...
View ArticleForum Post: SQL Describe / Content Assist
Hello, Is there a configuration option to disable the mouse over describe. example in a worksheet: select host_name, version from v$instance; When the mouse is moved over host_name or version a popup...
View ArticleForum Post: [Issue]Eclipse Neon + Toad Extension on Ubuntu 16.04 LTS
Hello friends, I have used Toad extensively as a developer some years ago for Oracle. And, I must say I am yet to find an editor with SQL formatting capabilities as good as Toad. Nowadays, I am working...
View ArticleForum Post: Bug - errors logged to the console related to...
Hi, Running Toad for Eclipse 2.4.2 on Eclipse Neon. I noticed that the terminal logs lots of errors similar to org.eclipse.core.internal.resources.ResourceException: Resource '/sling' is not open. at...
View ArticleForum Post: displaying Chinese characters shows garbage
One of the fields in my Mongo document collection may contain characters that are not latin1. Chinese, Japanese, Korean, etc. I cannot see these characters properly. Perhaps the default font is not set...
View ArticleForum Post: RE: [Issue]Eclipse Neon + Toad Extension on Ubuntu 16.04 LTS
Hi Lukas, Thanks for the update. Is there a way that I can track the issues? Regards, Nitin
View ArticleForum Post: RE: [Issue]Eclipse Neon + Toad Extension on Ubuntu 16.04 LTS
Hi guys, I'd like to add some stuff to prevent misunderstanding. Of course, TEE supports PostgreSQL and parses its SQL dialect. We just don't yet support version 9.5 officially because it wasn't tested...
View ArticleForum Post: RE: displaying Chinese characters shows garbage
Hi Sharon, I could not reproduce, unfortunately. You can set text encoding in Eclipse here: Preferences || General || Workspace.... However in my case, it is set to Default (Cp1250) and it works, so we...
View ArticleForum Post: RE: Java Integration broken in 2.4.2?
Hi there, The " SQL (ORACLE) code detected" by itself indicates that there is either no connection assigned to the project or it is currently disconnected, can you confirm that? As for the error, we...
View ArticleForum Post: RE: Column default gets evaluated on refresh
Hi there, Thanks for your report, we have reproduced the behavior and created a CR to address this - TEE-5313 . The expression should not be evaluated and sequence also should not be incremented on...
View ArticleForum Post: RE: Java Integration broken in 2.4.2?
Hi again, Turns out I was wrong, the call stack from the error gave us an idea about where the error might originate, we have fixed it in that place and hopefully it won't appear that much or at all in...
View ArticleForum Post: RE: Java Integration broken in 2.4.2?
Hi guys, do your problems occur on a new project or do you have an older project and the problem emerged after TEE update? Try to create a new project and check, please. You know, the project...
View ArticleForum Post: RE: Blank line above query required to execute or bug?
Hi, we eventually reproduced the issue on Linux and OSX and recorded it as TEE-5316. We are not sure about what the cause is (might be a parsing problem). If you want to execute the 2nd statement in...
View ArticleForum Post: RE: Blank line above query required to execute or bug?
Hi, Sorry for the delay in responding. Yes I am running Linux inside a virtualbox vm. Glad to here you got it reproduced. Thanks, Patrick
View ArticleForum Post: RE: [Issue]Eclipse Neon + Toad Extension on Ubuntu 16.04 LTS
Hi Nitin, Could you tell us your database version and operating system? As for not being able to edit the functions, you can see them and open them from Object Explorer but you cannot edit their code...
View ArticleForum Post: RE: SQL Describe / Content Assist
Hi there, There is currently no option to disable hover popups, unfortunately. However, we have created a CR to address this issue as we feel the lack of the option might be annoying for some users -...
View ArticleForum Post: RE: [Issue]Eclipse Neon + Toad Extension on Ubuntu 16.04 LTS
Hi Lukas, Thanks for your response. The database is PostgreSQL 9.5.3 and OS is Ubuntu 16.04 LTS . Yes, I can see the functions in the Object Explorer and open them in view mode only. I am unable to...
View Article