The branch "master" has been updated. The following is a summary of the commits.
from: ba6ded0180bc79a573eb6e46163fee0ee86fabec a7babc7 Return null here, like the sql driver does. c9823f9 Only insert the modseq entry if we actually have any rows to migrate. f582f0c This could be null || false here, fixes test. ----------------------------------------------------------------------- commit a7babc7e3a570f3102b613ea1f023bb4559d774b Author: Michael J Rubinsky <[email protected]> Date: Mon Aug 12 16:15:33 2013 -0400 Return null here, like the sql driver does. framework/History/lib/Horde/History/Mock.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/a7babc7e3a570f3102b613ea1f023bb4559d774b ----------------------------------------------------------------------- commit c9823f98da077aaa7976ab0268589886209df8ee Author: Michael J Rubinsky <[email protected]> Date: Mon Aug 12 16:41:41 2013 -0400 Only insert the modseq entry if we actually have any rows to migrate. .../migration/Horde/History/3_horde_history_add_modseq.php | 4 +++- framework/History/test/Horde/History/TestBase.php | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/c9823f98da077aaa7976ab0268589886209df8ee ----------------------------------------------------------------------- commit f582f0c9e895ab734f4c9c45f528af33747da86b Author: Michael J Rubinsky <[email protected]> Date: Mon Aug 12 16:53:59 2013 -0400 This could be null || false here, fixes test. framework/History/lib/Horde/History/Sql.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/f582f0c9e895ab734f4c9c45f528af33747da86b -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
