
| 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 » |
| There are no subversion log entries for this issue yet.
|
|