Adam Kennedy
51bd0c50ff
Completed the migration away from and deprecation of t/lib.pl
2009-04-17 04:24:04 +00:00
Adam Kennedy
22877e97e9
We don't need to issue a warnings for commit while AutoCommit enabled, because the DBI layer does it already for us.
2009-04-17 02:55:58 +00:00
Adam Kennedy
e7c3a8afae
We don't need to issue a warnings for commit while AutoCommit enabled, because the DBI layer does it already for us.
2009-04-17 02:55:44 +00:00
Adam Kennedy
03e95f6454
We don't need to issue a warnings for commit while AutoCommit enabled, because the DBI layer does it already for us.
2009-04-17 02:55:31 +00:00
Alexandr Ciornii
2adde5af8c
Require Win32.pm on Windows
2009-04-16 22:34:46 +00:00
Adam Kennedy
be6c4d5caa
Converted another batch of tests from lib.pl to t::lib::Test
2009-04-16 03:08:14 +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
530cbdb8b4
Adding a missing $
2009-04-16 00:55:47 +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
dfd5fc6f14
DBD-SQLite: avoid tweak if dbname is ':memory:'
2009-04-15 20:44:23 +00:00
Kenichi Ishigaki
497126b058
DBD-SQLite: updated Changes
2009-04-15 20:38:07 +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
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
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
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
a2fdf8c3f9
Releasing
2009-04-14 15:42:57 +00:00
Kenichi Ishigaki
cb3c6605b0
DBD-SQLite: updated Changes
2009-04-14 12:37:17 +00:00
Kenichi Ishigaki
1d5d163a8b
DBD-SQLite: tweaked Makefile.PL to support older HP-UX
2009-04-14 12:35:45 +00:00
Kenichi Ishigaki
de2f662a34
DBD-SQLite: added -DSQLITE_OMIT_LOAD_EXTENSION for older HP-UX
2009-04-14 10:26:27 +00:00
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