Mapping of NH-1250 not portable across every RDBMS

Description

Property 'Party.DisplayForename' from is defined with the following SQL formula:
(CASE WHEN RTRIM(Name) = '' THEN Name ELSE 'Mr' + Name END)

Which cause error if the used database doesn't use '+' for string concatenation.

Apparently this property is never used. Is it relevant for the test?
Could we simply remove the SQL formula without breaking the test?

Environment

None

Activity

Show:

Fabio Maulo September 7, 2008 at 9:06 PM

The formula is relevant (test changed as specific for MSSQL)

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Who's Looking?

Open Who's Looking?
Created August 10, 2008 at 6:30 AM
Updated September 7, 2008 at 9:29 PM
Resolved September 7, 2008 at 9:29 PM
Who's Looking?