Commit f46fd64fb15614bc97c19dd634102af5835c9d05
1 parent
306a8559
wywalona klauzula debugowa z eksportu
Showing
1 changed file
with
0 additions
and
1 deletions
export/lexeme_export.py
... | ... | @@ -305,7 +305,6 @@ select distinct l.id, haslo, %(select)s %(clas_field)s %(qual_field)s |
305 | 305 | on (l.id = hn.lexeme_id and hn.variant_id = %%s) |
306 | 306 | where ls.slownik in (%(vocabs)s) and %(antivocabs)s %(x_qual)s %(table_clause)s |
307 | 307 | and l.status<>'cand' and not l.usuniety %(magic)s and %(attr_clauses)s |
308 | - and haslo < 'ao' | |
309 | 308 | """ |
310 | 309 | else: |
311 | 310 | params = self.params_part |
... | ... |