Menu

#24 SUBSTR for SQLServerPlatform

open
nobody
None
5
2007-03-29
2007-03-29
No

SQLServer does not recognize SUBSTR as valid function name, adding SUBSTRING to the functions dictionary makes the test succeed.

SQLServerPlatform>>initializeFunctions
super initializeFunctions.
functions
at: #, put: (InfixFunction named: '+');
at: #copyFrom:to: put: (SubstringFunction named: 'SUBSTRING')

Discussion


Log in to post a comment.

MongoDB Logo MongoDB