Kenichi Ishigaki
9ef819e83c
DBD-SQLite: updated Changes
2009-04-09 05:52:20 +00:00
Kenichi Ishigaki
364c029aac
DBD-SQLite: resolved #44876 ; applied a patch
2009-04-09 05:51:29 +00:00
Kenichi Ishigaki
0345d49e65
DBD-SQLite: updated Changes
2009-04-09 05:49:22 +00:00
Kenichi Ishigaki
9360dc33d0
DBD-SQLite: effort to resolve #44884 ; added PERL_NO_GET_CONTEXT and necessary "dTHX"s ("dTHR" in the ticket is actually a no-op). Some of these "dTHX" would be converted into "pTHX_"/"aTHX_" combo later.
2009-04-09 05:44:13 +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
Kenichi Ishigaki
0a29d5e86d
DBD-SQLite: effort to resolve #44884 ; refactored error handling to follow DBI's best practices
2009-04-09 04:31:22 +00:00
Kenichi Ishigaki
2932e4d8d0
DBD-SQLite: effort to resolve (part of the) #44871 ; removed most of the "croak"s (except for the ones for "func"s)
2009-04-09 03:31:43 +00:00
Kenichi Ishigaki
4764183032
DBD-SQLite: effort to resolve #44884 ; added a comment to the last DBIS line. looks like that line can be removed, too, but not sure yet (confirmed all the tests pass without it)
2009-04-09 00:55:57 +00:00
Kenichi Ishigaki
c7435338dd
DBD-SQLite: effort to resolve #44884 ; removed DBIS->debug
2009-04-09 00:39:18 +00:00
Kenichi Ishigaki
6513771152
DBD-SQLite: effort to resolve #44884 ; pass handle and imp_xxh into sqlite_trace
2009-04-09 00:32:21 +00:00
Adam Kennedy
422cea810d
Preparing for the _02 release
2009-04-08 11:41:53 +00:00
Kenichi Ishigaki
7ecd1839b9
DBD-SQLite: added SQL_NULLABLE_UNKNOWN; still wonders if the error above should be ignored or not
2009-04-08 05:23:13 +00:00
Kenichi Ishigaki
b0792ba325
DBD-SQLite: added comments on the return values on error, and fixed another wrong return value in execute
2009-04-08 05:07:05 +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
Laurent Dami
e195707ce2
added missing documentation bits for 'create_collation' and 'progress_handler'
2009-04-08 02:51:37 +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
ef56832c32
DBD-SQLite: found there was a better way to return undef...
2009-04-07 18:33:32 +00:00
Kenichi Ishigaki
a40eec1e5d
DBD-SQLite: updated Changes
2009-04-07 17:24:00 +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
Kenichi Ishigaki
e674c69e0f
DBD-SQLite: needs to cast to avoid warnings
2009-04-07 17:11:50 +00:00
Kenichi Ishigaki
85d1b98aa2
DBD-SQLite: this must be a better fix
2009-04-07 16:51:53 +00:00
Kenichi Ishigaki
2be3b7ec3a
DBD-SQLite: this fixes the broken dbic reconnection issue but not sure why yet...
2009-04-07 16:49:46 +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
Darren Duncan
7b3cb9c9c1
actually, #44779 was resolved in _09
2009-04-06 22:13:08 +00:00
Adam Kennedy
bb95cddb01
Noting that #44779 is resolved
2009-04-06 21:22:46 +00:00
Kenichi Ishigaki
5dee4f7d5c
DBD-SQLite: removed "disconnect" from lib/DBD/SQLite.pm which caused "Subroutine DBD::SQLite::db::disconnect redefined" and broke other tests
2009-04-06 09:25:43 +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
Adam Kennedy
6bf428a51d
Bumping the Perl dep in the .pm up to 5.006 where it should be.
2009-04-05 23:41:14 +00:00
Adam Kennedy
bea7e0f192
We're not allowed to compute configure_requires dependencies.
...
Also, made the dependencies a little more accurate.
2009-04-05 23:33:41 +00:00
Alexandr Ciornii
032999c753
Check DBI version
2009-04-05 22:28:42 +00:00
Max Maischein
df0e738393
Fixed t/12* to make Test::NoWarnings optional
2009-04-05 19:48:09 +00:00
Adam Kennedy
5172c82430
Doc tweak
2009-04-05 19:33:59 +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
12974f71a9
Found the ACTUAL minimum DBI version we need, and confirming we build against it.
2009-04-05 19:29:16 +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
aa9335b2af
DBD-SQLite: initialize a variable
2009-04-05 13:26:48 +00:00
Kenichi Ishigaki
12d7cdda62
DBD-SQLite: removed unused variables to suppress warnings at compile time
2009-04-05 13:24:45 +00:00
Kenichi Ishigaki
d6188520e6
DBD-SQLite: updated Changes
2009-04-05 13:05:37 +00:00
Kenichi Ishigaki
6b8dc80622
DBD-SQLite: applied an enable_load_extension patch from RT #32998
2009-04-05 13:04:56 +00:00
Kenichi Ishigaki
0f85d36044
DBD-SQLite: updated Changes
2009-04-05 12:37:26 +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