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

11 commits

Author SHA1 Message Date
Kenichi Ishigaki
c84a0a9781 use done_testing and remove plan tests 2019-01-06 09:03:41 +09:00
Kenichi Ishigaki
11c2f4e70f use warnings 2019-01-02 21:17:30 +09:00
Kenichi Ishigaki
12ab284322 removed shebang from tests 2019-01-02 21:10:51 +09:00
Kenichi Ishigaki
1d665d8661 fetching attributes from a statement handle whose database handle is disabled should return an error, instead of coredump under perl with -fsanitize=address
- reported by Peter Rabbitson
2018-03-21 15:04:09 +09:00
Peter Rabbitson
c4eab85ff7 Workaround for upcoming lack of dot in @INC ( RT#120444, sigh )
Zero functional changes, simply executed the following:

find . -name '*.t' -exec perl -0777 -p -i -e 's|^use t::lib::SQLiteTest|use lib "t/lib";\nuse SQLiteTest|m' {} +

Also had to do a manual (but identical) fix in t/01_compile.t
2017-05-05 00:48:33 +02:00
Kenichi Ishigaki
434aea6479 rename t/lib/Test.pm to t/lib/SQLiteTest.pm 2017-03-04 15:04:39 +09:00
Kenichi Ishigaki
1dcd2489c0 DBD::SQLite: better hide the intentional error 2009-10-19 07:13:08 +00:00
Kenichi Ishigaki
2e0020b3eb DBD::SQLite: turned off the RaiseError as we changed invalid close to an error 2009-10-19 07:09:41 +00:00
Kenichi Ishigaki
906756fee5 DBD-SQLite: fixed 32_inactive_error test to get a proper warning 2009-04-09 04:32:32 +00:00
Adam Kennedy
ac243161a9 Capture, test and squelch the warning 2009-04-07 23:26:48 +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