skeleton/hooks.py.tmpl
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 17 Feb 2014 15:01:23 +0100
changeset 9546 a0cf2993b6d3
parent 8207 c04676b16c59
permissions -rw-r--r--
[server] Handle unique constraint violations under recent sqlite The error message changed from "columns foo, bar, baz are not unique" to "UNIQUE constraint failed: table.foo, table.bar, table.baz". Closes #3564510

# -*- coding: utf-8 -*-
# copyright %(year)s %(author)s, all rights reserved.
# contact %(author-web-site)s -- mailto:%(author-email)s
#
%(long-license)s
"""%(distname)s specific hooks and operations"""