1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

DBD-SQLite: added a note that unicode feature is disabled for perl < 5.8.5, and fixed one typo.

This commit is contained in:
Kenichi Ishigaki 2009-04-12 02:23:39 +00:00
parent f8230304bf
commit a98296ef5b

View file

@ -441,10 +441,10 @@ e.g., "2.8.0". Can only be read.
=item unicode
If set to a true value, B<DBD::SQLite> will turn the UTF-8 flag on for all text
strings coming out of the database. For more details on the UTF-8 flag see
strings coming out of the database (this feature is currently disabled for perl < 5.8.5). For more details on the UTF-8 flag see
L<perlunicode>. The default is for the UTF-8 flag to be turned off.
Also note that due to some bizareness in SQLite's type system (see
Also note that due to some bizarreness in SQLite's type system (see
L<http://www.sqlite.org/datatype3.html>), if you want to retain
blob-style behavior for B<some> columns under C<< $dbh->{unicode} = 1
>> (say, to store images in the database), you have to state so