Adam Kennedy
|
f0d8426470
|
Minor changes to we pass version dependency checks
|
2009-04-03 19:05:14 +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
|
055d3393e1
|
Preparing to release
|
2009-04-03 17:14:27 +00:00 |
|
Adam Kennedy
|
94d039ad72
|
Moving to updated version number
|
2009-04-03 17:14:03 +00:00 |
|
Adam Kennedy
|
3f0f9ca82c
|
Refactoring away needless test complexity
|
2009-04-03 17:07:49 +00:00 |
|
Adam Kennedy
|
d5302acfba
|
This test is irrelevant for SQLite
|
2009-04-03 16:33:35 +00:00 |
|
Adam Kennedy
|
047a9c5a60
|
Removing name shortening
|
2009-04-03 15:38:17 +00:00 |
|
Adam Kennedy
|
059feb36ee
|
Test cleanup
|
2009-04-03 15:37:51 +00:00 |
|
Adam Kennedy
|
675a0fcf7a
|
Use underscores consistently in all test names
|
2009-04-03 15:23:24 +00:00 |
|
Adam Kennedy
|
fb6b75ecb9
|
A more accurate name
|
2009-04-03 15:22:38 +00:00 |
|
Adam Kennedy
|
c454bfa5f0
|
Moving unnumbered tests into the test numbering scheme
|
2009-04-03 15:21:40 +00:00 |
|
Adam Kennedy
|
86c057f680
|
Adding t::lib::Test, to reduce the amount of duplicated code in the newer Test::More tests
|
2009-04-03 15:20:31 +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
|
99ad2b4e23
|
DBD-SQLite: fixed DBIC reconnection issue by a patch from DMAKI++
|
2009-04-03 10:07:12 +00:00 |
|
Kenichi Ishigaki
|
6662ea6fff
|
DBD-SQLite: fixed a "my" masks earlier declaration warning.
|
2009-04-03 05:26:53 +00:00 |
|
Kenichi Ishigaki
|
4ea7c29274
|
DBD-SQLite: oops, dbdimp.h was broken by that commit, too
|
2009-04-03 05:24:40 +00:00 |
|
Kenichi Ishigaki
|
3a2bab1072
|
DBD-SQLite: united END blocks
|
2009-04-02 19:05:17 +00:00 |
|
Kenichi Ishigaki
|
2edda2f41f
|
DBD-SQLite: as t/70schemachange uses "fork", a cleanup code shouldn't be in the END block
|
2009-04-02 18:57:34 +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 |
|
Kenichi Ishigaki
|
842670d269
|
DBD-SQLite: lib was broken
|
2009-04-02 17:56:50 +00:00 |
|
Kenichi Ishigaki
|
d5b7c10be0
|
DBD-SQLite: updated Changes
|
2009-04-02 11:43:49 +00:00 |
|
Kenichi Ishigaki
|
47a7d1a03f
|
DBD-SQLite: switched from Test.pm to Test::More, but there're still some tests that don't use Test::More...
|
2009-04-02 11:38:29 +00:00 |
|
Kenichi Ishigaki
|
a8f37fa973
|
DBD-SQLite: added a setup code to insert/select tests, which depended on the result of the previous tests.
|
2009-04-02 11:29:23 +00:00 |
|
Kenichi Ishigaki
|
b8d35dddbd
|
DBD-SQLite: removed 99cleanup test as each test has its own cleanup block now
|
2009-04-02 11:24:41 +00:00 |
|
Kenichi Ishigaki
|
3330bd7468
|
DBD-SQLite: added "cleanup" blocks to the tests to allow each test run clean and separately (note: three tests are currently broken -- fixes follow soon)
|
2009-04-02 11:23:35 +00:00 |
|
Kenichi Ishigaki
|
fbedeb1a93
|
DBD-SQLite: added "use strict"s (and some "use vars"s and "my"s) to the tests
|
2009-04-02 11:04:42 +00:00 |
|
Kenichi Ishigaki
|
9bdfb9c0bb
|
DBD-SQLite: use "strict" and "use_ok"; and removing directories (irrelevant to this test) here is not a good practice
|
2009-04-02 10:23:51 +00:00 |
|
Kenichi Ishigaki
|
e1a9d91e5c
|
DBD-SQLite: removed a dbdadmin test; this is not a test for SQLite but for mysql
|
2009-04-02 10:19:44 +00:00 |
|
Kenichi Ishigaki
|
52090271f0
|
DBD-SQLite: updated Changes
|
2009-04-02 08:14:57 +00:00 |
|
Kenichi Ishigaki
|
159318cf6f
|
DBD-SQLite: apply a patch to fix segfault by TOKUHIROM++
|
2009-04-02 07:56:51 +00:00 |
|
Adam Kennedy
|
1c55ed52a0
|
Tiny tweak
|
2009-04-02 04:13:18 +00:00 |
|
Kenichi Ishigaki
|
75a99648de
|
DBD-SQLite: let's always use the bundled library as we're bundling the latest one.
|
2009-04-02 01:18:30 +00:00 |
|
Kenichi Ishigaki
|
6e74fa6ca3
|
DBD-SQLite: updated Changes
|
2009-04-02 00:51:37 +00:00 |
|
Kenichi Ishigaki
|
6c843aa52b
|
DBD-SQLite: this change silences those Class::DBI prepared_cache warnings, though I'm not still fully investigated if this is the right fix.
|
2009-04-02 00:36:01 +00:00 |
|
Kenichi Ishigaki
|
4ceceb07f1
|
DBD-SQLite: restored the previous effort r5858 removed by mistake
|
2009-04-01 13:49:31 +00:00 |
|
Kenichi Ishigaki
|
9c456f6082
|
DBD-SQLite: updated Changes as 0.04 is already released.
|
2009-04-01 10:47:54 +00:00 |
|
Kenichi Ishigaki
|
59943926a8
|
DBD-SQLite: use locale may not work well under the windows, especially for the non-westerners
|
2009-04-01 10:44:07 +00:00 |
|
Max Maischein
|
044e2f4038
|
Fixed failing t/07busy.t, fixed Changes file, bumped version to _05
|
2009-03-31 21:45:00 +00:00 |
|
Max Maischein
|
76a76e7855
|
Collation merged with main branch
|
2009-03-31 21:24:19 +00:00 |
|
Max Maischein
|
1926c56d66
|
More temp files into .gitignore
|
2009-03-31 21:24:16 +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 |
|
Kenichi Ishigaki
|
169df91c28
|
DBD-SQLite: updated Changes
|
2009-03-31 15:32:13 +00:00 |
|
Kenichi Ishigaki
|
ebc9d17ee9
|
DBD-SQLite: bumped up the bundled library to 3.6.12
|
2009-03-31 15:31:13 +00:00 |
|
Adam Kennedy
|
735d55875f
|
Removing noise
|
2009-03-30 21:29:24 +00:00 |
|
Adam Kennedy
|
9551452076
|
Tweak
|
2009-03-30 21:27:08 +00:00 |
|
Adam Kennedy
|
009ac8094a
|
Preparing for release
|
2009-03-30 21:24:10 +00:00 |
|
Adam Kennedy
|
7336339255
|
The intent of the dev releases is to stimulate failures, removed skip
|
2009-03-30 21:23:25 +00:00 |
|
Max Maischein
|
ddf38fd4c4
|
Bumped version
|
2009-03-30 16:38:24 +00:00 |
|