UNION types boolean and integer cannot be matched

This commit is contained in:
Karel Pičman 2025-01-30 13:06:06 +01:00
parent 2d224e2f76
commit 1e9788dae4
2 changed files with 7 additions and 1 deletions

View File

@ -173,3 +173,9 @@ jobs:
if [[ "${{matrix.database_service}}" ]]; then
sudo systemctl stop ${{matrix.engine}}
fi
- name: Archive test.log
if: always()
uses: actions/upload-artifact@v4
with:
name: test.log
path: log/test.log

View File

@ -341,7 +341,7 @@ class DmsfQuery < Query
projects.description AS description,
'' AS comment,
0 AS locked,
0 AS `system`,
0 AS "system",
0 AS sort#{cf_columns}}).visible
if dmsf_folder_id || deleted
scope.none