debian/compat
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 20 Feb 2012 11:32:06 +0100
branchstable
changeset 8245 d53762ae5961
parent 858 e6ae125d5903
child 11832 e8be49ecb522
permissions -rw-r--r--
[rql2sql] correctly handle modulo operator (closes #2192457) rql has % as a modulo operator. The string we output gets passed to a substitution function so the % needs to be escaped.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
858
e6ae125d5903 reorganize debian packages (Closes: #1168)
Julien Jehannet <julien.jehannet@logilab.fr>
parents: 0
diff changeset
     1
7