mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-06-17 11:02:36 +02:00
c1169f0e04
Filter "is empty" don't work for any case : We must to filter for NULL and empty string then replace the sql sentence "value IS NULL" by "(value IS NULL OR value = '')"