Commit Graph

16 Commits (appStoreDisabledOcc)

Author SHA1 Message Date
Christoph Wurst 3bfba2042c
fix(db): Prevent two connections for single node databases 2 years ago
Morris Jobke ab48d5e8cb
Cleanup unneeded code around database.xml 5 years ago
Christoph Wurst 8b64e92b92
Bump doctrine/dbal from 2.12.0 to 3.0.0 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 8027dcbc6f
Don't leave cursors open when tests fail 5 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Roeland Jago Douma 3a7cf40aaa
Mode to modern phpunit 6 years ago
Roeland Jago Douma c007ca624f
Make phpunit8 compatible 6 years ago
Morris Jobke 8e60006744
Exception is not thrown anymore 7 years ago
Daniel Kesselberg 04a316aa67
Add test that unique constraint is working 7 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
Philipp Schaffrath 2ccf544ad7
Fixed failing test which was ignoring a required (not null) column (#26303) 9 years ago
Joas Schilling 94ad54ec9b Move tests/ to PSR-4 (#24731) 10 years ago
Stefan Weil 02e226a6b3 tests: Fix typos (found by codespell) 10 years ago
Robin McCorkell 1b2f1cc272 Prevent certain DBs throwing exceptions on same-value updates 10 years ago
Joas Schilling 2a0cda74d4 Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_* 10 years ago
Robin Appelman 7ba715d144 fix test 10 years ago
Robin McCorkell 88cd615214 Introduce IDBConnection::setValues() 10 years ago
Morris Jobke 547fbfdb76 Remove OC_DB::dropTable 10 years ago
Thomas Müller 3bb6dcea64 Apply DB group annotation ... 10 years ago
Andreas Fischer 4569953e5c Clean up test table in Connection Test to prevent unnecessary failures. 11 years ago
Robin Appelman b66c0a1631 add unit tests for tableExists and dropTable 11 years ago