[libdbix-class-perl] 01/02: debian/NEWS: prove a list of notable user-visible changes since wheezy.

gregor herrmann gregoa at debian.org
Sat Oct 25 16:27:58 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdbix-class-perl.

commit b7a674416b1b29c47661a3aa41b6a16f8e6b4edb
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Oct 25 18:26:11 2014 +0200

    debian/NEWS: prove a list of notable user-visible changes since wheezy.
    
    Provided by Peter Rabbitson, thanks!
---
 debian/NEWS | 40 +++++++++++++++-------------------------
 1 file changed, 15 insertions(+), 25 deletions(-)

diff --git a/debian/NEWS b/debian/NEWS
index ea67896..20f0a87 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,34 +1,24 @@
 libdbix-class-perl (0.082810-1) unstable; urgency=medium
 
-  From upstream Changes (0.082801):
-  
-  * Notable Changes and Deprecations
-      - DBIC::FilterColumn now properly bypasses \'' and \[] literals, just
-        like the rest of DBIC
-      - DBIC::FilterColumn "from_storage" handler is now invoked on NULLs
-        returned from storage
-      - find() now throws an exception if some of the supplied values are
-        managed by DBIC::FilterColumn (RT#95054)
-      - Custom condition relationships are now invoked with a slightly
-        different signature (existing coderefs will continue to work)
-      - Add extra custom condition coderef attribute 'foreign_values'
-        to allow for proper reverse-relationship-like behavior
-        (i.e. $result->set_from_related($custom_rel, $foreign_result_object)
-      - When in a transaction, DBIC::Ordered now seamlesly handles result
-        objects that went out of sync with the storage (RT#96499)
-      - CDBICompat::columns() now supports adding columns through supplied
-        Class::DBI::Column instances (GH#52)
-      - Deprecate { col1 => col2 } expressions in manual {from} structures
-        (at some point of time manual {from} will be deprecated entirely)
+  Notable Behavior Changes and Deprecations since Wheezy:
 
- -- gregor herrmann <gregoa at debian.org>  Sat, 25 Oct 2014 17:06:59 +0200
+    - The emulate_limit() arbitrary limit dialect emulation mechanism is
+      now deprecated, and will be removed when DBIx::Class migrates to
+      Data::Query
+
+    - Limited checks are performed on whether columns without declared
+      is_nullable => 1 metadata do in fact sometimes fetch NULLs from
+      the database (the check is currently very limited and is performed
+      only on resultset collapse when the alternative is rather worse)
 
-libdbix-class-perl (0.08270-1) unstable; urgency=medium
+    - Ensure source metadata calls always take place on the result source
+      instance registered with the caller
 
-  From upstream Changes:
+    - find() now throws an exception if some of the supplied values are
+      managed by DBIC::FilterColumn (RT#95054)
 
-  * Notable Changes and Deprecations
     - Explicitly deprecate combination of distinct and selecting a
       non-column via $rs->get_column()
 
- -- gregor herrmann <gregoa at debian.org>  Sat, 15 Feb 2014 23:57:40 +0100
+
+ -- gregor herrmann <gregoa at debian.org>  Sat, 25 Oct 2014 17:06:59 +0200

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbix-class-perl.git



More information about the Pkg-perl-cvs-commits mailing list