bugfix for filters based on a pattern with *f or *d
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 5 Jun 2009 04:19:47 +0000 (04:19 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 5 Jun 2009 04:19:47 +0000 (04:19 +0000)
commit0e05b62eeb2159b1a5dcf40739252d2fc9a37fcc
tree3324a9019dc9b4ec9d258d738e48b88f3f5ebf94
parentbb3de633c717bddbeb552ecf51d0c190ab05a8f0
bugfix for filters based on a pattern with *f or *d
e.g. GetPersons({'email':'*fake*'}) resulted in an sql fragment "email LIKE '%sake%'"
PLC/Filter.py
PLC/PostgreSQL.py