Issue Details (XML | Word | Printable)

Key: CORE-2722
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Adriano dos Santos Fernandes
Reporter: Adriano dos Santos Fernandes
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Firebird Core

Storage of malformed blob is allowed when copying from a blob with NONE/OCTETS charset

Created: 01/Nov/09 12:14 AM   Updated: 04/Nov/09 11:58 PM
Return to search
Issue 8 of 81 issue(s)
<< Previous | CORE-2722 | Next >>
Component/s: Charsets/Collation, Engine
Affects Version/s: 2.0.0, 1.5.4, 2.0.1, 2.0.2, 2.0.3, 1.5.5, 2.1.0, 2.0.4, 2.5 Alpha 1, 2.1.1, 2.0.5, 2.1.2, 2.5 Beta 1, 2.5 Beta 2, 2.1.3, 1.5.6
Fix Version/s: 2.5 RC1, 3.0 Alpha 1

Time Tracking:
Not Specified

Planning Status: Unspecified


 Description  « Hide
Test case:

create table t (b1 blob sub_type text, b2 blob sub_type text character set utf8);

-- This is correct and raise "Malformed string" error
insert into t (b2) values (x'F0');

insert into t (b1) values (x'F0');

-- This store a malformed blob
update t set b2 = b1;

 All   Comments   Work Log   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
The cvs commits can not be displayed for repository Firebird at the moment since the log has not yet been parsed. The log will be parsed the next time the VcsService runs. If you have administrators privileges you can hasten the next time the service will run in the service section of the Administration pages.