Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-16Revert "add case statement to sql function builder"Robin Appelman
2022-08-16Revert "make expression build return IQueryFunction instead of string"Robin Appelman
2022-07-27Fix typos in lib/private subdirectoryluz paz
2022-06-02add case statement to sql function builderRobin Appelman
2022-06-02make expression build return IQueryFunction instead of stringRobin Appelman
2022-05-20Fix psalm issues related to the user backendfix/psalm-userbackendCarl Schwan
2022-04-22tell mysql to ignore the sort index for search queriesmysql-search-ignore-index-2Robin Appelman
2022-03-29Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet
2022-03-28Fix LENGTH function name across databasesCôme Chilliet
2022-03-24Use OCTET_LENGTH which is more common than LENGTHBfix/user_ldap-fix-migration-lengthcheck-oracleCôme Chilliet
2022-03-24Add octetLength and charLength to function builder, and testsCôme Chilliet
2022-03-24Fix log level for exception in QueryBuilderCôme Chilliet
2022-03-24Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet
2022-01-21Merge pull request #30379 from nextcloud/feature/add-comments-reactionsJoas Schilling
2022-01-21Remove order from groupConcat as it is not working everywhereJoas Schilling
2022-01-21Fix groupConcat and ordering on OracleVitor Mattos
2022-01-21Prevent query error when use subqueryVitor Mattos
2022-01-20Merge pull request #30471 from nextcloud/enh/cast-char-mysqlJoas Schilling
2022-01-07Unit testsVitor Mattos
2022-01-06Accept multipe args on concatVitor Mattos
2022-01-04Fix psalm complaintJoas Schilling
2022-01-04Explicitly cast char in the query builderJulius Härtl
2022-01-04Use quote functionJoas Schilling
2022-01-04Try escaping Oracle single quotesJoas Schilling
2022-01-04Add a test with integerJoas Schilling
2022-01-04Fix oracle LISTAGGJoas Schilling
2022-01-04Add unit testVitor Mattos
2022-01-03Add unit test and orderBy parameterVitor Mattos
2022-01-03Add group_concat aggregator functionVitor Mattos
2021-11-23Fix default value for $type in OC\DB\QueryBuilder\ExpressionBuilder\Expressio...Côme Chilliet
2021-11-15Allow NULL as well for limit, not integer onlyJoas Schilling
2021-10-22Bump doctrine/dbal from 3.0.0 to 3.1.3Christoph Wurst
2021-09-01make it possible to override the default collationArthur Schiwon
2021-07-07Allow casting query functions as wellJoas Schilling
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-05Rename IQueryBuilder::executeUpdate to IQueryBuilder::executeStatementChristoph Wurst
2021-03-05Merge pull request #25929 from nextcloud/techdept/psalm/25839/redundantcastsRoeland Jago Douma
2021-03-04Type CompositeExpression and ICompositeExpressionRoeland Jago Douma
2021-03-04Remove RedundantcastsRoeland Jago Douma
2021-03-04Add executeQuery and executeUpdateRoeland Jago Douma
2021-03-03Merge pull request #25656 from nextcloud/enh/type/expressionbuilderJoas Schilling
2021-03-03Type the experssionbuildersRoeland Jago Douma
2021-03-03allow non string join conditions in query builderRobin Appelman
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-01-11DB: warn on parameter number constraintsArthur Schiwon
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
2020-12-30Update license headersChristoph Wurst
2020-12-22Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-14Prevent * and other things in the same query for OracleJoas Schilling