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

DBD-SQLite: updated Changes

This commit is contained in:
Kenichi Ishigaki 2009-04-05 12:37:26 +00:00
parent 3be3e9ac87
commit 0f85d36044

View file

@ -2,6 +2,8 @@ Changes for Perl extension DBD-SQLite.
1.19_10 not yet released
- Resolved #40594: $sth->{NULLABLE} implementation (ISHIGAKI)
- Resolved #29629: sqlite where length issue (actually this has
been fixed before) (ISHIGAKI)
1.19_09 Sun 5 Apr 2009
- Require perl 5.6 because dependencies require it