Index: lib/System.Data.SQLite/common.eagle ================================================================== --- lib/System.Data.SQLite/common.eagle +++ lib/System.Data.SQLite/common.eagle @@ -1866,11 +1866,13 @@ if {[string length $value] == 0} then { return $default } if {[catch { - set dateTime [object invoke -create DateTime ParseExact \ + set dateTime [object invoke -create \ + -parametertypes [list String String IFormatProvider \ + System.Globalization.DateTimeStyles] DateTime ParseExact \ $value [getDateTimeFormat] null AdjustToUniversal] }]} then { return $default }