X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=1bcc13adc56320a157a0727472d5eb7c4bf1762e;hb=913fea5aff907287ac578782b0327599f2e91bc1;hp=95b422fef46e3cd3a530673721765eeb4a255b28;hpb=724347d1013c92754133af9544b30c389ec61788;p=dbsrgits%2FSQL-Translator.git diff --git a/Changes b/Changes index 95b422f..1bcc13a 100644 --- a/Changes +++ b/Changes @@ -16,8 +16,11 @@ Changes for SQL::Translator * Fix parsing of MySQL column comments (RT#83380) * Fix multi-line comments in YAML, JSON and PostgreSQL producers * Fix identifier quoting in PostgreSQL diff producer + * Fix incorrect type conversion from various BigInt AutoIncrement to the + PostgreSQL-specific bigserial (GH#72) * Fix missing semicolons between PostGIS statements - * Fix string quoting in PostGIS statements + * Fix string and identifier quoting in PostGIS statements + * Fix intermittent test failures (RT#108460) 0.11021 2015-01-29