Wiki: Toad Extension for Eclipse
A useful collection of resources for Toad Extension for Eclipse that can be freely added to and updated by the community.
View ArticleForum Post: RE: TEE-2.1.0 Preferences forget Oracle JDBC-Driver Path
Hi, I could not reproduce your issue. Do you mean that you cannot set the driver at all? Or that you set in once but cannot change it then? Or that TEE always selects the driver in the client? :-) Tom
View ArticleForum Post: RE: TEE-2.1.0 Preferences forget Oracle JDBC-Driver Path
Not at all. I can select the driver, let say '/usr/lib/oracle/12.1/client64/lib/ojdbc7.jar'. Then I restart Eclipse as recommended. Everything works fine! I can restart Eclipse as often as I like, the...
View ArticleForum Post: Blank lines in result set
When performing a query, a few lines of my result set came completely blank and the following log was generated in Eclipse: !ENTRY org.eclipse.ui 4 0 2014-09-26 13:36:25.011 !MESSAGE Unhandled event...
View ArticleForum Post: RE: Blank lines in result set
Hi Raphael, Thanks for reporting this! I registered the issue as CR 3711. The issue is that the DATE value with zeros cannot be converted correctly the error is not properly handled. Regards, Lukas
View ArticleForum Post: RE: Blank lines in result set
You have probably followed solution like explained at stackoverflow.com/.../handling-datetime-values-0000-00-00-000000-in-jdbc , haven't you? You can use zeroDateTimeBehavior=convertToNull added to...
View ArticleBlog Post: Introducing Toad Extension for Eclipse Community Edition v2.1.0
What is Toad Extension for Eclipse (TEE)? Java based Eclipse Plugin that allows users to seamlessly transition from working with Java objects directly into working with their Oracle, MySQL and...
View ArticleForum Post: TEE and PostgreSQL function body problem
After loading function to source editor it displayed with error marks and some lines splitted in the middle of the word (see " AS time_id, " on the screenshot). If I trying to compile it in TEE - I...
View ArticleForum Post: RE: TEE creates sql folder and moves a random '.sql' file to that...
It's even worse! I created a java-project from a git checkout, and TEE moved a pack- .. .idx file to the sql directory. Now my git repo is broken and I need to re-clone it. (eclipse 4.4, Ubuntu 14.4,...
View ArticleForum Post: RE: Toad creating sql directory in project and moving my files...
It moves .git repo files to the sql folder, so it destroys git repos. See also my comment on www.toadworld.com/.../49322.aspx I indeed hope this has high prio.
View ArticleForum Post: RE: Toad creating sql directory in project and moving my files...
Hi Martin, This is definitively an issue and it is caused by the fact that Toad Extension used to export individual objects to filesystem with specific extensions and Index used to have IDX extension-...
View ArticleForum Post: RE: TEE creates sql folder and moves a random '.sql' file to that...
Martin, as I wrote in response to this issue in the other thread , this is fixed for Toad Extension 2.1.1. Regards, Lukas
View ArticleForum Post: RE: TEE and PostgreSQL function body problem
Hi, We found the issue causing the errors and braking of the statement. I created CR #3741 to address it! Follow release notes of next release to find the issue fixed. Thank you! Lukas
View ArticleForum Post: RE: TEE-2.1.0 Preferences forget Oracle JDBC-Driver Path
More precisely, I have to open/touch the "Oracle Database"-Settings.
View Articleaccept oracle named bind parameter style
currently I get binds in oracle named style marked as syntax error. Please add pattern ":\w+" to detect binds in the statement string. (the pattern is not fully exact since leading underscore is not...
View ArticleForum Post: RE: With PostgreSQL, how to get query messages?
It would be very insteresting, when you execute a script with multiple DMLs to see the number of affected rows, errors, etc.
View ArticleForum Post: RE: With PostgreSQL, how to get query messages?
Hi carriaga Put your suggestion in Idea Pond, please! Thank you! Lukas
View ArticleForum Post: CENTOS 6.5, eclipse kepler 64 bit, jdk 1.7.0_65 ==...
Hi, I keep getting the below errors when I use the TOAD Extension. In the Progress bar it mentions 'Loading **Columns' Is there a fix/workaround for this. I cannot guarantee but my eclipse crashes...
View ArticleForum Post: RE: CENTOS 6.5, eclipse kepler 64 bit, jdk 1.7.0_65 ==...
Database i am connecting - POSTGRESQL 9.3
View ArticleForum Post: RE: CENTOS 6.5, eclipse kepler 64 bit, jdk 1.7.0_65 ==...
Hi The stack doesn't look like the source of your issues. This is just a warning. Please, can you attach here or send in private message to me your eclipse workspace .log file? For better tracking...
View Article