Commit Graph

80 Commits (5cd1880daa048a685da689c7f41a2e50486494de)

Author SHA1 Message Date
dependabot-preview[bot] eb502c02ff
Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 5 years ago
Daniel Kesselberg b68c3a5836
Add test for dbal exception wrapping 5 years ago
Joas Schilling 2d34ca4143
Only rollback when not MySQL 5 years ago
Arthur Schiwon f9484d15cb
DB: warn on parameter number constraints 5 years ago
Christoph Wurst 8b64e92b92
Bump doctrine/dbal from 2.12.0 to 3.0.0 5 years ago
Julius Härtl 4f927721b2
Add temporary test for migrating int to string 5 years ago
Robin Appelman a61a757b85
allow selecting multiple columns with SELECT DISTINCT 5 years ago
Joas Schilling 0c695d97ec
Fix unique key in test table 5 years ago
Joas Schilling 61c767128c
Skip the insertIfNotExists() tests on Oracle because it doesn't work with clob 5 years ago
Joas Schilling 74c0143001
Easier debugging and spell fix 5 years ago
Joas Schilling e313777cd6
Use a different column for the primary key as we can not insert it on oracle 5 years ago
Julius Härtl 2050517d44
Add github action for oci8 5 years ago
Joas Schilling 8027dcbc6f
Don't leave cursors open when tests fail 5 years ago
Christoph Wurst d9015a8c94
Format code to a single space around binary operators 5 years ago
Morris Jobke 234b510652
Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 5 years ago
Morris Jobke e4144e6b36
Remove deprecated test of internal attributes via assertAttributeEquals 6 years ago
Daniel Kesselberg 87dd760a89
Replace TYPE with TYPES 6 years ago
Joas Schilling 89ed2c37bf
Update share type constant usage 6 years ago
Joas Schilling c68718f90c
Remove dropped " ON " when join has no condition 6 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst 14c996d982
Use elseif instead of else if 6 years ago
Christoph Wurst 44577e4345
Remove trailing and in between spaces 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Christoph Wurst 2ee65f177e
Use the shorter phpunit syntax for mocked return values 6 years ago
Christoph Wurst 23eb0462e5
Use lowercase true, false and null constants 6 years ago
Joas Schilling 059968e1c7
Pick a shorter name for the transfer ownership table 6 years ago
Roeland Jago Douma 469c06be15
TO REVERT LATER: disable decimaltest from LegacyDBTest 6 years ago
Roeland Jago Douma 3a7cf40aaa
Mode to modern phpunit 6 years ago
Roeland Jago Douma c007ca624f
Make phpunit8 compatible 6 years ago
Robin Appelman 9e450d727a
add LEAST and GREATER to db function builder 6 years ago
Roeland Jago Douma 68748d4f85
Some php-cs fixes 6 years ago
Robin Appelman 8ef5a366ec
add MAX and MIN to functionbuilder 6 years ago
Joas Schilling 85a0e10b4f
Update the tests to the comparison logic 7 years ago
Morris Jobke 8e60006744
Exception is not thrown anymore 7 years ago
Joas Schilling bb352fb667
Use the defined func()->count() instead of manual counting 7 years ago
Daniel Kesselberg 04a316aa67
Add test that unique constraint is working 7 years ago
Roeland Jago Douma fe286e21ca
Fix tests 8 years ago
Joas Schilling 008c8dde1a
Ignore custom prefixes which are longer 8 years ago
Joas Schilling 960961148e
Fix calculation of default name 8 years ago
Joas Schilling 14682dfa7c
Add unit tests 8 years ago
Robin Appelman 3047ef31bd
Add count to function builder 8 years ago
Morris Jobke a4cb83df27
Add tests for special domain name 8 years ago
Morris Jobke d686b19a16
Add tests for domains 8 years ago
Joas Schilling 78ee3abb78
Move regex to a function and add tests 8 years ago
Robin Appelman 89a9d35d90 dont keep shared database locks when running cli scripts 8 years ago
Morris Jobke 2b335fd607
Use insertIfNotExist of the new interface 8 years ago
Joas Schilling bf2be08c9f
Fix risky tests without assertions 8 years ago
Joas Schilling 4a5282ba21
Fix the type hints of migrations and correctly inject the wrapped schema into migrations 8 years ago
Robin Appelman 42b3aa3a0a
reuse query builder 8 years ago
Robin Appelman aad01894e3
refactor user searching 8 years ago