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
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
5e7f3ea9a6 Minor tweaks 2009-04-04 21:56:50 +00:00
Adam Kennedy
44e971c64b Whitespace and comment cleaning 2009-04-04 21:56:24 +00:00
Adam Kennedy
b9dbded412 Minor whitespace and comment cleanups 2009-04-04 21:55:19 +00:00
Adam Kennedy
3a838c0861 Updated ppport.h to the most recent version 3.17 2009-04-04 21:54:45 +00:00
Adam Kennedy
83ab77fd68 #define dbd_db_last_insert_id is not longer optional 2009-04-04 21:40:47 +00:00
Adam Kennedy
f7184adfcb Indenting comments 2009-04-04 20:53:52 +00:00
Adam Kennedy
40d6ff35c1 Rewrote 28_changestyle.t in Test::More style 2009-04-04 20:19:25 +00:00
Adam Kennedy
e5137661d0 Fixing capitalisation in the Changes file 2009-04-04 17:01:37 +00:00
Alexandr Ciornii
80f470fa23 3-arg open in Makefile.PL 2009-04-04 09:51:55 +00:00
Alexandr Ciornii
1dbf2ad75c remove code for old DBI 2009-04-04 09:32:09 +00:00
Alexandr Ciornii
77384b193a require perl 5.6 because dependencies require it 2009-04-04 09:31:21 +00:00
Kenichi Ishigaki
4b57777785 DBD-SQLite: changed eol 2009-04-04 06:30:38 +00:00
Adam Kennedy
c55e2a9c64 Preparing for release 2009-04-04 04:21:02 +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
b5f34446c3 Changed finalize to reset per RT #32100 et al 2009-04-04 03:01:40 +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
fdd27a3fb4 Deleting temp script 2009-04-03 23:05:23 +00:00
Adam Kennedy
b5a6806d85 Adding a test case reported on RT 2009-04-03 21:43:14 +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
Max Maischein
6adac653fe Bumped version to 1.19_07 2009-04-03 19:30:49 +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
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