aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/DB/QueryBuilder/ExpressionBuilder/SqliteExpressionBuilder.php
Commit message (Expand)AuthorAgeFilesLines
* chore: apply new CSFixer rulesFerdinand Thiessen2025-07-011-0/+1
* fix: Prevent breaking change in IQueryBuilderFerdinand Thiessen2024-10-171-4/+4
* fix: Adjust parameter type usage and add SQLite supportFerdinand Thiessen2024-10-171-4/+20
* chore: Add SPDX headerAndy Scherzinger2024-05-241-20/+2
* Cast datetime columns in sqlite before comparingJulius Härtl2023-12-291-0/+35
* Revert "make expression build return IQueryFunction instead of string"Robin Appelman2022-08-161-7/+4
* make expression build return IQueryFunction instead of stringRobin Appelman2022-06-021-4/+7
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
* Type the experssionbuildersRoeland Jago Douma2021-03-031-2/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+1
* refactor user searchingRobin Appelman2017-12-201-0/+4
* Update license headersMorris Jobke2017-11-061-0/+2
* Remove unused use statementsMorris Jobke2017-04-221-6/+0
* fix licence headersRobin Appelman2017-03-301-8/+9
* add support for escaping like parameters when using the query builderRobin Appelman2017-03-301-0/+37