Add timestamp todo

This commit is contained in:
Paul Brinkmeier 2024-01-08 15:38:42 +01:00
parent 4bf489c554
commit f8904ccc01

View File

@ -69,6 +69,7 @@ getScoreByAge conn = do
- [x] Test negative integer decoding, especially for `Integer`
- [ ] Implement time intervals
- [ ] and zoned time decoding
- [ ] How about `timezone`? This could prove problematic when the server and application have different time zones
- [ ] Implement `fetch` (`fetch_` but with parameter passing)
- [ ] Implement JSON decoding
- [ ] Implement (anonymous) composite types