suche 36x36
Neueste VersionenFixList
11.1.0.7 FixList
10.5.0.9 FixList
10.1.0.6 FixList
9.8.0.5 FixList
9.7.0.11 FixList
9.5.0.10 FixList
9.1.0.12 FixList
Haben Sie Probleme? - Kontaktieren Sie uns.
Kostenlos registrieren anmeldung-x26
Kontaktformular kontakt-x26

DB2 - Problembeschreibung

Problem IT26818 Status: Geschlossen

UNQUALIFIED SCALAR FUNCTION TRUNCATE MAY INCORRECTLY RESOLVE TO
SYSFUN.TRUNCATE

Produkt:
DB2 FOR LUW / DB2FORLUW / A50 - DB2
Problembeschreibung:
An unqualified reference to scalar function TRUNCATE with 2
arguments incorrectly resolves to SYSFUN.TRUNCATE instead of
SYSIBM.TRUNCATE when the first argument is a numeric data type
other than DECFLOAT, and the second argument is a string.  As a
consequence, the resulting datatype may not be as expected.  For
example:

TRUNCATE(DECIMAL, VARCHAR)

resolves to SYSFUN.TRUNCATE(FLOAT, INTEGER) and returns FLOAT.
The expected result is that it should resolve to
SYSIBM.TRUNCATE(DECIMAL,INTEGER) and return a DECIMAL result.

The same applies to the synonym TRUNC.
Problem-Zusammenfassung:
****************************************************************
* USERS AFFECTED:                                              *
* ALL                                                          *
****************************************************************
* PROBLEM DESCRIPTION:                                         *
* See Error Description                                        *
****************************************************************
* RECOMMENDATION:                                              *
* Uprade to Db2 version 11.1                                   *
****************************************************************
Local-Fix:
Explicitly qualify the function with SYSIBM.
Lösung
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
31.10.2018
01.11.2018
01.11.2018
Problem behoben ab folgender Versionen (IBM BugInfos)
Problem behoben lt. FixList in der Version