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

318 commits

Author SHA1 Message Date
Darren Duncan
42dcba4d28 updated bundled SQLite to 3.6.13 2009-04-13 18:36:10 +00:00
Adam Kennedy
f8230304bf Setting svn:eol-style to native 2009-04-11 02:59:57 +00:00
Adam Kennedy
db43962dd2 Preparing for release 2009-04-11 01:46:21 +00:00
Kenichi Ishigaki
44587deb4a DBD-SQLite: updated Changes 2009-04-10 07:26:17 +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
9e6efeaba0 DBD-SQLite: updated Changes; wait, wait, it's too early to release the next one :) 2009-04-10 02:05:39 +00:00
Adam Kennedy
8227d6f7d1 Updating date for release 2009-04-09 09:29:53 +00:00
Kenichi Ishigaki
9ef819e83c DBD-SQLite: updated Changes 2009-04-09 05:52:20 +00:00
Kenichi Ishigaki
0345d49e65 DBD-SQLite: updated Changes 2009-04-09 05:49:22 +00:00
Adam Kennedy
422cea810d Preparing for the _02 release 2009-04-08 11:41:53 +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
Kenichi Ishigaki
a40eec1e5d DBD-SQLite: updated Changes 2009-04-07 17:24:00 +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
Adam Kennedy
788904db72 Updating version to _11 and adding Changes entries 2009-04-05 23:43:36 +00:00
Alexandr Ciornii
032999c753 Check DBI version 2009-04-05 22:28:42 +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
d6188520e6 DBD-SQLite: updated Changes 2009-04-05 13:05:37 +00:00
Kenichi Ishigaki
0f85d36044 DBD-SQLite: updated Changes 2009-04-05 12:37:26 +00:00
Kenichi Ishigaki
7341f396bc DBD-SQLite: updated Changes 2009-04-05 10:18:19 +00:00
Kenichi Ishigaki
778fc853b4 DBD-SQLite: updated Changes 2009-04-05 02:51:59 +00:00
Kenichi Ishigaki
a3b6b5586b DBD-SQLite: updated Changes 2009-04-05 02:09:29 +00:00
Adam Kennedy
e1650f962b Fixing implementation of PrintWarn to comply with the DBI specification.
I'm not sure why it doesn't warn anyway, but we'll survive with this for now.
2009-04-05 02:03:53 +00:00
Darren Duncan
f3ef52b1ff updated changelog re t/28 2009-04-05 01:43:58 +00:00
Adam Kennedy
1732905790 Noting some more minor changes 2009-04-05 00:30:55 +00:00
Darren Duncan
ca20f1a11c updated Changes re fix for RT44779 2009-04-04 22:11:38 +00:00
Adam Kennedy
3a838c0861 Updated ppport.h to the most recent version 3.17 2009-04-04 21:54:45 +00:00
Adam Kennedy
40d6ff35c1 Rewrote 28_changestyle.t in Test::More style 2009-04-04 20:19:25 +00:00
Adam Kennedy
e5137661d0 Fixing capitalisation in the Changes file 2009-04-04 17:01:37 +00:00
Alexandr Ciornii
77384b193a require perl 5.6 because dependencies require it 2009-04-04 09:31:21 +00:00
Adam Kennedy
c55e2a9c64 Preparing for release 2009-04-04 04:21:02 +00:00
Adam Kennedy
e87308e952 Cleared as many simple, obvious or duplicate RT bugs as I could find 2009-04-04 04:19:55 +00:00
Adam Kennedy
e75314771a Flagging a bunch more tickets as resolved.
Some with actual fixes, some were resolved due to patches being applied previously.
2009-04-04 03:42:49 +00:00
Adam Kennedy
140d920c5a Confirming a couple of old tickets are fixed 2009-04-04 02:41:25 +00:00
Adam Kennedy
90c018c655 Commit a bunch of RT fixes 2009-04-04 00:37:29 +00:00
Max Maischein
9ba23acd7a Added a canary test for #RT 36836 2009-04-03 19:46:29 +00:00
Max Maischein
1591f375b9 re-enable and fix t/70schemachange.t as per RT #43448 2009-04-03 19:30:50 +00:00
Adam Kennedy
f0d8426470 Minor changes to we pass version dependency checks 2009-04-03 19:05:14 +00:00
Adam Kennedy
055d3393e1 Preparing to release 2009-04-03 17:14:27 +00:00
Adam Kennedy
3f0f9ca82c Refactoring away needless test complexity 2009-04-03 17:07:49 +00:00
Adam Kennedy
a3ff0b1f7c All tests run under the same Perl environment
(autoflush on, and warnings enabled via $^W = 1)
2009-04-03 14:25:58 +00:00
Kenichi Ishigaki
c90209571c DBD-SQLite: updated Changes 2009-04-03 10:08:30 +00:00
Kenichi Ishigaki
d5b7c10be0 DBD-SQLite: updated Changes 2009-04-02 11:43:49 +00:00
Kenichi Ishigaki
52090271f0 DBD-SQLite: updated Changes 2009-04-02 08:14:57 +00:00