SourceForge.net Logo
Main Overview Wiki Issues Forum Build Fisheye
Issue Details (XML | Word | Printable)

Key: CMP-468
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Shay Banon
Reporter: Shay Banon
Votes: 0
Watchers: 0
Operations

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

Support null-value mapping definition allowing to set a String value that is stored in case the mapping value resolves to null

Created: 09/Oct/07 02:09 PM   Updated: 22/Feb/08 03:04 AM
Component/s: Compass::Core
Affects Version/s: None
Fix Version/s: 1.1 GA, 1.1.1, 1.2 M1, 1.2 M2, 1.2 M3, 1.2 RC1


 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Shay Banon added a comment - 09/Oct/07 02:12 PM
Fixed. Note, this breaks backward compatibility with custom converters that extend AbstractBasicConverter.

toString and fromString should not be used to override. Instead use doFromString and doToString.