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

1526 commits

Author SHA1 Message Date
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
Max Maischein
c28ea3c53e Updated Changes 2009-03-30 16:38:22 +00:00
Max Maischein
151ddcdcf4 Added .gitignore to work under git 2009-03-30 16:38:21 +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
Adam Kennedy
94305d4df0 Final prep for release 2009-03-28 16:38:47 +00:00
Kenichi Ishigaki
521eeea05a DBD-SQLite: updated Changes 2009-03-28 04:08:08 +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
Kenichi Ishigaki
c680c036c5 DBD-SQLite: added/updated several prototypes 2009-03-28 04:02:53 +00:00
Kenichi Ishigaki
1673b29ce6 DBD-SQLite: forgot to add newly-added backup.c 2009-03-28 03:29:36 +00:00
Kenichi Ishigaki
f5291ee0dc DBD-SQLite: updated Changes 2009-03-28 03:21:46 +00:00
Kenichi Ishigaki
61a5ea496f DBD-SQLite: updated bundled sqlite from 3.6.10 to 3.6.11 2009-03-28 03:18:33 +00:00
Alex Vandiver
c2bbe22fd5 Fix for "WriteMakefile: Need even number of args" when @CC_LIBS is defined 2009-03-27 22:25:57 +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
23feb5331b Adding a known-bad skip 2009-03-27 10:42:21 +00:00
Adam Kennedy
069c5fd7d6 Fixing RT link 2009-03-27 09:36:33 +00:00
Adam Kennedy
c4c721cfd9 Documentation nigglies 2009-03-27 09:31:03 +00:00
Adam Kennedy
2bb94dc449 Tweak 2009-03-27 09:22:33 +00:00