
| Key: |
DERBY-102
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Critical
|
| Assignee: |
Unassigned
|
| Reporter: |
rainer garbotz
|
| Votes: |
0
|
| Watchers: |
2
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Windows XP/2000
|
|
| Resolution Date: |
02/Jun/05 07:49 AM
|
|
I have created an table with
create table egal (
text long varchar
);
Now I try to insert an 38000 charakters long String.
insert into egal values ('
......
');
But there are following error message:
ERROR 54002: A string constant starting with ''
ddddddddddddddddddddddddddddddddddddddddddddddddddddddddd&' is too long.
I tryed the same with CLOB, but the same error occures.
The "Reference Manual" says to LONG VARCHAR:
"The LONG VARCHAR type allows storage of character strings of unlimited length"
Have I missunderstood this, or is this a BUG.
Thanks
Rainer
|
|
Description
|
I have created an table with
create table egal (
text long varchar
);
Now I try to insert an 38000 charakters long String.
insert into egal values ('
......
');
But there are following error message:
ERROR 54002: A string constant starting with ''
ddddddddddddddddddddddddddddddddddddddddddddddddddddddddd&' is too long.
I tryed the same with CLOB, but the same error occures.
The "Reference Manual" says to LONG VARCHAR:
"The LONG VARCHAR type allows storage of character strings of unlimited length"
Have I missunderstood this, or is this a BUG.
Thanks
Rainer |
Show » |
made changes - 18/Jan/05 02:10 AM
| Field |
Original Value |
New Value |
|
Component/s
|
|
Documentation
[ 11406
]
|
|
Component/s
|
SQL
[ 11408
]
|
|
made changes - 02/Jun/05 07:49 AM
|
Status
|
Open
[ 1
]
|
Closed
[ 6
]
|
|
Fix Version/s
|
|
10.1.0.0
[ 10993
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
|