| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove OC_DB::insertid | Morris Jobke | 2016-01-07 | 1 | -2/+2 |
* | Apply DB group annotation ... | Thomas Müller | 2015-11-30 | 1 | -0/+5 |
* | Use data provider instead of hand-crafted for loops | Morris Jobke | 2015-04-18 | 1 | -22/+24 |
* | Add test for UniqueConstraintViolationException on wrong key | Joas Schilling | 2015-03-10 | 1 | -0/+32 |
* | let insertIfNotExist() throw the native DBALException - no need to hide the r... | Thomas Müller | 2015-03-09 | 1 | -5/+5 |
* | Adding unit test which shows insertIfNotExists to fall apart in certain situa... | Thomas Müller | 2015-03-09 | 1 | -11/+36 |
* | Replace uniqid calls with $this->getUniqueID so tests pass again on windows | Joas Schilling | 2014-12-03 | 1 | -1/+1 |
* | Make root tests extend the \Test\TestCase | Joas Schilling | 2014-11-19 | 1 | -3/+7 |
* | Fix ILIKE without wildcards for oracle | Robin Appelman | 2014-09-18 | 1 | -0/+4 |
* | add test case for ILIKE with wildcard | Robin Appelman | 2014-09-16 | 1 | -0/+31 |
* | adding ILIKE to AdapterSQLSrv | Thomas Müller | 2014-09-16 | 1 | -0/+5 |
* | Introduce cross-db ILIKE | Robin Appelman | 2014-09-16 | 1 | -0/+15 |
* | Merge pull request #7323 from owncloud/Jonny007-MKD-master | Lukas Reschke | 2014-09-09 | 1 | -0/+22 |
|\ |
|
| * | add unit test | Jörn Friedrich Dreyer | 2014-07-01 | 1 | -0/+22 |
* | | Make MySQL return "number of found rows" instead of number of "affected rows". | Andreas Fischer | 2014-07-16 | 1 | -0/+41 |
|/ |
|
* | 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 |
* | 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 |
|\ |
|
| * | 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 | 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 |
|\ \
| |/
|/| |
|
| * | 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 | 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 |