beam icon indicating copy to clipboard operation
beam copied to clipboard

Add 'week' to date extraction

Open mankyKitty opened this issue 4 years ago • 1 comments

This change adds the week_ field to the list of fields that can be extract from HasSqlDate compatible fields.

This will be a breaking change for anyone that manipulates or consumes the AST as there is a new field added to the IsSql92ExtractFieldSyntax typeclass and a new constructor to ExtractField.

mankyKitty avatar Oct 25 '21 11:10 mankyKitty

Can you rebase to fix the CI?

kmicklas avatar Nov 08 '21 14:11 kmicklas