Allow reading TIMESTAMP_TZ data types #42
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Also updated the clj-nix flake to v4 and regenerated the deps-lock file because I couldn't build without taking these steps. Maybe the better approach would be to not bump clj-nix and instead re-lock with an older version of clj-nix?
I think the issue is that the readme mentions a command to invoke the deps locker too but that is unpinned, so you can generate a newer lockfile than the project build wants to work with. I'm not a Nix user though so I will leave that up to your discretion.
I have not modified any of the write side of things that I think are there because I just don't know enough yet and I only need read side, I assume read is better than nothing. If you would like me to make further changes I'm happy to work with your guidance.
We have published this build at https://clojars.org/st.gower/tmducken for our use internally for now, just in case anyone needs this same change or wants to test this out quickly.
Thanks a lot for the cool tool!