Darren Duncan
1fca7881d2
1.22_05 wasn't actually released yet or on Apr 11
2009-04-13 18:50:29 +00:00
Darren Duncan
42dcba4d28
updated bundled SQLite to 3.6.13
2009-04-13 18:36:10 +00:00
Kenichi Ishigaki
cc8c5fe18a
DBD-SQLite: removed old todos
2009-04-12 02:46:54 +00:00
Kenichi Ishigaki
1f1f3e97dd
DBD-SQLite: use www.sqlite.org instead of www.hwaci.com/sw/sqlite/
2009-04-12 02:28:57 +00:00
Kenichi Ishigaki
a98296ef5b
DBD-SQLite: added a note that unicode feature is disabled for perl < 5.8.5, and fixed one typo.
2009-04-12 02:23:39 +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
903bb83c7b
DBD-SQLite: actually disabled unicode support for perl < 5.8.5
2009-04-10 08:12:31 +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
Kenichi Ishigaki
44587deb4a
DBD-SQLite: updated Changes
2009-04-10 07:26:17 +00:00
Kenichi Ishigaki
ded22d4a9f
DBD-SQLite: reverted problematic number guessing (suggested by GUIDO); this reopens #29058 (group by) and #29629 (sqlite where length) issues, though.
2009-04-10 07:16:40 +00:00
Adam Kennedy
018e33ddd4
Reverting
2009-04-10 07:01:28 +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
3e680309ba
Reverting failed change
2009-04-10 06:27:50 +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
Kenichi Ishigaki
00d9d67496
DBD-SQLite: followed the best practice described in http://search.cpan.org/~timb/DBI/lib/DBI/DBD.pm#The_dbd_init_method
2009-04-10 04:54:22 +00:00
Kenichi Ishigaki
9e6efeaba0
DBD-SQLite: updated Changes; wait, wait, it's too early to release the next one :)
2009-04-10 02:05:39 +00:00
Kenichi Ishigaki
3d9bf5c1e2
DBD-SQLite: switched from dTHX to pTHX_/aTHX_ where I could. I think #44884 is almost done except for the ones related to other tickets like #44871 (so we shouldn't close #44884 yet)
2009-04-10 01:58:31 +00:00
Kenichi Ishigaki
30599f51bc
DBD-SQLite: effort to resolve #44884 ; removed last DBIS in sqlite_init
2009-04-10 01:21:48 +00:00
Adam Kennedy
8227d6f7d1
Updating date for release
2009-04-09 09:29:53 +00:00
Adam Kennedy
4af1a03483
Updating version for release
2009-04-09 09:29:25 +00:00
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