summaryrefslogtreecommitdiff
path: root/src/libs/sqlite/sqlitefunctionregistry.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Sqlite: Add pathExists functionMarco Bubke2023-02-221-0/+50
The 'pathExists' function can be registered to the database connection and is then callable in Sql. Task-number: QDS-9217 Change-Id: I21afc5cd38765854daa0b1058cc5e8946b551924 Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>