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

307 commits

Author SHA1 Message Date
Kenichi Ishigaki
12d7cdda62 DBD-SQLite: removed unused variables to suppress warnings at compile time 2009-04-05 13:24:45 +00:00
Kenichi Ishigaki
d6188520e6 DBD-SQLite: updated Changes 2009-04-05 13:05:37 +00:00
Kenichi Ishigaki
6b8dc80622 DBD-SQLite: applied an enable_load_extension patch from RT #32998 2009-04-05 13:04:56 +00:00
Kenichi Ishigaki
0f85d36044 DBD-SQLite: updated Changes 2009-04-05 12:37:26 +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
38451d9dc1 DBD-SQLite: added error handling 2009-04-05 12:20:10 +00:00
Kenichi Ishigaki
7341f396bc DBD-SQLite: updated Changes 2009-04-05 10:18:19 +00:00
Kenichi Ishigaki
6e265cb9e2 DBD-SQLite: added a test for NULLABLE 2009-04-05 10:17:19 +00:00
Kenichi Ishigaki
d7104b39ff DBD-SQLite: implemented NULLABLE attribute to resolve RT #40594 2009-04-05 10:16:45 +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
778fc853b4 DBD-SQLite: updated Changes 2009-04-05 02:51:59 +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
a3b6b5586b DBD-SQLite: updated Changes 2009-04-05 02:09:29 +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
Adam Kennedy
4def999402 Whitespace and miscellaneous cleanup 2009-04-05 02:00:01 +00:00
Darren Duncan
f3ef52b1ff updated changelog re t/28 2009-04-05 01:43:58 +00:00
Darren Duncan
baf5d75f2f fixed t/28 that broke following Test.pm update 2009-04-05 01:31:36 +00:00
Adam Kennedy
1732905790 Noting some more minor changes 2009-04-05 00:30:55 +00:00
Adam Kennedy
9d55c7c4ea Adding a warning when warnings are turned on for the connection 2009-04-05 00:30:26 +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
31996481e2 Tweaks 2009-04-04 22:49:28 +00:00
Adam Kennedy
8d35387d9a Removing repository tags for things that won't update 2009-04-04 22:48:25 +00:00
Adam Kennedy
5d2c0f29bf Adding a dependency on Test::NoWarnings and added build_requires entries for the Test:: modules 2009-04-04 22:48:02 +00:00
Darren Duncan
ca20f1a11c updated Changes re fix for RT44779 2009-04-04 22:11:38 +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
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