Skip to content

Feature: Set collation method alongside charset #727

Closed
@gwvandesteeg

Description

@gwvandesteeg

When creating a connection to the DB you also want to frequently ensure the correct collation method is used in addition to the character set.

ie.
SET NAMES utf8mb4 COLLATE utf8mb4_unicode_ci
vs.
SET NAMES utf8mb4 COLLATE utf8mb4_general_ci
etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions