1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00
Commit graph

60 commits

Author SHA1 Message Date
Adam Kennedy
9958f58fda Reverting corion's Win32 64-bit changes 2009-04-19 09:16:22 +00:00
Max Maischein
2e02abc85d Bump version to 1.22_09 2009-04-18 16:08:47 +00:00
Adam Kennedy
1087a50857 Preparing for pre-release 2009-04-17 08:59:36 +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
530cbdb8b4 Adding a missing $ 2009-04-16 00:55:47 +00:00
Kenichi Ishigaki
dfd5fc6f14 DBD-SQLite: avoid tweak if dbname is ':memory:' 2009-04-15 20:44:23 +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
Kenichi Ishigaki
bc89563e52 DBD-SQLite: suffix doesn't always exist 2009-04-15 19:42:19 +00:00
Adam Kennedy
1a5d2ed879 Encoding tweaks 2009-04-15 14:49:23 +00:00
Adam Kennedy
bfefa7ab3b Bug fix 2009-04-15 12:55:40 +00:00
Adam Kennedy
374d4d18e5 Preparing another test release 2009-04-15 12:14:48 +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
db43962dd2 Preparing for release 2009-04-11 01:46:21 +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
Adam Kennedy
422cea810d Preparing for the _02 release 2009-04-08 11:41:53 +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
Adam Kennedy
0ede9e1124 Preparing for 1.21 release 2009-04-08 01:16:57 +00:00
Adam Kennedy
4b18420835 Updating version to a production release 2009-04-07 13:36:38 +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
788904db72 Updating version to _11 and adding Changes entries 2009-04-05 23:43:36 +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
5172c82430 Doc tweak 2009-04-05 19:33:59 +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
Adam Kennedy
9af168bc3c Correcting the version 2009-04-05 03:09:34 +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
Adam Kennedy
31996481e2 Tweaks 2009-04-04 22:49:28 +00:00
Adam Kennedy
5e7f3ea9a6 Minor tweaks 2009-04-04 21:56:50 +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
6adac653fe Bumped version to 1.19_07 2009-04-03 19:30:49 +00:00
Adam Kennedy
8ddf75e5f0 Some minor normalising and tydying up of the Perl code.
Adding some more explicit versions.
2009-04-03 18:19:15 +00:00
Adam Kennedy
94d039ad72 Moving to updated version number 2009-04-03 17:14:03 +00:00
Kenichi Ishigaki
f5e1109ecf DBD-SQLite: oops, sorry. the previous commit was wrong; removed a collations todo 2009-04-02 18:28:35 +00:00
Max Maischein
76a76e7855 Collation merged with main branch 2009-03-31 21:24:19 +00:00
Max Maischein
673c28b0e0 Added collations and progress 2009-03-31 21:24:12 +00:00
Adam Kennedy
7628750ff6 Preparing for _04 release 2009-03-31 20:07:27 +00:00
Max Maischein
ddf38fd4c4 Bumped version 2009-03-30 16:38:24 +00:00
Max Maischein
8a3bbc1827 First transplantation of the column_info fixes 2009-03-30 16:38:18 +00:00
Adam Kennedy
94305d4df0 Final prep for release 2009-03-28 16:38:47 +00:00
Adam Kennedy
0334e4cca5 Adding an abstract 2009-03-27 10:47:47 +00:00
Adam Kennedy
9cec70c022 Final release prep 2009-03-27 10:42:33 +00:00
Adam Kennedy
069c5fd7d6 Fixing RT link 2009-03-27 09:36:33 +00:00