Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema and collations #13

Open
pounard opened this issue Mar 12, 2024 · 0 comments
Open

Schema and collations #13

pounard opened this issue Mar 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@pounard
Copy link
Member

pounard commented Mar 12, 2024

There is a very basic collation support:

  • We don't read collations from schemata (or catalog), we can't give back the info to the user.
  • When adding or modifying columns, user given collation name is simply send as-is to the server, we might want to support some well-known charsets and use a normalization function for sending the right one to the database server.
@pounard pounard added the enhancement New feature or request label Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant