[commits] Horde branch master updated. 2a733bfe706110a86f825d15ef413ed60fa0bfdf

Chuck Hagenbuch chuck at horde.org
Mon Jan 11 04:25:31 UTC 2010


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

from: 56c3d7925d59651bd9f040d9151aeb8d40b3872c

73edab1 Add support for unsigned integers
2a733bf Add two logger warn() calls to fill out @TODOs

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

commit 73edab1f29993a45b28f849ece7a135c597ad916
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Jan 10 23:21:10 2010 -0500

    Add support for unsigned integers

 framework/Db/lib/Horde/Db/Adapter/Base/Column.php                 |   22 +++-
 framework/Db/lib/Horde/Db/Adapter/Base/ColumnDefinition.php       |   38 +++--
 framework/Db/lib/Horde/Db/Adapter/Base/Schema.php                 |   17 ++-
 framework/Db/lib/Horde/Db/Adapter/Base/TableDefinition.php        |    1 +
 framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php                |    3 +-
 framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php           |   25 ++-
 framework/Db/test/Horde/Db/Adapter/Mysql/ColumnDefinitionTest.php |   20 ++-
 framework/Db/test/Horde/Db/Adapter/Mysql/ColumnTest.php           |    7 +
 .../Db/test/Horde/Db/Adapter/Postgresql/ColumnDefinitionTest.php  |   20 ++-
 framework/Db/test/Horde/Db/Adapter/Postgresql/ColumnTest.php      |    7 +
 .../Db/test/Horde/Db/Adapter/Sqlite/ColumnDefinitionTest.php      |   26 +++-
 framework/Db/test/Horde/Db/Adapter/Sqlite/ColumnTest.php          |    7 +
 12 files changed, 158 insertions(+), 35 deletions(-)

http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Base/Column.php?rt=horde-git&r1=03e6942ef944e4adf9b322e0db1da5baf2c5c9de&r2=73edab1f29993a45b28f849ece7a135c597ad916
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Base/ColumnDefinition.php?rt=horde-git&r1=5950629d8f5cd7784c57609509449b176f73aa0a&r2=73edab1f29993a45b28f849ece7a135c597ad916
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Base/Schema.php?rt=horde-git&r1=5950629d8f5cd7784c57609509449b176f73aa0a&r2=73edab1f29993a45b28f849ece7a135c597ad916
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Base/TableDefinition.php?rt=horde-git&r1=ed926f82eed3315f039b12fa474ecbdf71e8a8b6&r2=73edab1f29993a45b28f849ece7a135c597ad916
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php?rt=horde-git&r1=5950629d8f5cd7784c57609509449b176f73aa0a&r2=73edab1f29993a45b28f849ece7a135c597ad916
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php?rt=horde-git&r1=e84d4a3ee25b72031e0ca20c1331b31668b22607&r2=73edab1f29993a45b28f849ece7a135c597ad916
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Mysql/ColumnDefinitionTest.php?rt=horde-git&r1=ade14ad8c30f81919099eee8be4874937c544b1c&r2=73edab1f29993a45b28f849ece7a135c597ad916
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Mysql/ColumnTest.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=73edab1f29993a45b28f849ece7a135c597ad916
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Postgresql/ColumnDefinitionTest.php?rt=horde-git&r1=838a9ffd259a69e8c77d96e1e2d7251583e25cf3&r2=73edab1f29993a45b28f849ece7a135c597ad916
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Postgresql/ColumnTest.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=73edab1f29993a45b28f849ece7a135c597ad916
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Sqlite/ColumnDefinitionTest.php?rt=horde-git&r1=ade14ad8c30f81919099eee8be4874937c544b1c&r2=73edab1f29993a45b28f849ece7a135c597ad916
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Sqlite/ColumnTest.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=73edab1f29993a45b28f849ece7a135c597ad916

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

commit 2a733bfe706110a86f825d15ef413ed60fa0bfdf
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Jan 10 23:21:59 2010 -0500

    Add two logger warn() calls to fill out @TODOs

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

http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php?rt=horde-git&r1=73edab1f29993a45b28f849ece7a135c597ad916&r2=2a733bfe706110a86f825d15ef413ed60fa0bfdf




More information about the commits mailing list