Customer Portal

Sorting with different collation and data type

Comments 1

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello,
    data in both streams must to be sorted according to the locale and collator_sensitivity attributes on record/field metadata (see Locale and Locale Sensitivity). To match records from both input ports properly, the data need to be sorted with the same collator. So you need to set proper (and the same) locale and collator_sensitivity on both input metadata and use proper collator when selecting the data from database (see 22.2. Collation Support for Postgre and 9.1.7.2. Using COLLATE in SQL Statements for MySQL).

Please sign in to leave a comment.