]> git.donarmstrong.com Git - roundcube.git/blob - debian/patches/too-old-mdb2.patch
ae25ffda01cdb36bb6428311ea798e0f0f3e9882
[roundcube.git] / debian / patches / too-old-mdb2.patch
1 Only in roundcube-0.2~stable/debian/patches: 519104-workaround.patch
2 diff -ur roundcube-0.2~stable/program/include/rcube_mdb2.php roundcube-0.2~stable-patched/program/include/rcube_mdb2.php
3 --- roundcube-0.2~stable/program/include/rcube_mdb2.php 2008-10-14 14:49:44.000000000 +0200
4 +++ roundcube-0.2~stable-patched/program/include/rcube_mdb2.php 2009-03-11 11:16:43.000000000 +0100
5 @@ -86,7 +86,8 @@
6          'portability' => MDB2_PORTABILITY_ALL ^ MDB2_PORTABILITY_EMPTY_TO_NULL);
7  
8      if ($this->db_provider == 'pgsql') {
9 -      $db_options['disable_smart_seqname'] = true;
10 +    // commented out due toa php-mdb2-driver-pgsql < 1.5.0a in debian 
11 +    //  $db_options['disable_smart_seqname'] = true;
12        $db_options['seqname_format'] = '%s';
13      }
14