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

updated Changes

This commit is contained in:
Kenichi Ishigaki 2010-05-27 05:42:11 +00:00
parent ed9b90d4c1
commit 26e1c4705f

View file

@ -6,6 +6,8 @@ Changes for Perl extension DBD-SQLite
Ansgar Burchardt) (ISHIGAKI)
- Added compile_options() to get compile options (ISHIGAKI)
- Fixed punctuation; suggested by Father Chrysostomos (ISHIGAKI)
- Ignore unknown collations, as they may be installed without
using DBD::SQLite's api. This should help ICU plugin. (ISHIGAKI)
1.30_02 Tue 30 Mar 2010
- Implemented sqlite_use_immediate_transaction database handle