|
Ran
|
Jobs
2
|
Files
175
|
Run time
24s
|
Badge
README BADGES
|
push
travis-ci
[BUGFIX] Generate correct SQL where-clause (#1355) WorkspacesAwareRecordService::get() expects a full valid where-clause, but BackendUtility::deleteClause('tt_content') returns 'AND deleted=0'. This resulted in the following error when translating some content elements. ``` ERROR => "You have an error in your SQL syntax; check the manual that corresponds to y our MariaDB server version for the right syntax to use near 'AND tt_content. deleted=0' at line 1" (172 chars) lastBuiltQuery => "SELECT uid,sys_language_uid FROM tt_content WHERE AND tt_content.deleted=0" (75 chars) ``` This bug was introduced in pull request #1256 with https://github.com/FluidTYPO3/flux/pull/1256/commits/6dcfa1dde#diff-1643673e7b3b4c4d282987bd9ccfd3b4R318
5514 of 6132 relevant lines covered (89.92%)
26.87 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 2883.1 (COVERAGE="YES" TYPO3_VERSION=">=7.6.13, <7.6.99") | 0 |
89.76 |
Travis Job 2883.1 | |
| 2 | 2883.2 (COVERAGE="YES" TYPO3_VERSION="8.5.*") | 0 |
89.33 |
Travis Job 2883.2 |