debian/cubicweb-dev.lintian-overrides
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 22 Jun 2016 07:57:13 +0200
changeset 11360 49aca289134f
parent 10126 459c5585d2f1
child 11423 aaa768e886ae
permissions -rw-r--r--
[sql gen] Control size of index name using an md5 hash When using concatenation of table and column, we may hit the backend size limit on index names, which results on truncated name (64 for postgres). Then we may have conflict or be unable to find expected index on later synchronization attempt. This is done by monkeypatching lgdb for now to avoid dependancy problems. Unique and primary key indices of entity types handling is left to the backend, as they are not explicitly named. See https://www.logilab.org/ticket/4789189 Closes #13821949
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10126
459c5585d2f1 [debian] update cubicweb-dev's lintian override
Julien Cristau <julien.cristau@logilab.fr>
parents: 9345
diff changeset
     1
missing-dep-for-interpreter make => make | build-essential | dpkg-dev (usr/*/cubicweb/skeleton/debian/rules.tmpl)