-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
projection: Return correct collation information
When we have a project, we correctly convert the value to the connection collation using: ```go c.Value(vcursor.ConnCollation()) ``` But we then don't update / change the collation on the fields information. This needs to match the actual data, otherwise the client might corrupt the data. This ensures we add the same rules for the resulting collation. Signed-off-by: Dirkjan Bussink <[email protected]>
- Loading branch information
Showing
2 changed files
with
49 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters