[qet] [GIT] qet/qet.git branch master updated. 0.9-dev-130-gc1169f0 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
This is an automated email from git. It was generated because a ref
change was pushed to the "qet/qet.git" repository.
The branch, master has been updated
via c1169f0e04adce9a34dcb153e173587a1df17567 (commit)
from 794af49a3a6654c88342b06b5310f607e9b746fc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c1169f0e04adce9a34dcb153e173587a1df17567
Author: joshua <Joshua@xxxxxxxxxxxxxxxx>
Date: Sun Apr 11 14:03:02 2021 +0200
Element nomenclature sql query minor fix
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 = '')"
-----------------------------------------------------------------------
Summary of changes:
sources/dataBase/ui/elementquerywidget.cpp | 73 +++++++++++++++---------------
1 file changed, 37 insertions(+), 36 deletions(-)
hooks/post-receive
--
qet/qet.git