X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=a8c17e76e890fb6ece9307c06f117714f5808ba3;hb=758106cc9df8b7456f801b51e204e47b529ad9a9;hp=1c4447085d42416e2c695c1d4836f5395848b199;hpb=5094211ed7175aa5b481608c9a94cac5635deaca;p=dbsrgits%2FSQL-Translator.git diff --git a/Changes b/Changes index 1c44470..a8c17e7 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,22 @@ # ---------------------------------------------------------- +# x.xxxxx xxxx-xx-xx +# ---------------------------------------------------------- +* Properly quote absolute table names in the MySQL producer +* Added semi-colon for (DROP|CREATE) TYPE statements in the Pg producer (wreis) + +# ---------------------------------------------------------- +# 0.09004 2009-02-13 +# ---------------------------------------------------------- +* Add support for temporary tables in Pg (nachos) +* Create Trigger support for SQLite +* GraphViz producer improvements + +# ---------------------------------------------------------- +# 0.09003 2009-02-07 +# ---------------------------------------------------------- + + +# ---------------------------------------------------------- # 0.09002 2008-12-05 # ---------------------------------------------------------- * parsing MySQL CURRENT_TIMESTAMP as scalar ref so it can be produced without