diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-10-17 10:59:24 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-10-17 10:59:26 +0200 |
commit | b24f614f0f6aa8363b12f007a44a5d4bc41ec739 (patch) | |
tree | d509efb7bc312af2596761e3c1c8bf4083725c20 /anissue.cabal | |
parent | da12170e694872fd91f81a27748eed07dc3f75cc (diff) |
make filter type-aware
We interpret the following types:
- ISO8601-formatted strings as dates,
- integer-formatted strings as integers,
- all other strings as strings.
If the filter value matches a format, it is cast into the respective
data type. For comparison-based filtering, the tag's value is then cast
into the same data type and comparison is performed type-aware. If the
tag's value is not castable, we consider it not matching.
Diffstat (limited to 'anissue.cabal')
-rw-r--r-- | anissue.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/anissue.cabal b/anissue.cabal index 8988ebf..732a5e4 100644 --- a/anissue.cabal +++ b/anissue.cabal @@ -114,6 +114,7 @@ executable anissue DisambiguateRecordFields DuplicateRecordFields ForeignFunctionInterface + GADTs LambdaCase OverloadedRecordDot OverloadedStrings |