All releases tagged Minor bugfixes


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


Release Notes: Support for "ORDER BY x DESC". Bugfixes related to "case".


Release Notes: This release fixes mixed ANSI joins and tables. For example: FROM TABLE_1 T1 LEFT JOIN TABLE_1A T1A ON T1.ID=T1A.ID, TABLE_2.


Release Notes: This release works if the path contains spaces (for example, under the "Documents and Settings" folder).


Release Notes: This release raises an exception on the unsupported UNION keyword. It creates the directory ./static (if missing).


Release Notes: A bug was fixed in which edges had only a head but no tail. This caused the gvpr script to crash.


Release Notes: This release has a bugfix for "class Simplifier()", which is valid in Python 2.5 but not in 2.4.


Release Notes: End of line comments were added. For example, " ..x=2 -- comment". Now <>comparison apears correctly in diagrams. Previosuly, only < was shown.