1
0
Fork 0
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:
Kenichi Ishigaki 2009-06-19 16:04:57 +00:00
parent 274a4917c3
commit 589bdc1f6c

View file

@ -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(