aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/sqlite/sqlitefunctionregistry.cpp
Commit message (Collapse)AuthorAgeFilesLines
* QmlDesigner: Use Sqlite source location wrapperMarco Bubke2025-01-221-2/+2
| | | | | | Task-number: QDS-14575 Change-Id: I217d22da3bcf8a611dfa9b521495b5f6b646ef15 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* 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>