This (weird) query:
select cast('Apr' as date format 'YEAR MON') from rdb$database;
-- fails with following output:
1) 6.0.0.2052:
Statement failed, SQLSTATE = HY000
Cannot find value in input string for "YEAR" pattern
(gdscode = 335545315)
2) 6.0.0.2060:
Statement failed, SQLSTATE = HY000
Cannot recognize "" part of date format(gdscode = 335545293)
The first message seems much clearer (and second does not contain 'year' )
Can it be used as it was before
#da137310 , or just to add 'YEAR' incurrent text ?
//
Correct behavior of YEAR pattern (#9052)