X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=9dfdf9a6b8a40bd091b02b59d0a91925871abc2f;hb=a25ac5d2649e414439ab60a075297361f2e5819d;hp=0fdf29b8da419d39eb014ba2cb38e92f8e16b33e;hpb=75b8fbe8947a071a0ed53750af2e6f24a0ab2a40;p=dbsrgits%2FSQL-Translator.git diff --git a/Changes b/Changes index 0fdf29b..9dfdf9a 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,8 @@ * Added support for CREATE VIEW + tests in the Pg producer (wreis) * Added support for CREATE VIEW + tests in the sqlite producer (groditi) * Added proper argument parsing and documentation to MySQL Parser and Producer (ribasushi) +* Using DROP VIEW instead of OR REPLACE clause in the Pg producer, as replace only allows replacement with same number of columns (wreis) +* Added support for DROP VIEW and fixed CREATE VIEW statement in the sqlite producer (wreis) # ---------------------------------------------------------- # 0.09001 2008-08-19