Project

General

Profile

Actions

Bug #16706

closed

wrong SQL error in log (PostgreSQL)

Added by Martin Kutschker over 17 years ago. Updated almost 16 years ago.

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

0%

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

Description

The well known problem with the table cache_hash is that the ident field is small so it breaks automaketemplate:

INSERT INTO "cache_hash" ( "hash", "ident", "tstamp" ) VALUES ( '36bd4a97dda56641553ca6d588b6a883', 'tx_automaketemplate_pi1', '1163066022' )

The DBAL problem here is that the SQL error is:

value too long for type character varying(20)

But in the DBAL log I get an this as "sqlError":

current transaction is aborted, commands ignored until end of transaction block

Odd.

(issue imported from #M4489)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #16351: logging incomplete?Closed2006-07-17

Actions
Actions #1

Updated by Karsten Dambekalns almost 17 years ago

Seems to be the same thing as #3854 to me...

Actions

Also available in: Atom PDF