Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | number as number | Bart Visscher | 2014-02-12 | 1 | -1/+1 |
| | |||||
* | Remove all uses of numRows(). | Andreas Fischer | 2013-12-21 | 1 | -9/+8 |
| | |||||
* | Add unit tests for decimal type usage | Oliver Gasser | 2013-12-18 | 1 | -0/+29 |
| | |||||
* | add missing quotes + field declarations | Thomas Müller | 2013-12-17 | 1 | -1/+16 |
| | |||||
* | Use old school query style that actually works. | Andreas Fischer | 2013-12-12 | 1 | -9/+8 |
| | |||||
* | DB tests: Test whether we can insert and read UTF8 data. | Andreas Fischer | 2013-12-12 | 1 | -0/+13 |
| | |||||
* | Timestamp test is no longer necessary as we rely on Doctrine and DateTime. | Andreas Fischer | 2013-11-26 | 1 | -38/+0 |
| | |||||
* | Compare objects directly. Also use $expected and $actual. | Andreas Fischer | 2013-09-12 | 1 | -6/+6 |
| | |||||
* | Add database tests for INSERT/SELECT date format. | Andreas Fischer | 2013-09-12 | 1 | -0/+38 |
| | |||||
* | Clean up \OC\Util | kondou | 2013-08-15 | 1 | -1/+1 |
| | | | | | | | | | | - Use camelCase - Add some phpdoc - Fix some indents - Use some more spacing | ||||
* | DB: remove invalid asserts | Robin Appelman | 2013-08-02 | 1 | -2/+0 |
| | |||||
* | check type, assertgreaterthan | Jörn Friedrich Dreyer | 2013-07-29 | 1 | -4/+6 |
| | |||||
* | test lastinsertid | Jörn Friedrich Dreyer | 2013-07-29 | 1 | -1/+13 |
| | |||||
* | Merge branch 'master' into doctrine | Bart Visscher | 2013-07-13 | 1 | -14/+14 |
|\ | | | | | | | | | | | | | | | | | Conflicts: 3rdparty lib/db.php lib/setup.php tests/lib/db.php tests/lib/dbschema.php | ||||
| * | fix insertIfNotExist return value, update doc and corresponding test | Jörn Friedrich Dreyer | 2013-07-05 | 1 | -14/+14 |
| | | |||||
| * | use assertEquals number of rows in db tests | Jörn Friedrich Dreyer | 2013-06-24 | 1 | -4/+4 |
| | | |||||
* | | numRows doesn't work with Oracle | Bart Visscher | 2013-06-24 | 1 | -1/+1 |
| | | |||||
* | | Doctrine only returns false | Bart Visscher | 2013-06-24 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #3652 from owncloud/fix_fetchrow_usage_for_mdb2 | Jörn Friedrich Dreyer | 2013-06-11 | 1 | -2/+2 |
|\ | | | | | fix fetchRow checks to also work with MDB2 | ||||
| * | fix fetchRow checks to also work with MDB2 | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -2/+2 |
| | | |||||
* | | 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 | ||||
| * | raise failed tests from first commit to size @medium | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #3653 from owncloud/shorten_identifiers_in_tests | Thomas Müller | 2013-06-10 | 1 | -2/+2 |
|\ \ | | | | | | | shorten table identifiers in tests | ||||
| * | | shorten table identifiers in tests | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -2/+2 |
| |/ | |||||
* / | add missing backticks all over the place | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -11/+11 |
|/ | |||||
* | drop SimpleTest compatibility | Thomas Mueller | 2013-01-24 | 1 | -20/+20 |
| | |||||
* | Swap expected and actual. | Thomas Tanghus | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | VCategories: Swap expected and actual in unit tests. | Thomas Tanghus | 2012-11-04 | 1 | -4/+4 |
| | |||||
* | Added unit test testinsertIfNotExistDontOverwrite. | Thomas Tanghus | 2012-10-31 | 1 | -0/+37 |
| | |||||
* | Added unit tests for OC_DB::insertIfNotExist() | Thomas Tanghus | 2012-10-19 | 1 | -0/+26 |
| | |||||
* | Fix the db tests when running all tests | Bart Visscher | 2012-10-12 | 1 | -27/+7 |
| | |||||
* | Add unit tests for OC_DB | Bart Visscher | 2012-10-12 | 1 | -0/+90 |