Version 0.31 of Reverse Snowflake Joins

Release Notes: Bugs were fixed related to ".. join using(a,b,..)". The "using" clause works correctly only when joining two tables.

Other releases

  •  06 Dec 2011 22:19

Release Notes: This release fixes "cast(x as integer)", which previously produced an error.

  •  18 Nov 2011 18:28

    Release Notes: 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").

    •  28 May 2011 08:49

      Release Notes: A bug where UNION SELECT was case sensitive was fixed.

      •  18 May 2011 13:13

        Release Notes: 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 )".

        •  16 May 2011 20:37

          Release Notes: There is a patch fixing UNIONs not included in subselects. For example: "SELECT a from A union select b from B". Download the ZIP file, and replace revj.py.

          Screenshot

          Project Spotlight

          liblangtag

          An interface library to access tags for identifying languages.

          Screenshot

          Project Spotlight

          guile

          A GNU extension language, an embeddable library implementation of Scheme.