Covariance.

This commit is contained in:
Nuno Cruces
2023-09-01 02:26:30 +01:00
parent 312d3b58f2
commit 746a84965e
5 changed files with 194 additions and 34 deletions

View File

@@ -12,7 +12,7 @@ import (
// for any unknown collating sequence.
// The fake collating function works like BINARY.
//
// This extension can be used to load schemas that contain
// This can be used to load schemas that contain
// one or more unknown collating sequences.
func (c *Conn) AnyCollationNeeded() {
c.call(c.api.anyCollation, uint64(c.handle), 0, 0)