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 13:05:37 +00:00
parent 6b8dc80622
commit d6188520e6

View file

@ -4,6 +4,7 @@ Changes for Perl extension DBD-SQLite.
- Resolved #40594: $sth->{NULLABLE} implementation (ISHIGAKI)
- Resolved #29629: sqlite where length issue (actually this has
been fixed before) (ISHIGAKI)
- Applied an enable_load_extension patch from RT #32998 (ISHIGAKI)
1.19_09 Sun 5 Apr 2009
- Require perl 5.6 because dependencies require it