Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make root tests extend the \Test\TestCase | Joas Schilling | 2014-11-19 | 1 | -3/+7 |
| | |||||
* | disable database migration unit tests for MSSQL | Thomas Müller | 2014-10-23 | 1 | -3/+11 |
| | |||||
* | - fix dropTable() and introduce tableExists() | Thomas Müller | 2014-05-30 | 1 | -49/+5 |
| | | | | | | | - kill replaceDB() - this function is unused and it's implementation obviously wrong - add method annotation OC_DB_StatementWrapper::fetchAll - remove duplicate code in Test_DBSchema and reuse OC_DB::tableExists - remove unused variables | ||||
* | More PHPDoc fixes, using scrutinizer patches as hints | Bart Visscher | 2014-02-28 | 1 | -0/+3 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -0/+6 |
| | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend | ||||
* | number as number | Bart Visscher | 2014-02-12 | 1 | -1/+1 |
| | |||||
* | Remove all uses of numRows(). | Andreas Fischer | 2013-12-21 | 1 | -1/+1 |
| | |||||
* | Clean up \OC\Util | kondou | 2013-08-15 | 1 | -1/+1 |
| | | | | | | | | | | - Use camelCase - Add some phpdoc - Fix some indents - Use some more spacing | ||||
* | Going from text to clob is not something we do. | Bart Visscher | 2013-06-28 | 1 | -6/+0 |
| | | | | | Also Oracle DB has problems with this, see http://abhijitbashetti.blogspot.de/2011/10/converting-varchar2-to-clob-and-clob-to.html | ||||
* | remove wrong check here | Jörn Friedrich Dreyer | 2013-06-28 | 1 | -1/+0 |
| | |||||
* | use executeAudited, add table name to assert message, skip schema changing ↵ | Jörn Friedrich Dreyer | 2013-06-28 | 1 | -43/+44 |
| | | | | test on oracle | ||||
* | fix oci dbschema test | Jörn Friedrich Dreyer | 2013-06-14 | 1 | -1/+6 |
| | |||||
* | Merge pull request #3646 from owncloud/introduce_phpunit_timeouts | Thomas Müller | 2013-06-11 | 1 | -0/+3 |
|\ | | | | | add timeouts 3/30/90 to phpunit tests | ||||
| * | add timeouts 3/30/90 to phpunit tests | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -0/+3 |
| | | |||||
* | | shorten table identifiers in tests | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -2/+2 |
|/ | |||||
* | final adoptions for mssql connectivity | Thomas Mueller | 2013-02-14 | 1 | -3/+9 |
| | |||||
* | drop SimpleTest compatibility | Thomas Mueller | 2013-01-24 | 1 | -1/+1 |
| | |||||
* | Fix syntax error in postgres table check code | Bart Visscher | 2012-10-12 | 1 | -1/+1 |
| | |||||
* | Fix the db tests when running all tests | Bart Visscher | 2012-10-12 | 1 | -1/+1 |
| | |||||
* | Add unit tests for OC_DB | Bart Visscher | 2012-10-12 | 1 | -0/+118 |