Télécharger la liste

Description du projet

Reverse Snowflake Joins is a tool that parses SQL
Select statements and generates a diagram. In
addition to joins, the diagram shows parts of the
underlying SQL directly in the diagram. For
example x=30, GROUP BY (year), SUM(profit), HAVING
MIN(age) > 18.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-12-07 07:19
0.49

Cette version corrige "cast (x as integer)", qui a déjà produit une erreur.
Tags: Minor bugfixes
This release fixes "cast(x as integer)", which previously produced an error.

2011-11-19 03:28
0.48

Cette version corrige "union tous les" (p. ex., "select t1.a T1 Union tous les t2.b select de T2 union tous les..") et corrige les fonctions sans paramètres et parens, (p. ex., "Select... où t1.x=sysdate ").
This release fixes "union all" (e.g., "select t1.a from T1 union all select t2.b from T2 union all ..") and fixes functions without parameters and parens, (e.g., "Select .. where t1.x=sysdate").

2011-05-28 17:49
0.47

Un bug où SELECT UNION a été sensible à la casse a été fixé.
A bug where UNION SELECT was case sensitive was fixed.

2011-05-18 22:13
0.46

Union au plus haut niveau a été fixé. Une colonne sans alias et IN subselect a été fixé, par exemple, "SELECT * FROM WHERE x IN (SELECT FROM y B)".
Union at top level was fixed. A column without alias and IN subselect was fixed; for example, "SELECT * FROM A WHERE x IN (SELECT y FROM B )".

2011-05-16 00:19
0.45

Support pour UNION a été ajouté. Une exception au cours du traitement de «bœuf choisir parmi les o où Oy (select * from t1 AT1)" a été fixé.
Support for UNION was added. An exception during processing of "select o.x from out o where o.y in ( select * from t1 at1 )" was fixed.

Project Resources