Home
last modified time | relevance | path

Searched refs:collation (Results 51 – 75 of 12478) sorted by relevance

12345678910>>...500

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dcollate3.test31 # unknown collation sequence an error is returned.
42 } {1 {no such collation sequence: garbage}}
47 } {1 {no such collation sequence: garbage}}
52 } {1 {no such collation sequence: garbage}}
62 # the collation sequence in:
106 } {1 {no such collation sequence: string_compare}}
294 } {1 {no such collation sequence: user_defined}}
344 } {1 {no such collation sequence: user_defined}}
359 # Test the collation factory. In the code, the "no such collation sequence"
369 } {1 {no such collation sequence: unk}}
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dcollate3.test42 } {1 {no such collation sequence: garbage}}
47 } {1 {no such collation sequence: garbage}}
52 } {1 {no such collation sequence: garbage}}
57 } {1 {no such collation sequence: garbage}}
79 } {1 {no such collation sequence: caseless}}
91 } {1 {no such collation sequence: caseless}}
97 } {1 {no such collation sequence: caseless}}
165 # the collation sequence in:
462 # Test the collation factory. In the code, the "no such collation sequence"
472 } {1 {no such collation sequence: unk}}
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dcollate3.test42 } {1 {no such collation sequence: garbage}}
47 } {1 {no such collation sequence: garbage}}
52 } {1 {no such collation sequence: garbage}}
57 } {1 {no such collation sequence: garbage}}
79 } {1 {no such collation sequence: caseless}}
91 } {1 {no such collation sequence: caseless}}
97 } {1 {no such collation sequence: caseless}}
165 # the collation sequence in:
462 # Test the collation factory. In the code, the "no such collation sequence"
472 } {1 {no such collation sequence: unk}}
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dcollate3.test42 } {1 {no such collation sequence: garbage}}
47 } {1 {no such collation sequence: garbage}}
52 } {1 {no such collation sequence: garbage}}
57 } {1 {no such collation sequence: garbage}}
79 } {1 {no such collation sequence: caseless}}
91 } {1 {no such collation sequence: caseless}}
97 } {1 {no such collation sequence: caseless}}
165 # the collation sequence in:
462 # Test the collation factory. In the code, the "no such collation sequence"
472 } {1 {no such collation sequence: unk}}
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/
H A DMysqlSessionInit.php28 private $collation; variable in Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit
34 * @param string|bool $collation The collation, or FALSE if no collation.
36 public function __construct($charset = 'utf8', $collation = false) argument
39 $this->collation = $collation;
47 $collation = $this->collation ? ' COLLATE ' . $this->collation : '';
48 $args->getConnection()->executeStatement('SET NAMES ' . $this->charset . $collation);
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/
H A DMysqlSessionInit.php28 private $collation; variable in Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit
34 * @param string|bool $collation The collation, or FALSE if no collation.
36 public function __construct($charset = 'utf8', $collation = false) argument
39 $this->collation = $collation;
47 $collation = $this->collation ? ' COLLATE ' . $this->collation : '';
48 $args->getConnection()->executeUpdate('SET NAMES ' . $this->charset . $collation);
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/
H A DMysqlSessionInit.php28 private $collation; variable in Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit
34 * @param string|bool $collation The collation, or FALSE if no collation.
36 public function __construct($charset = 'utf8', $collation = false) argument
39 $this->collation = $collation;
47 $collation = $this->collation ? ' COLLATE ' . $this->collation : '';
48 $args->getConnection()->executeUpdate('SET NAMES ' . $this->charset . $collation);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/
H A DMysqlSessionInit.php28 private $collation; variable in Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit
34 * @param string|bool $collation The collation, or FALSE if no collation.
36 public function __construct($charset = 'utf8', $collation = false) argument
39 $this->collation = $collation;
47 $collation = $this->collation ? ' COLLATE ' . $this->collation : '';
48 $args->getConnection()->executeStatement('SET NAMES ' . $this->charset . $collation);
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/
H A DMysqlSessionInit.php28 private $collation; variable in Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit
34 * @param string|bool $collation The collation, or FALSE if no collation.
36 public function __construct($charset = 'utf8', $collation = false) argument
39 $this->collation = $collation;
47 $collation = $this->collation ? ' COLLATE ' . $this->collation : '';
48 $args->getConnection()->executeUpdate('SET NAMES ' . $this->charset . $collation);
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/
H A DMysqlSessionInit.php28 private $collation; variable in Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit
34 * @param string|bool $collation The collation, or FALSE if no collation.
36 public function __construct($charset = 'utf8', $collation = false) argument
39 $this->collation = $collation;
47 $collation = $this->collation ? ' COLLATE ' . $this->collation : '';
48 $args->getConnection()->executeUpdate('SET NAMES ' . $this->charset . $collation);
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/
H A DMysqlSessionInit.php28 private $collation; variable in Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit
34 * @param string|bool $collation The collation, or FALSE if no collation.
36 public function __construct($charset = 'utf8', $collation = false) argument
39 $this->collation = $collation;
47 $collation = $this->collation ? ' COLLATE ' . $this->collation : '';
48 $args->getConnection()->executeStatement('SET NAMES ' . $this->charset . $collation);
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/
H A DMysqlSessionInit.php28 private $collation; variable in Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit
34 * @param string|bool $collation The collation, or FALSE if no collation.
36 public function __construct($charset = 'utf8', $collation = false) argument
39 $this->collation = $collation;
47 $collation = $this->collation ? ' COLLATE ' . $this->collation : '';
48 $args->getConnection()->executeStatement('SET NAMES ' . $this->charset . $collation);
/dports/databases/pymongo/pymongo-3.12.0/doc/examples/
H A Dcollations.rst4 .. seealso:: The API docs for :mod:`~pymongo.collation`.
24 Users can specify a collation for a
25 :ref:`collection<collation-on-collection>`, an
26 :ref:`index<collation-on-index>`, or a
27 :ref:`CRUD command <collation-on-operation>`.
62 collection use the ``fr_CA`` collation unless another collation is explicitly
66 from pymongo.collation import Collation
84 from pymongo.collation import Collation
89 collation=Collation(locale='fr_CA'))
103 from pymongo.collation import Collation
[all …]
/dports/databases/pymongo/pymongo-3.12.0/pymongo/
H A Doperations.py21 from pymongo.collation import validate_collation_or_none
62 def __init__(self, filter, collation=None, hint=None): argument
90 self._collation = collation
116 def __init__(self, filter, collation=None, hint=None): argument
144 self._collation = collation
207 self._collation = collation
253 self._collation = collation
318 collation=self._collation,
366 collation=self._collation,
444 if collation is not None:
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/mysql-test/rocksdb/r/
H A Dcollation.result4 ERROR HY000: Unsupported collation on string indexed column test.t1.value Use binary collation (bin…
7 ERROR HY000: Unsupported collation on string indexed column test.t1.value Use binary collation (lat…
9 ERROR HY000: Unsupported collation on string indexed column test.t1.value3 Use binary collation (la…
27 ERROR HY000: Unsupported collation on string indexed column test.t2.value Use binary collation (lat…
32 ERROR HY000: Unsupported collation on string indexed column test.s123.value Use binary collation (l…
37 ERROR HY000: Unsupported collation on string indexed column test.t123.value Use binary collation (l…
44 ERROR HY000: Unsupported collation on string indexed column test.u1.value Use binary collation (lat…
51 ERROR HY000: Unsupported collation on string indexed column test.u1.value Use binary collation (lat…
58 ERROR HY000: Unsupported collation on string indexed column test.u1.value Use binary collation (lat…
65 ERROR HY000: Unsupported collation on string indexed column test.u1.value Use binary collation (lat…
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/mysql-test/rocksdb/r/
H A Dcollation.result4 ERROR HY000: Unsupported collation on string indexed column test.t1.value Use binary collation (bin…
7 ERROR HY000: Unsupported collation on string indexed column test.t1.value Use binary collation (lat…
9 ERROR HY000: Unsupported collation on string indexed column test.t1.value3 Use binary collation (la…
27 ERROR HY000: Unsupported collation on string indexed column test.t2.value Use binary collation (lat…
32 ERROR HY000: Unsupported collation on string indexed column test.s123.value Use binary collation (l…
37 ERROR HY000: Unsupported collation on string indexed column test.t123.value Use binary collation (l…
44 ERROR HY000: Unsupported collation on string indexed column test.u1.value Use binary collation (lat…
51 ERROR HY000: Unsupported collation on string indexed column test.u1.value Use binary collation (lat…
58 ERROR HY000: Unsupported collation on string indexed column test.u1.value Use binary collation (lat…
65 ERROR HY000: Unsupported collation on string indexed column test.u1.value Use binary collation (lat…
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/mysql-test/rocksdb/r/
H A Dcollation.result4 ERROR HY000: Unsupported collation on string indexed column test.t1.value Use binary collation (bin…
7 ERROR HY000: Unsupported collation on string indexed column test.t1.value Use binary collation (lat…
9 ERROR HY000: Unsupported collation on string indexed column test.t1.value3 Use binary collation (la…
27 ERROR HY000: Unsupported collation on string indexed column test.t2.value Use binary collation (lat…
32 ERROR HY000: Unsupported collation on string indexed column test.s123.value Use binary collation (l…
37 ERROR HY000: Unsupported collation on string indexed column test.t123.value Use binary collation (l…
44 ERROR HY000: Unsupported collation on string indexed column test.u1.value Use binary collation (lat…
51 ERROR HY000: Unsupported collation on string indexed column test.u1.value Use binary collation (lat…
58 ERROR HY000: Unsupported collation on string indexed column test.u1.value Use binary collation (lat…
65 ERROR HY000: Unsupported collation on string indexed column test.u1.value Use binary collation (lat…
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/mysql-test/rocksdb/r/
H A Dcollation.result4 ERROR HY000: Unsupported collation on string indexed column test.t1.value Use binary collation (bin…
7 ERROR HY000: Unsupported collation on string indexed column test.t1.value Use binary collation (lat…
9 ERROR HY000: Unsupported collation on string indexed column test.t1.value3 Use binary collation (la…
27 ERROR HY000: Unsupported collation on string indexed column test.t2.value Use binary collation (lat…
32 ERROR HY000: Unsupported collation on string indexed column test.s123.value Use binary collation (l…
37 ERROR HY000: Unsupported collation on string indexed column test.t123.value Use binary collation (l…
44 ERROR HY000: Unsupported collation on string indexed column test.u1.value Use binary collation (lat…
51 ERROR HY000: Unsupported collation on string indexed column test.u1.value Use binary collation (lat…
58 ERROR HY000: Unsupported collation on string indexed column test.u1.value Use binary collation (lat…
65 ERROR HY000: Unsupported collation on string indexed column test.u1.value Use binary collation (lat…
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/mysql-test/rocksdb/r/
H A Dcollation.result4 ERROR HY000: Unsupported collation on string indexed column test.t1.value Use binary collation (bin…
7 ERROR HY000: Unsupported collation on string indexed column test.t1.value Use binary collation (lat…
9 ERROR HY000: Unsupported collation on string indexed column test.t1.value3 Use binary collation (la…
27 ERROR HY000: Unsupported collation on string indexed column test.t2.value Use binary collation (lat…
32 ERROR HY000: Unsupported collation on string indexed column test.s123.value Use binary collation (l…
37 ERROR HY000: Unsupported collation on string indexed column test.t123.value Use binary collation (l…
44 ERROR HY000: Unsupported collation on string indexed column test.u1.value Use binary collation (lat…
51 ERROR HY000: Unsupported collation on string indexed column test.u1.value Use binary collation (lat…
58 ERROR HY000: Unsupported collation on string indexed column test.u1.value Use binary collation (lat…
65 ERROR HY000: Unsupported collation on string indexed column test.u1.value Use binary collation (lat…
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/mysql-test/rocksdb/r/
H A Dcollation.result4 ERROR HY000: Unsupported collation on string indexed column test.t1.value Use binary collation (bin…
7 ERROR HY000: Unsupported collation on string indexed column test.t1.value Use binary collation (lat…
9 ERROR HY000: Unsupported collation on string indexed column test.t1.value3 Use binary collation (la…
27 ERROR HY000: Unsupported collation on string indexed column test.t2.value Use binary collation (lat…
32 ERROR HY000: Unsupported collation on string indexed column test.s123.value Use binary collation (l…
37 ERROR HY000: Unsupported collation on string indexed column test.t123.value Use binary collation (l…
44 ERROR HY000: Unsupported collation on string indexed column test.u1.value Use binary collation (lat…
51 ERROR HY000: Unsupported collation on string indexed column test.u1.value Use binary collation (lat…
58 ERROR HY000: Unsupported collation on string indexed column test.u1.value Use binary collation (lat…
65 ERROR HY000: Unsupported collation on string indexed column test.u1.value Use binary collation (lat…
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/mongo/integration/unified/
H A Dcrud_helpers_test.go49 collation, err := createCollation(val.Document())
53 ua.opts.SetCollation(collation)
117 var collation options.Collation
123 collation.Locale = elem.Value().StringValue()
125 collation.CaseLevel = elem.Value().Boolean()
127 collation.CaseFirst = elem.Value().StringValue()
129 collation.Strength = int(elem.Value().Int32())
133 collation.Alternate = elem.Value().StringValue()
137 collation.Normalization = elem.Value().Boolean()
139 collation.Backwards = elem.Value().Boolean()
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/mongo/integration/unified/
H A Dcrud_helpers_test.go49 collation, err := createCollation(val.Document())
53 ua.opts.SetCollation(collation)
117 var collation options.Collation
123 collation.Locale = elem.Value().StringValue()
125 collation.CaseLevel = elem.Value().Boolean()
127 collation.CaseFirst = elem.Value().StringValue()
129 collation.Strength = int(elem.Value().Int32())
133 collation.Alternate = elem.Value().StringValue()
137 collation.Normalization = elem.Value().Boolean()
139 collation.Backwards = elem.Value().Boolean()
[all …]
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/
H A Dpartitionkey.cpp23 collation = nullptr; in PartitionKey()
26 void PartitionKey::setCollation(Collation *collation) in setCollation() argument
28 this->collation=collation; in setCollation()
33 return collation; in getCollation()
44 if(collation) in getCodeDefinition()
47 attribs[Attributes::Collation]=collation->getName(true); in getCodeDefinition()
49 attribs[Attributes::Collation]=collation->getCodeDefinition(def_type, true); in getCodeDefinition()
H A Dindexelement.cpp23 collation=nullptr; in IndexElement()
26 void IndexElement::setCollation(Collation *collation) in setCollation() argument
28 this->collation=collation; in setCollation()
33 return collation; in getCollation()
44 if(collation) in getCodeDefinition()
47 attributes[Attributes::Collation]=collation->getName(true); in getCodeDefinition()
49 attributes[Attributes::Collation]=collation->getCodeDefinition(def_type, true); in getCodeDefinition()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/rocksdb/r/
H A Dcollation_exceptions_lctn_0.result3 ERROR HY000: Unsupported collation on string indexed column test.abc.value Use binary collation (bi…
5 ERROR HY000: Unsupported collation on string indexed column test.ABC.value Use binary collation (bi…
10 ERROR HY000: Unsupported collation on string indexed column test.ABC.value Use binary collation (bi…
13 ERROR HY000: Unsupported collation on string indexed column test.abc.value Use binary collation (bi…
17 ERROR HY000: Unsupported collation on string indexed column test.bcd.value Use binary collation (bi…
20 ERROR HY000: Unsupported collation on string indexed column test.abcd.value Use binary collation (b…
24 ERROR HY000: Unsupported collation on string indexed column test.ZABC.value Use binary collation (b…

12345678910>>...500