Informix - Problembeschreibung
| Problem IC99721 | Status: Geschlossen |
TRIM() ON SYSDEFAULTS.DEFAULT DOESN'T RETURN A CORRECT RESULT SE T IN A CONCATENATED STRING FOR A VARCHAR COLUMN'S DEFAULT VALUE | |
| Produkt: | |
IBM IDS ENTRP E / 5724L2304 / B15 - IDS 11.50 | |
| Problembeschreibung: | |
If a table has been created with a default value defined on a
VARCHAR column, calling the trim() function on
sysdefaults.default to report the default value for this column
as part of a concatenated string will not return the correct
result set. Any columns or string values that follow
sysdefaults.default in the concatenation will be truncated from
the result.
For example if you have a table with a default value of 'N'
defined for the varchar column, the trim operation:
select 'test ' || trim(sysdefaults.default) || ' end of string'
from .....
Would report:
(expression) test N
1 row(s) retrieved.
Instead of:
(expression) test N end of string
1 row(s) retrieved. | |
| Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * Users using string concatenation function of SQL * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * upgrade to 12.10.xC5 or earlier PID if available * **************************************************************** | |
| Local-Fix: | |
| Lösung | |
| Workaround | |
keiner bekannt / siehe Local-Fix | |
| Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 27.02.2014 16.10.2015 16.10.2015 |
| Problem behoben ab folgender Versionen (IBM BugInfos) | |
12.10.xC5 | |
| Problem behoben lt. FixList in der Version | |
| 12.10.xC4 |
|
| 12.10.xC4.W1 |
|
| 12.10.xC5 |
|
| 12.10.xC5.W1 |
|