[Bps-public-commit] dbix-searchbuilder branch, master, updated. 1.63_01-55-g39a69ef
Thomas Sibley
trs at bestpractical.com
Fri Jun 14 16:13:49 EDT 2013
The branch, master has been updated
via 39a69ef083a0e45e3e9aac363640ca4c6f02fe54 (commit)
from 9d8b7bebd3ec3f7e55ff4923a311dbfe21e7b8ee (commit)
Summary of changes:
Changes | 15 +++++++++++++++
MANIFEST | 1 +
META.yml | 2 +-
lib/DBIx/SearchBuilder.pm | 2 +-
4 files changed, 18 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 39a69ef083a0e45e3e9aac363640ca4c6f02fe54
Author: Thomas Sibley <trs at bestpractical.com>
Date: Fri Jun 14 13:12:49 2013 -0700
Another dev release â bump version to 1.63_03
diff --git a/Changes b/Changes
index ec87267..dedaa7f 100755
--- a/Changes
+++ b/Changes
@@ -1,5 +1,20 @@
Revision history for Perl extension DBIx::SearchBuilder.
+1.63_03 Fri Jun 14 13:11:01 PDT 2013
+
+ Ruslan Zakirov:
+ * warn when rollback and commit are mixed
+ * Handle->NullsOrder
+ * skip timezone tests on SQLite when tzinfo is not there
+ * skip tests if mysql can not do timezones
+ * DISTINCT argument in Join method
+ * DISTINCT argument in Join and NewAlias
+
+ Thomas Sibley:
+ * Reset the iterator position whenever a search is run
+ * Return the correct record from ->Last instead of the first record
+ * Document the caveat of using GotoItem with a non-zero N
+
1.63_02 Wed Apr 17 18:47:31 MSK 2013
* _Set now can take undef as argument to mean default or NULL.
diff --git a/MANIFEST b/MANIFEST
index e48a98f..4ae2e78 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -42,6 +42,7 @@ t/01nocap_api.t
t/01records.t
t/01searches.t
t/02distinct_values.t
+t/02null_order.t
t/02order_outer.t
t/02records_cachable.t
t/02records_datetime.t
diff --git a/META.yml b/META.yml
index cc909a8..2c1452c 100644
--- a/META.yml
+++ b/META.yml
@@ -34,4 +34,4 @@ requires:
Want: 0
resources:
license: http://dev.perl.org/licenses/
-version: 1.63_02
+version: 1.63_03
diff --git a/lib/DBIx/SearchBuilder.pm b/lib/DBIx/SearchBuilder.pm
index e819d44..9fe68cc 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_02";
+our $VERSION = "1.63_03";
use Clone qw();
use Encode qw();
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list