Commit f46fd64fb15614bc97c19dd634102af5835c9d05

Authored by janek37
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,7 +305,6 @@ select distinct l.id, haslo, %(select)s %(clas_field)s %(qual_field)s
305 on (l.id = hn.lexeme_id and hn.variant_id = %%s) 305 on (l.id = hn.lexeme_id and hn.variant_id = %%s)
306 where ls.slownik in (%(vocabs)s) and %(antivocabs)s %(x_qual)s %(table_clause)s 306 where ls.slownik in (%(vocabs)s) and %(antivocabs)s %(x_qual)s %(table_clause)s
307 and l.status<>'cand' and not l.usuniety %(magic)s and %(attr_clauses)s 307 and l.status<>'cand' and not l.usuniety %(magic)s and %(attr_clauses)s
308 - and haslo < 'ao'  
309 """ 308 """
310 else: 309 else:
311 params = self.params_part 310 params = self.params_part