From b6ef20895f4bff634ca2ab5fe92cc45de0ff75d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= Date: Mon, 22 Sep 2014 01:06:10 +0100 Subject: [PATCH] Add Changes entry for quoting fixes --- Changes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changes b/Changes index 7b6dc0a17..355a38036 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,9 @@ Changes for SQL::Translator * Fix Oracle producer generating an unnecessary / at the end in case there are no triggers * Skip HTML tests if CGI is not installed (RT#98027) + * Fixes for parsing and producing identifiers and values that need + quoting and escaping for SQLite, MySQL, PostgreSQL, SQLServer and + Oracle (RT#90700, RT#31034) 0.11020 2014-09-02