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: Some problems on TEE and possible workarounds?
Hi, Thanks for reporting. We will test and will update you! Regards, Lukas
View ArticleBlog Post: Perform Impact Analysis across Database and Java Objects
There are many tools that can infer dependencies between database objects. There are also many tools that can tell you dependencies between application development objects. However, there is only one...
View ArticleComment on Toad Extension for Eclipse - Wiki
Hi, I am creating an Oracle 11g project on Toad Extension. I've an existing database and want to update a few objects and create some others as project scope. I expected to be able to browse existing...
View ArticleForum Post: TEE 2.1.1 Lost Package bodies
When I have Package bodies within an Oracle Database without Package specs, the body will not shown in the Object Explorer. It would help to show the "lost bodies" within "invalid Objects" for example...
View ArticleForum Post: TEE 2.1.1: Syntax error, found: 'ALL' at RESET ALL;
Example CREATE OR REPLACE FUNCTION test() RETURNS VOID AS $$ BEGIN RESET AL L; END; $$ LANGUAGE plpgsql; Syntax Error Syntax error, found: 'ALL' at line 4, column 8 ERROR: line 4, column...
View ArticleForum Post: TEE 2.1.1: Syntax error, found: 'EXCEPT' at SELECT ... EXCEPT...
Example CREATE OR REPLACE FUNCTION test() RETURNS VOID AS $$ BEGIN SELECT column1 FROM table1 EXCEP T SELECT column2 FROM table2; END; $$ LANGUAGE plpgsql; Syntax Error Syntaxt error,...
View ArticleForum Post: TEE 2.1.1: Syntax error when using AS table alias in FOR IN...
Working Example CREATE OR REPLACE FUNCTION test() RETURNS VOID AS $$ DECLARE _record RECORD; BEGIN FOR _record IN SELECT column1 FROM table1 LOOP -- END LOOP; END; $$...
View ArticleForum Post: TEE 2.1.1 + PostgreSQL: Parser don't detect anything inside PERFORM?
Example (screenshot) Example (for copy and paste) CREATE FUNCTION public.test( IN in_data1 CHARACTER VARYING, IN in_data2 CHARACTER VARYING) RETURNS VOID AS $$ DECLARE _data3 CHARACTER...
View ArticleForum Post: Duplicate Post -- Please delete it
Please delete this post. Reason: Duplicate - http://www.toadworld.com/products/toad-extension-for-eclipse/f/42/t/23321.aspx
View ArticleForum Post: TEE 2.1.1 + PostgreSQL: Parser don't detect elements inside...
It looks like the parser don't detect schemas, functions, variables, ... inside following statements: PERFORM RETURN IF ELSE CASE EXCEPTION EXECUTE Maybe there are more statements and element types....
View ArticleForum Post: RE: TEE 2.1.1 Lost Package bodies
Hi, Thank you, we will consider how to display these "orphan" package bodies in Object Explorer. I registered this bug as TEE-3925. Tom
View ArticleForum Post: TEE 2.1.1 + PostgreSQL: doesn't parse foreing keys
Hi, I have TEE 2.1.1 + PostgreSQL. The data view or content assistant do not handle foreing keys as I have seen in featured videos (I guess videos have ben mede witt Oracle connection).
View ArticleForum Post: RE: TEE 2.1.1 + PostgreSQL: doesn't parse foreing keys
Hi, Content Assist has still some problems in Postgre and MySQL support, compared to Oracle. We have issue TEE-3839 - the bug is that referenced tables are not hinted for Postgre and MySQL. I guess...
View ArticleForum Post: RE: TEE 2.1.1 + PostgreSQL: doesn't parse foreing keys
On this video www.toadworld.com/.../1377.aspx Looking at the talbe data when Vaclav has clicked the MOVIE_ID column, the "Foreign key refence dialog" is shown with data from referenced table. It does...
View ArticleForum Post: RE: TEE 2.1.1 + PostgreSQL: doesn't parse foreing keys
Hi, I have just tried it with the latest version 2.1.2 and it worked with PostgreSQL 9.3 correctly. To select lookup table value, either click the cell and then button next to the value: Or right...
View ArticleForum Post: RE: Some problems on TEE and possible workarounds?
Hi Lukas, Maybe this would help you. Here is a script to test the mentioned problems. Run this is any version of PostgreSQL = 9.1 -- create table for testing create table test_table ( id integer NOT...
View ArticleForum Post: RE: TEE 2.1.1 + PostgreSQL: doesn't parse foreing keys
I am sorry, the problem is something else. The dialog si show, but with the title "Value not found, the table XXX may not". But the referenced id is in the table XXX, of course. The referenced table...
View ArticleWiki Page: Toad Extension for Eclipse Installation
Start Using Toad Extension for Eclipse To install Toad Extension for Eclipse: Visit the Toad Extension for Eclipse page on the Eclipse Marketplace , or just drag the icon below onto your Eclipse...
View ArticleSupport for CTE queries content assistant
Hi, I would like TEE content assistant supports CTE queries as well, see http://www.dba-oracle.com/t_with_clause.htm (PostgreSQL can handle it, too.) Here is a screenshot of what I THINK this would...
View Article