[commits] Horde branch master updated. 4f859aec89b285abb4d0b97cbb8658829ccfd1c7

Chuck Hagenbuch chuck at horde.org
Sun Dec 13 20:36:51 UTC 2009


The branch "master" has been updated.
The following is a summary of the commits.

from: c7c72758719c92371b218c60d6bbf7701a336a75

0d123f0 Match spaces in the decimal precision
03e6942 Scale can influence the type, so it needs to be set first.
e277d1b Change precision and scale if requested also.
ec3fc43 Correct test (setting the default of an integer column to 1, should get back 1)
4f859ae Need to catch 't' and 'f' (with quotes) as boolean values

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

commit 0d123f0d80380de020d5c31c440602a84321a7b4
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Dec 13 14:31:42 2009 -0500

    Match spaces in the decimal precision

 framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php?rt=horde-git&r1=c43180a2f940f4918250fd5d38e43ba83cc0453c&r2=0d123f0d80380de020d5c31c440602a84321a7b4

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

commit 03e6942ef944e4adf9b322e0db1da5baf2c5c9de
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Dec 13 14:32:16 2009 -0500

    Scale can influence the type, so it needs to be set first.

 framework/Db/lib/Horde/Db/Adapter/Base/Column.php |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Base/Column.php?rt=horde-git&r1=c43180a2f940f4918250fd5d38e43ba83cc0453c&r2=03e6942ef944e4adf9b322e0db1da5baf2c5c9de

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

commit e277d1b2a83e2fb32bbdf2394edc82b712894c01
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Dec 13 14:34:03 2009 -0500

    Change precision and scale if requested also.

 framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php?rt=horde-git&r1=c43180a2f940f4918250fd5d38e43ba83cc0453c&r2=e277d1b2a83e2fb32bbdf2394edc82b712894c01

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

commit ec3fc43b1e90e89dba75f35190743ca094368136
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Dec 13 15:35:18 2009 -0500

    Correct test (setting the default of an integer column to 1, should get back 1)

 framework/Db/test/Horde/Db/Migration/BaseTest.php |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Migration/BaseTest.php?rt=horde-git&r1=5aa4635ba5eb81cd3f68ec55e20053e44b8e8050&r2=ec3fc43b1e90e89dba75f35190743ca094368136

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

commit 4f859aec89b285abb4d0b97cbb8658829ccfd1c7
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Dec 13 15:35:49 2009 -0500

    Need to catch 't' and 'f' (with quotes) as boolean values

 framework/Db/lib/Horde/Db/Adapter/Sqlite/Column.php |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Sqlite/Column.php?rt=horde-git&r1=c43180a2f940f4918250fd5d38e43ba83cc0453c&r2=4f859aec89b285abb4d0b97cbb8658829ccfd1c7




More information about the commits mailing list