[jOOQ/jOOQ#12887] Support parsing WEEK_OF_YEAR date part
This commit is contained in:
parent
01e9658b50
commit
9bb9eff764
@ -10336,6 +10336,7 @@ final class DefaultParseContext extends AbstractScope implements ParseContext {
|
||||
case 'W':
|
||||
if (parseKeywordIf("WEEK") ||
|
||||
parseKeywordIf("WEEKS") ||
|
||||
parseKeywordIf("WEEK_OF_YEAR") ||
|
||||
parseKeywordIf("WK") ||
|
||||
parseKeywordIf("WW"))
|
||||
return DatePart.WEEK;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user