Project

General

Profile

Actions

Bug #64990

closed

ADOdb: Table names in sequences broken

Added by Andreas Kienast over 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2015-02-11
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint

Description

ADOdb takes the original table for the sequence name, if the table name is less or equal than 30 characters. In this case, it adds the quoting to the sequence name, resulting in a broken statement.

Should:
SEQ_PAGES

Is:
SEQ_"PAGES"

Actions

Also available in: Atom PDF