• Icon: Suggestion Suggestion
    • Resolution: Fixed
    • 2.0.2
    • None
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      By default, the MSSQL hibernate dialect creates char, varchar and text columns when defining a schema. These fields do not support Unicode characters. Instead, we need to user nchar, nvarchar and ntext columns.

      What we want to do is create a hibernate dialect that can be used that creates the correct unicode column types.

      ----- Some background info:

      In Microsoft SQL Server, these data types support Unicode data:

      nchar

      nvarchar

      ntext

      Note The n prefix for these data types comes from the SQL-92 standard for
      National (Unicode) data types.

      Use of nchar, nvarchar, and ntext is the same as char, varchar, and text,
      respectively, except that:

      Unicode supports a wider range of characters.

      More space is needed to store Unicode characters.

      The maximum size of nchar and nvarchar columns is 4,000 characters, not 8,000
      characters like char and varchar.

      Unicode constants are specified with a leading N: N'A Unicode string'.

      All Unicode data uses the same Unicode code page. Collations do not control the
      code page used for Unicode columns, only attributes such as comparison rules and
      case sensitivity.
      ------------------------------

            [CONFSERVER-4786] Need to support UNICODE characters in MSSQL server.

            Sen made changes -
            Workflow Original: JAC Suggestion Workflow 4 [ 3580652 ] New: JAC Suggestion Workflow 3 [ 4329573 ]
            Katherine Yabut made changes -
            Workflow Original: JAC Suggestion Workflow 2 [ 3178268 ] New: JAC Suggestion Workflow 4 [ 3580652 ]
            Status Original: RESOLVED [ 5 ] New: Closed [ 6 ]
            set-jac-bot made changes -
            Link New: This issue details CONFSERVER-4813 [ CONFSERVER-4813 ]
            Katherine Yabut made changes -
            Workflow Original: JAC Suggestion Workflow [ 3037299 ] New: JAC Suggestion Workflow 2 [ 3178268 ]
            Owen made changes -
            Workflow Original: Confluence Workflow - Public Facing v4 [ 2531520 ] New: JAC Suggestion Workflow [ 3037299 ]
            Rachel Lin (Inactive) made changes -
            Workflow Original: Confluence Workflow - Public Facing v3 [ 2278107 ] New: Confluence Workflow - Public Facing v4 [ 2531520 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing v3 - TEMP [ 2174909 ] New: Confluence Workflow - Public Facing v3 [ 2278107 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing v3 [ 1938791 ] New: Confluence Workflow - Public Facing v3 - TEMP [ 2174909 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing v2 [ 1759258 ] New: Confluence Workflow - Public Facing v3 [ 1938791 ]
            Katherine Yabut made changes -
            Workflow Original: CONF Suggestion WF (TEMP) [ 1696674 ] New: Confluence Workflow - Public Facing v2 [ 1759258 ]

              Unassigned Unassigned
              8873c89cc788 Daniel Ostermeier
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: