[commits] Db branch master updated. 57f4f2d976505b084e7022d5a0098d0fcef343da

jan at horde.org jan at horde.org
Wed Feb 17 19:32:02 UTC 2021


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

from: c5e2b8c132687588a844175520a934a18f3fb596

b676794 use pg_sequence to suport Postgresql 10
d644f46 Merge https://github.com/horde/Db
a3b9feb avoid using pg_attrdef.adsrc (deprecated and dropped in postgres 12)
57f4f2d Merge pull request #4 from Ivan-SB/master

Summary: https://github.com/horde/Db/compare/c5e2b8c13268...57f4f2d97650

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

commit b67679466504801e749be52fdce2bbd5fb4fe6f6
Author: Ivan Sergio Borgonovo <mail at webthatworks.it>
Date:   Tue, 21 Nov 2017 09:17:49 +0100

use pg_sequence to suport Postgresql 10
Postgresql dropped support for accessing _seq tables, use pg_sequence
instead
use CURRENT_SCHEMA() to be sure to access correct schema

 M lib/Horde/Db/Adapter/Postgresql/Schema.php

https://github.com/horde/Db/commit/b67679466504801e749be52fdce2bbd5fb4fe6f6

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

commit d644f46978beeda38a650430c83fa92cdff280bb
Author: Ivan Sergio Borgonovo <mail at webthatworks.it>
Date:   Thu, 23 Apr 2020 11:51:40 +0200

Merge https://github.com/horde/Db

 M .horde.yml
 M .travis.yml
 M doc/Horde/Db/CHANGES
 M doc/Horde/Db/changelog.yml
 M lib/Horde/Db/Adapter/Mysqli.php
 M lib/Horde/Db/Adapter/Postgresql/Schema.php
 M package.xml

https://github.com/horde/Db/commit/d644f46978beeda38a650430c83fa92cdff280bb

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

commit a3b9feba555ae232076da1f0a4ab68dd0d8fb872
Author: Ivan Sergio Borgonovo <mail at webthatworks.it>
Date:   Mon, 08 Jun 2020 23:34:22 +0200

avoid using pg_attrdef.adsrc (deprecated and dropped in postgres 12)
use information_schema and pg_get_expr() and pg_get_serial_sequence()

 M lib/Horde/Db/Adapter/Postgresql/Schema.php

https://github.com/horde/Db/commit/a3b9feba555ae232076da1f0a4ab68dd0d8fb872

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

commit 57f4f2d976505b084e7022d5a0098d0fcef343da
Author: Jan Schneider <jan at horde.org>
Date:   Wed, 17 Feb 2021 20:31:59 +0100

Merge pull request #4 from Ivan-SB/master

postgresql 12 compatibility, pg_attrdef.adsrc dropped

 M lib/Horde/Db/Adapter/Postgresql/Schema.php

https://github.com/horde/Db/commit/57f4f2d976505b084e7022d5a0098d0fcef343da


More information about the commits mailing list