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

Noting that #44779 is resolved

This commit is contained in:
Adam Kennedy 2009-04-06 21:22:46 +00:00
parent 5dee4f7d5c
commit bb95cddb01

View file

@ -4,6 +4,8 @@ Changes for Perl extension DBD-SQLite.
- Check DBI version in Makefile.PL (CHORNY)
- Bundling Test::NoWarings into /inc to remove a dependency (ADAMK)
- Correcting use 5.00503 to 5.006 in SQLite.pm (ADAMK)
- Resolved #44779: [t/03insert.t] last_insert_id returns undef where
4 is expected (ADAMK)
1.19_10 Mon 6 Apr 2009
- A few more tests moved to Test::More (ADAMK)