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 02:51:59 +00:00
parent 5f2071dfa2
commit 778fc853b4

View file

@ -19,6 +19,8 @@ Changes for Perl extension DBD-SQLite.
the DBI documentation (ADAMK)
- Resolved #29058: don't quote a bind param (as a text) if it
looks like a number (ISHIGAKI)
- Resolved #27553: prepare_cached and analyze issue (actually
this has been fixed before) (ISHIGAKI)
1.19_08 Sat 4 Apr 2009
- Bumped minimum DBI dependency to 1.43 so last_insert_id is supported