Bug#880380: [pkg-horde] Bug#880380: patch correction

2017-11-27 Thread Mathieu Parent
Control: forwarded -1 https://github.com/horde/Db/pull/1 Control: tag -1 + upstream 2017-11-21 10:17 GMT+01:00 Ivan Sergio Borgonovo : > Hi, > > finally I got the time to look at it, I saw someone was already working on a > patch. > > I added few comments to the proposed

Bug#880380: [pkg-horde] Bug#880380: patch correction

2017-11-05 Thread Mathieu Parent
Hi, 2017-10-31 2:49 GMT+01:00 Ivan Sergio Borgonovo : > There is a typo in the patch I submitted previously. It should be: > > /usr/share/php/Horde/Db/Adapter/Postgresql/Schema.php > > $sql = sprintf('SELECT setval(%s, (SELECT COALESCE(MAX(%s) + (SELECT > increment_by FROM

Bug#880380: patch correction

2017-10-30 Thread Ivan Sergio Borgonovo
There is a typo in the patch I submitted previously. It should be: /usr/share/php/Horde/Db/Adapter/Postgresql/Schema.php $sql = sprintf('SELECT setval(%s, (SELECT COALESCE(MAX(%s) + (SELECT increment_by FROM pg_sequences where schemaname= ANY (CURRENT_SCHEMAS(false)) and sequencename=%s),