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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
