From 1e2d7839ba0d5767132759dabe2994a8a8086ffc Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Sat, 3 Nov 2018 21:10:33 +0900 Subject: [PATCH] updated Changes --- Changes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changes b/Changes index 776fc25..58e110c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Changes for Perl extension DBD-SQLite +1.59_03 2018-11-03 + - Added a note on the long standing bug on TYPE statement + handle attribute + - Applied a doc patch on Virtual::PerlData by Björn Höhrmann + (GH-31) + 1.59_02 2018-09-30 - Upgraded SQLite to 3.25.2 @@ -9,6 +15,7 @@ Changes for Perl extension DBD-SQLite - Added ::GetInfo (GH#32, Brendan Byrd) - Fix to use a PV value as a virtual table column value where appropriate (RT-124941) + - Add deferrability to foreign_key_info (mohawk2) 1.58 2018-03-28 - Switched to a production version.