1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 06:38:12 -04:00
Commit graph

105 commits

Author SHA1 Message Date
Kenichi Ishigaki
28ed4ffc44 DBD-SQLite: resolved #45171, maybe a perl bug resolved somewhere perl > 5.8.5 2009-04-21 15:05:23 +00:00
Kenichi Ishigaki
3bb67972ff DBD-SQLite: better unicode path handling under cygwin (resolved #45166) 2009-04-21 06:05:16 +00:00
Adam Kennedy
ab521c5c97 Move to a production version number 2009-04-19 09:40:16 +00:00
Adam Kennedy
9958f58fda Reverting corion's Win32 64-bit changes 2009-04-19 09:16:22 +00:00
Adam Kennedy
68c4b9fe85 Fixing test module version 2009-04-19 08:56:31 +00:00
Adam Kennedy
1087a50857 Preparing for pre-release 2009-04-17 08:59:36 +00:00
Adam Kennedy
51bd0c50ff Completed the migration away from and deprecation of t/lib.pl 2009-04-17 04:24:04 +00:00
Adam Kennedy
e991a7db97 Converted another batch of tests from lib.pl to t::lib::Test 2009-04-16 03:05:01 +00:00
Adam Kennedy
54682e35e1 Migrate from lib.pl to t::lib::Test 2009-04-16 01:09:20 +00:00
Adam Kennedy
e93d416d28 Removing the table name generator, since each test now uses it's own database 2009-04-16 00:54:21 +00:00
Kenichi Ishigaki
b04ff786fc DBD-SQLite: unicode dirs/files may not be removed by CLEANUP of File::Temp (as they may requrie special treatment on Win32) 2009-04-15 20:31:17 +00:00
Gábor Szabó
e9ee8a3481 add more test cases 2009-04-15 15:00:15 +00:00
Adam Kennedy
1a5d2ed879 Encoding tweaks 2009-04-15 14:49:23 +00:00
Gábor Szabó
84aa375f45 fix test with non-latin characters in path 2009-04-15 14:01:34 +00:00
Adam Kennedy
374d4d18e5 Preparing another test release 2009-04-15 12:14:48 +00:00
Gábor Szabó
cc19fceb69 testing path with non-latin characters in it (see http://padre.perlide.org/ticket/218 ) 2009-04-15 03:14:17 +00:00
Adam Kennedy
f8230304bf Setting svn:eol-style to native 2009-04-11 02:59:57 +00:00
Adam Kennedy
3a22c3c28a Wrap the require utf8 in an eval to keep Test::MinimumVersion happy 2009-04-11 01:50:56 +00:00
Adam Kennedy
db43962dd2 Preparing for release 2009-04-11 01:46:21 +00:00
Kenichi Ishigaki
213155f32e DBD-SQLite: does the same for the test for #29058 2009-04-10 07:41:32 +00:00
Kenichi Ishigaki
a35b4bee85 DBD-SQLite: marked the test that is broken again as todo, and added another workaround for example. 2009-04-10 07:34:24 +00:00
Adam Kennedy
a17515dbdc More Test::NoWarnings 2009-04-10 06:32:55 +00:00
Adam Kennedy
2ac8ee6ee9 Increased use of Test::NoWarnings 2009-04-10 06:30:07 +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
Adam Kennedy
4af1a03483 Updating version for release 2009-04-09 09:29:25 +00:00
Kenichi Ishigaki
906756fee5 DBD-SQLite: fixed 32_inactive_error test to get a proper warning 2009-04-09 04:32:32 +00:00
Adam Kennedy
422cea810d Preparing for the _02 release 2009-04-08 11:41:53 +00:00
Laurent Dami
217be4e24d fixed RT#25924 (Arguments to user-defined functions do not respect unicode setting) 2009-04-08 04:32:51 +00:00
Adam Kennedy
be05f9d9dc Prepare dev release 2009-04-08 01:50:10 +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
Adam Kennedy
0ede9e1124 Preparing for 1.21 release 2009-04-08 01:16:57 +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
Adam Kennedy
ac243161a9 Capture, test and squelch the warning 2009-04-07 23:26:48 +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
Kenichi Ishigaki
583abd817e DBD-SQLite: added a test; execute on inactive error should return undef, not 0 2009-04-07 17:17:19 +00:00
Adam Kennedy
bf9515d516 Disable known-bad release 2009-04-07 13:41:08 +00:00
Adam Kennedy
4b18420835 Updating version to a production release 2009-04-07 13:36:38 +00:00
Adam Kennedy
690d7472f3 Adding failing test for the asymmetric unicode bug 2009-04-05 23:56:09 +00:00
Adam Kennedy
788904db72 Updating version to _11 and adding Changes entries 2009-04-05 23:43:36 +00:00
Adam Kennedy
85300f62f1 Now I can have my fancy module without CORION's hated dependency :)
Bundling Test::NoWarnings into inc
2009-04-05 23:42:14 +00:00
Max Maischein
df0e738393 Fixed t/12* to make Test::NoWarnings optional 2009-04-05 19:48:09 +00:00
Max Maischein
9dbd444ccb Make Test::NoWarnings optional. Please don't litter/burden DBD::SQLite with fancy prerequisites 2009-04-05 19:33:19 +00:00
Adam Kennedy
b020597b48 Moved 12_unicode.t to Test::More 2009-04-05 19:16:40 +00:00
Adam Kennedy
8bd54f9930 Resolved #32889: prepare_cached does not work correctly
Also resolved a few other minor things.
2009-04-05 18:55:08 +00:00
Kenichi Ishigaki
3be3e9ac87 DBD-SQLite: added a regression test for RT #29629; it seems this has already been fixed. 2009-04-05 12:29:43 +00:00
Kenichi Ishigaki
eea2f95eaf DBD-SQLite: added PrintError => 0 2009-04-05 12:21:07 +00:00
Kenichi Ishigaki
6e265cb9e2 DBD-SQLite: added a test for NULLABLE 2009-04-05 10:17:19 +00:00
Kenichi Ishigaki
0dd41aefb3 DBD-SQLite: added a test for RT #36838; seems no problem for me, though 2009-04-05 05:28:53 +00:00
Adam Kennedy
9af168bc3c Correcting the version 2009-04-05 03:09:34 +00:00
Kenichi Ishigaki
5f2071dfa2 DBD-SQLite: added a regression test reported by #27553 (this has already been fixed) 2009-04-05 02:48:53 +00:00