[commits] Horde branch master updated. 61ca938950db2c801be21ab698866f891bec9b99
Michael J. Rubinsky
mrubinsk at horde.org
Wed Mar 1 17:37:57 UTC 2017
The branch "master" has been updated.
The following is a summary of the commits.
from: 4e245dc33ad25511fc4024da22d8a1bf7252ad4f
a715e00 Not sure why these were converted to autoincrementKeys
4c318c0 Must provide the sync_key as the pk
61ca938 The primary key value may not be an integer, but a string as well.
Summary: http://github.com/horde/horde/compare/4e245dc33ad25511fc4024da22d8a1bf7252ad4f...61ca938950db2c801be21ab698866f891bec9b99
-----------------------------------------------------------------------
commit a715e00adbc22b39d2a4c3f363afe7b3fbd89a07
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Mar 1 12:26:18 2017 -0500
Not sure why these were converted to autoincrementKeys
these have always been string values and are manually inserted.
.../migration/Horde/ActiveSync/1_horde_activesync_base_tables.php | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/a715e00adbc22b39d2a4c3f363afe7b3fbd89a07
-----------------------------------------------------------------------
commit 4c318c040ed64f849240fb918ad3af44fedf7768
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Mar 1 12:35:18 2017 -0500
Must provide the sync_key as the pk
Prevents issues with Postgres in trying to calculate lastInsertId
since we are manually maintaining the pk.
framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/4c318c040ed64f849240fb918ad3af44fedf7768
-----------------------------------------------------------------------
commit 61ca938950db2c801be21ab698866f891bec9b99
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Mar 1 12:37:18 2017 -0500
The primary key value may not be an integer, but a string as well.
framework/Db/lib/Horde/Db/Adapter.php | 4 ++--
framework/Db/lib/Horde/Db/Adapter/Base.php | 2 +-
framework/Db/lib/Horde/Db/Adapter/Oci8.php | 4 ++--
framework/Db/lib/Horde/Db/Adapter/Pdo/Base.php | 4 ++--
framework/Db/lib/Horde/Db/Adapter/Pdo/Pgsql.php | 5 ++++-
framework/Db/lib/Horde/Db/Adapter/SplitRead.php | 4 ++--
6 files changed, 13 insertions(+), 10 deletions(-)
http://github.com/horde/horde/commit/61ca938950db2c801be21ab698866f891bec9b99
More information about the commits
mailing list