[Bps-public-commit] dbix-searchbuilder branch, master, updated. 1.63_01-40-g837785c

Ruslan Zakirov ruz at bestpractical.com
Wed Apr 17 10:49:32 EDT 2013


The branch, master has been updated
       via  837785c9746975226b3b1d8093a21472fecd2f9a (commit)
      from  4752b566ccb490014ba6594ae62081d3d445b68f (commit)

Summary of changes:
 Changes                   | 8 +++++++-
 MANIFEST                  | 1 +
 META.yml                  | 2 +-
 lib/DBIx/SearchBuilder.pm | 2 +-
 4 files changed, 10 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit 837785c9746975226b3b1d8093a21472fecd2f9a
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date:   Wed Apr 17 18:48:49 2013 +0400

    bump version, 1.63_02

diff --git a/Changes b/Changes
index 8c12fef..ec87267 100755
--- a/Changes
+++ b/Changes
@@ -1,12 +1,18 @@
 Revision history for Perl extension DBIx::SearchBuilder.
 
-TO BE RELEASED
+1.63_02 Wed Apr 17 18:47:31 MSK 2013
 
 * _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.
 
+* FUNCTION argument is now allowed in Limit. Code to combine
+  FUNCTION, ALIAS and FIELD was refactored and unified in one
+  place - CombineFunctionWithField method. Used in Column, GroupBy
+  and Limit. This change should be backwards compatible.
+
+* Handle->DateTimeIntervalFunction
 
 1.63_01     Wed Mar 27 13:02:35 PDT 2013
 
diff --git a/MANIFEST b/MANIFEST
index 6a3c9b7..e48a98f 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -57,6 +57,7 @@ t/03transactions.t
 t/03versions.t
 t/10schema.t
 t/11schema_records.t
+t/20set_edge_cases.t
 t/pod.t
 t/testmodels.pl
 t/utils.pl
diff --git a/META.yml b/META.yml
index 796f496..cc909a8 100644
--- a/META.yml
+++ b/META.yml
@@ -34,4 +34,4 @@ requires:
   Want: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: 1.63_01
+version: 1.63_02
diff --git a/lib/DBIx/SearchBuilder.pm b/lib/DBIx/SearchBuilder.pm
index c75f42b..ef722a4 100755
--- a/lib/DBIx/SearchBuilder.pm
+++ b/lib/DBIx/SearchBuilder.pm
@@ -4,7 +4,7 @@ package DBIx::SearchBuilder;
 use strict;
 use warnings;
 
-our $VERSION = "1.63_01";
+our $VERSION = "1.63_02";
 
 use Clone qw();
 use Encode qw();

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



More information about the Bps-public-commit mailing list