1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00
Commit graph

7 commits

Author SHA1 Message Date
Kenichi Ishigaki
895897258b DBD::SQLite: renamed "unicode" attribute to "sqlite_unicode" 2009-10-21 02:36:14 +00:00
Adam Kennedy
09f58b864d - Adding support parsing attributes out of the DSN (ADAMK)
- Dropping support for uncode before 5.8.5 to simplify support and
      to prevent people hurting themselves on platforms that don't
      properly support Unicode anyway (ADAMK)
2009-04-10 06:09:31 +00:00
Tatsuhiko Miyagawa
4ac21a0057 Calls sv_utf8_upgrade in sqlite_st_execute() so passed string values
are correctly assumed Perl unicode strings, instead of relying on its
internal character encoding as UTF-8.

This *might* break (potentially broken) apps that passes UTF-8 encoded
strings, instead of decoded strings, to ->execute or ->bind_param()
without SQL_BLOB. But this new behavior is more natural to how Perl
handles strings and consisten to what other drivers do under UTF-8
options set, e.g. DBD::mysql with mysql_enable_utf8 option. See also
http://use.perl.org/~miyagawa/journal/38770 for details.

Fixes RT bug 25371.
2009-04-08 01:36:29 +00:00
Tatsuhiko Miyagawa
a90d0d6146 Added more test to asymmetric_unicode to make sure binding param works 2009-04-08 00:12:59 +00:00
Tatsuhiko Miyagawa
be2e535f53 Added more tests to asymmetric_unicode.t to make sure the inserted string's length is 1 besides null 2009-04-07 22:05:13 +00:00
Adam Kennedy
bf9515d516 Disable known-bad release 2009-04-07 13:41:08 +00:00
Adam Kennedy
690d7472f3 Adding failing test for the asymmetric unicode bug 2009-04-05 23:56:09 +00:00