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-04-13Add a metadata service to store file metadataCarl Schwan
2022-03-31Merge pull request #31679 from nextcloud/bugfix/noid/ensure-string-columns-to...Côme Chilliet
2022-03-29Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet
2022-03-25Ensure string column limit of 4.000 charactersJoas Schilling
2022-03-24Avoid select with no FROM clause for Oracle in testsCôme Chilliet
2022-03-24Add octetLength and charLength to function builder, and testsCôme Chilliet
2022-03-24Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet
2022-03-22Test disabled for now due to multiple reasonsJoas Schilling
2022-03-10Add a test for primary keystechdebt/noid/enforce-primary-keysJoas Schilling
2022-01-21Fix column size to work with Oracle. Add unit testsVitor Mattos
2022-01-21Prevent query error when use subqueryVitor Mattos
2022-01-13Merge pull request #30508 from nextcloud/fix/psaml-binCarl Schwan
2022-01-13Check style updateCarl Schwan
2022-01-07Unit testsVitor Mattos
2022-01-04Add a test with integerJoas Schilling
2022-01-04Test with real dataJoas Schilling
2022-01-04Add unit testVitor Mattos
2022-01-03Add unit test and orderBy parameterVitor Mattos
2021-10-22Bump doctrine/dbal from 3.0.0 to 3.1.3Christoph Wurst
2021-07-07Add a unit test to check for casting a IQueryFunctionJoas Schilling
2021-04-16Integer 0 is not stored as Null and therefor worksJoas Schilling
2021-04-16Test that oracle throws on EmptyValues in a NotNull columnsJoas Schilling
2021-04-16Run migrator tests on OCIJoas Schilling
2021-03-31Rename the method to match what it doesJoas Schilling
2021-03-31Don't allow Notnull for boolean columnsJoas Schilling
2021-03-25Cleanup unneeded code around database.xmlMorris Jobke
2021-03-17Skip db migration simulation for core schema changesJulius Härtl
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-02-03Add test for dbal exception wrappingDaniel Kesselberg
2021-01-14Merge pull request #25036 from nextcloud/fix/noid/limitied-allowed-items-db-in_2blizzz
2021-01-11Only rollback when not MySQLJoas Schilling
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-08Add temporary test for migrating int to stringJulius Härtl
2020-11-16allow selecting multiple columns with SELECT DISTINCTRobin Appelman
2020-11-10Fix unique key in test tableJoas Schilling
2020-11-10Skip the insertIfNotExists() tests on Oracle because it doesn't work with clobJoas Schilling
2020-11-10Easier debugging and spell fixJoas Schilling
2020-11-10Use a different column for the primary key as we can not insert it on oracleJoas Schilling
2020-11-10Add github action for oci8Julius Härtl
2020-11-09Don't leave cursors open when tests failJoas Schilling
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-07-23Remove deprecated test of internal attributes via assertAttributeEqualsMorris Jobke
2020-07-01Replace TYPE with TYPESDaniel Kesselberg
2020-06-24Update share type constant usageJoas Schilling
2020-06-08Remove dropped " ON " when join has no conditionJoas Schilling
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst