[SCM] Debian packaging of libsql-translator-perl branch, master, updated. debian/0.11010-1-10-g867e512
gregor herrmann
gregoa at debian.org
Sun May 13 12:14:55 UTC 2012
The following commit has been merged in the master branch:
commit e43dfe75fc736747e55375da23809a4283e7d867
Author: gregor herrmann <gregoa at debian.org>
Date: Sun May 13 14:07:10 2012 +0200
Add debian/NEWS mentioning incompatible changes.
diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..73a0a2e
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,19 @@
+libsql-translator-perl (0.11011-1) unstable; urgency=low
+
+ From upstream Changes:
+
+ INCOMPATIBLE CHANGES:
+ * SQLT no longer supports setting separate conflicting values for the now
+ deprecated 'quote_table_names' and 'quote_field_names'. Instead their values
+ are proxied to the new 'quote_identifiers'. If 'quote_identifiers' is
+ supplied, the legacy settings are ignored (with a warning). If nothing is
+ specified the default is TRUE as before. If only one is specified - default
+ to its value for everything, and if both are specified with a conflicting
+ value an exception is thrown.
+ * Partial quoting support has been added in SQLite. It is currently disabled by
+ default, you need to request is explicitly with quote_identifiers => 1. In a
+ future version of SQL::Translator *THIS DEFAULT BEHAVIOR WILL CHANGE*.
+ If you do NOT WANT quoting, set quote_identifiers to a false value to
+ protect yourself from changes in a future release.
+
+ -- gregor herrmann <gregoa at debian.org> Sun, 13 May 2012 14:04:15 +0200
--
Debian packaging of libsql-translator-perl
More information about the Pkg-perl-cvs-commits
mailing list