Closed gkunter closed 8 years ago
Test case: ICE_NG, query string [help].[v*] [n*]{0,1} to{0,1} [v*], output column POS, Word, function MATCH('^N', Pos).
[help].[v*] [n*]{0,1} to{0,1} [v*]
MATCH('^N', Pos)
The resulting SQL string is incorrect; apparently, it does not always contain a column POS.
The data management system will close this issue, as functions will now be applied directly on data columns in the output.
Test case: ICE_NG, query string
[help].[v*] [n*]{0,1} to{0,1} [v*]
, output column POS, Word, functionMATCH('^N', Pos)
.The resulting SQL string is incorrect; apparently, it does not always contain a column POS.