mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
DBD-SQLite: made it a bit clear that *perl* collation is *without* the locale, and *perllocale* is *with* locale
This commit is contained in:
parent
274a4917c3
commit
589bdc1f6c
1 changed files with 1 additions and 1 deletions
|
@ -632,7 +632,7 @@ The driver will check that this is a proper sorting function.
|
||||||
Collations C<binary> and C<nocase> are builtin within SQLite.
|
Collations C<binary> and C<nocase> are builtin within SQLite.
|
||||||
Collations C<perl> and C<perllocale> are builtin within
|
Collations C<perl> and C<perllocale> are builtin within
|
||||||
the B<DBD::SQLite> driver, and correspond to the
|
the B<DBD::SQLite> driver, and correspond to the
|
||||||
Perl C<cmp> operator with or without the L<locale> pragma;
|
Perl C<cmp> operator without/with the L<locale> pragma respectively;
|
||||||
so you can write for example
|
so you can write for example
|
||||||
|
|
||||||
CREATE TABLE foo(
|
CREATE TABLE foo(
|
||||||
|
|
Loading…
Add table
Reference in a new issue