X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=1bcc13adc56320a157a0727472d5eb7c4bf1762e;hb=913fea5aff907287ac578782b0327599f2e91bc1;hp=49a29919192ac63cb27a9a692811fd306340ce86;hpb=0b20d4687cc692b666734c4e44689daeafa0e78c;p=dbsrgits%2FSQL-Translator.git diff --git a/Changes b/Changes index 49a2991..1bcc13a 100644 --- a/Changes +++ b/Changes @@ -16,6 +16,8 @@ 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 and identifier quoting in PostGIS statements * Fix intermittent test failures (RT#108460)