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

17 commits

Author SHA1 Message Date
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
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
673c28b0e0 Added collations and progress 2009-03-31 21:24:12 +00:00
Adam Kennedy
735d55875f Removing noise 2009-03-30 21:29:24 +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
8a3bbc1827 First transplantation of the column_info fixes 2009-03-30 16:38:18 +00:00
Kenichi Ishigaki
637108603a DBD-SQLite: made t/08create_function's error test skip; set DBD_SQLITE_TODO=1 to test 2009-03-30 02:58:02 +00:00
Ash Berlin
1462ad6a0b Update test to use something other than ok() 2009-03-28 22:35:24 +00:00
Kenichi Ishigaki
aafc0692a4 DBD-SQLite: and the previous prototype fix also makes the broken t/08create_function test work again 2009-03-28 04:06:57 +00:00
Adam Kennedy
23feb5331b Adding a known-bad skip 2009-03-27 10:42:21 +00:00
Kenichi Ishigaki
bf55046e77 DBD::SQLite: skip 70schemachange test for Windows users, as Windows doesn't allow emulated fork process to change active database's schema 2009-01-29 02:27:16 +00:00
Adam Kennedy
d3c816b701 Importing DBD::SQLite 1.14 from the CPAN 2009-01-24 09:59:18 +00:00