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

75 commits

Author SHA1 Message Date
Adam Kennedy
0ede9e1124 Preparing for 1.21 release 2009-04-08 01:16:57 +00:00
Tatsuhiko Miyagawa
a90d0d6146 Added more test to asymmetric_unicode to make sure binding param works 2009-04-08 00:12:59 +00:00
Adam Kennedy
ac243161a9 Capture, test and squelch the warning 2009-04-07 23:26:48 +00:00
Tatsuhiko Miyagawa
be2e535f53 Added more tests to asymmetric_unicode.t to make sure the inserted string's length is 1 besides null 2009-04-07 22:05:13 +00:00
Kenichi Ishigaki
583abd817e DBD-SQLite: added a test; execute on inactive error should return undef, not 0 2009-04-07 17:17:19 +00:00
Adam Kennedy
bf9515d516 Disable known-bad release 2009-04-07 13:41:08 +00:00
Adam Kennedy
4b18420835 Updating version to a production release 2009-04-07 13:36:38 +00:00
Adam Kennedy
690d7472f3 Adding failing test for the asymmetric unicode bug 2009-04-05 23:56:09 +00:00
Adam Kennedy
788904db72 Updating version to _11 and adding Changes entries 2009-04-05 23:43:36 +00:00
Adam Kennedy
85300f62f1 Now I can have my fancy module without CORION's hated dependency :)
Bundling Test::NoWarnings into inc
2009-04-05 23:42:14 +00:00
Max Maischein
df0e738393 Fixed t/12* to make Test::NoWarnings optional 2009-04-05 19:48:09 +00:00
Max Maischein
9dbd444ccb Make Test::NoWarnings optional. Please don't litter/burden DBD::SQLite with fancy prerequisites 2009-04-05 19:33:19 +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
Kenichi Ishigaki
3be3e9ac87 DBD-SQLite: added a regression test for RT #29629; it seems this has already been fixed. 2009-04-05 12:29:43 +00:00
Kenichi Ishigaki
eea2f95eaf DBD-SQLite: added PrintError => 0 2009-04-05 12:21:07 +00:00
Kenichi Ishigaki
6e265cb9e2 DBD-SQLite: added a test for NULLABLE 2009-04-05 10:17:19 +00:00
Kenichi Ishigaki
0dd41aefb3 DBD-SQLite: added a test for RT #36838; seems no problem for me, though 2009-04-05 05:28:53 +00:00
Adam Kennedy
9af168bc3c Correcting the version 2009-04-05 03:09:34 +00:00
Kenichi Ishigaki
5f2071dfa2 DBD-SQLite: added a regression test reported by #27553 (this has already been fixed) 2009-04-05 02:48:53 +00:00
Kenichi Ishigaki
1ce0a42724 DBD-SQLite: added a test against binding weird number param 2009-04-05 02:35:06 +00:00
Adam Kennedy
0c6f7fb3bd Cleaning up the test 2009-04-05 02:32:10 +00:00
Kenichi Ishigaki
14b5e9270b DBD-SQLite: hopefully resolved RT #29058; don't quote (as text) when a bind param look like a number 2009-04-05 02:05:15 +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
Darren Duncan
baf5d75f2f fixed t/28 that broke following Test.pm update 2009-04-05 01:31:36 +00:00
Adam Kennedy
ad60a824b9 Clean on END 2009-04-05 00:29:22 +00:00
Adam Kennedy
833e560411 Adding failing test 2009-04-05 00:28:55 +00:00
Adam Kennedy
199187bbfc Wrap in Test::NoWarnings 2009-04-04 23:01:39 +00:00
Adam Kennedy
2bed12654d Wrap the initial database code in a scope 2009-04-04 22:01:41 +00:00
Adam Kennedy
a95211acc0 Rewrote to use Test::More 2009-04-04 22:00:35 +00:00
Adam Kennedy
40d6ff35c1 Rewrote 28_changestyle.t in Test::More style 2009-04-04 20:19:25 +00:00
Adam Kennedy
e87308e952 Cleared as many simple, obvious or duplicate RT bugs as I could find 2009-04-04 04:19:55 +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
431109b9b4 Make sure we rollback 2009-04-04 02:56:41 +00:00
Adam Kennedy
193d8e8f52 All those explicit disconnects are no longer required 2009-04-04 02:54:00 +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
Adam Kennedy
ec81ab8513 Removing the use of DBI_AUTOPROXY 2009-04-03 20:28:01 +00:00
Adam Kennedy
6988f6c9f4 Updating the t::lib::Test version 2009-04-03 20:19:50 +00:00
Adam Kennedy
710575aee8 Streamllining the naming scheme 2009-04-03 20:19:01 +00:00
Adam Kennedy
872a54eea9 Streamllining the naming scheme 2009-04-03 20:16:26 +00:00
Max Maischein
9ba23acd7a Added a canary test for #RT 36836 2009-04-03 19:46:29 +00:00
Max Maischein
1591f375b9 re-enable and fix t/70schemachange.t as per RT #43448 2009-04-03 19:30:50 +00:00
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
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