Project

General

Profile

Actions

Bug #85743

closed

An exception occurred if I click on List

Added by Alexander Averbuch over 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2016-10-03
Due date:
2016-10-03
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
postgres
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

I have fresh installed TYPO3 9.3.3
If I click on List, I get an error message. See the screenshot.
I'm using PostgreSQL 9.5 as database


Files

typo3nine-bug.jpg (93.8 KB) typo3nine-bug.jpg Alexander Averbuch, 2018-08-03 16:17

Related issues 2 (0 open2 closed)

Is duplicate of TYPO3 Core - Bug #85359: BE-Pagebrowser brokenClosed2018-06-23

Actions
Follows TYPO3 Core - Bug #78129: Statement::rowCount not reliable for SELECT queriesClosed2016-10-02

Actions
Actions #1

Updated by Alexander Averbuch over 5 years ago

You should consider how to use ORDER BY and GROUP BY in PostgreSQL. There is a huge difference in comparison to MySQL

Actions #2

Updated by Stephan Großberndt over 5 years ago

  • Description updated (diff)
Actions #3

Updated by Stephan Großberndt over 5 years ago

  • Tags set to postgres
  • Is Regression set to Yes

Problem here is that the COUNT() statement must not use the ORDER BY and LIMIT.

Actions #5

Updated by Stephan Großberndt over 5 years ago

  • Due date set to 2016-10-03
  • Start date changed from 2018-08-03 to 2016-10-03
  • Follows Bug #78129: Statement::rowCount not reliable for SELECT queries added
Actions #6

Updated by Alexander Averbuch over 5 years ago

yes, it makes no sense to use ORDER with COUNT. Also if using MySQL

Actions #7

Updated by Riccardo De Contardi over 5 years ago

  • Category set to Database API (Doctrine DBAL)
Actions #8

Updated by Susanne Moog over 5 years ago

  • Is duplicate of Bug #85359: BE-Pagebrowser broken added
Actions #9

Updated by Susanne Moog over 5 years ago

  • Status changed from New to Resolved

This has been fixed with https://review.typo3.org/#/c/57347/ (for TYPO3 9.4.0 and later).

Actions #10

Updated by Benni Mack almost 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF