[Bps-public-commit] dbix-searchbuilder branch, master, updated. 1.63_01-38-g664e847

Thomas Sibley trs at bestpractical.com
Wed Apr 10 21:47:03 EDT 2013


The branch, master has been updated
       via  664e847a9d409e3bdb2243e953e35d98ab08afff (commit)
       via  aedddaa44a21462b4d19e7d9669a0d15fbe36c5a (commit)
       via  3ed462f07049e81c16cd445f7ac7756a8c75a36f (commit)
       via  8d9d0cb3c0626f074ea3d3c4d2f58c5ca1b4173a (commit)
       via  d25a8176979eb3cfb118933df43b33a3064cb437 (commit)
       via  580512cdfaaf5c98ab6f319adc7f7c0c7f86e1f0 (commit)
       via  f73cad436ceeff550f3825884942d48e1918cd4b (commit)
       via  ac43c99dc54ccca251ef7c2229d063f3c38b3290 (commit)
       via  8d14de09b56a8adff227f087217b38261fbeca2b (commit)
       via  56131a6a480c59eda020e4c9ba19a7697f9e110a (commit)
       via  2f942470264a2a228a238e179a5c0f664ef60a3f (commit)
       via  49e24aacca974f4fd7cc0a5a702855d029cbaea5 (commit)
       via  7d32afa2c80b8b7231c01a2da0adc3251e780d25 (commit)
      from  c02f4d442f44c17328ed8247565aab1841ea6b62 (commit)

Summary of changes:
 Changes                          |   8 +++
 lib/DBIx/SearchBuilder/Record.pm |  52 +++++++++++----
 t/01records.t                    |  11 ++-
 t/02records_integers.t           |  56 ++++++++++------
 t/20set_edge_cases.t             | 141 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 228 insertions(+), 40 deletions(-)
 create mode 100644 t/20set_edge_cases.t

- Log -----------------------------------------------------------------
commit 664e847a9d409e3bdb2243e953e35d98ab08afff
Merge: c02f4d4 aedddaa
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Wed Apr 10 18:39:58 2013 -0700

    Merge branch 'set-undef-fix'
    
    Conflicts:
    	Changes

diff --cc Changes
index 586d67a,f44c1f4..8c12fef
--- a/Changes
+++ b/Changes
@@@ -1,12 -1,12 +1,20 @@@
  Revision history for Perl extension DBIx::SearchBuilder.
  
 -1.64
++TO BE RELEASED
+ 
+ * _Set now can take undef as argument to mean default or NULL.
+   Still may result in error if default is not defined and no_nulls
+   is true for the column. If old behaviour is required set
+   $record->{'no_undefs_in_set'} to true value.
+ 
++
 +1.63_01     Wed Mar 27 13:02:35 PDT 2013
 +
 +* IN and NOT IN operators in ->Limit method
 +* Add an AdditionalColumn method to collections
 +* Add an AS parameter to Column method in collections
 +* Consistent query generation by sorting hash keys/values
 +
  1.63 Fri Sep 14 2012 01:19:38 GMT+0400 (MSK)
  
  * joins_are_distinct hint to indicate that distinct is not

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list