Add an "Any" type to PDL #17
Notifications
Due Date
No due date set.
Depends on
#18 Ensure that byte counts in tag CNs are consistent
sashakoshka/hopp
Reference: sashakoshka/hopp#17
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We implicitly switch to from static to dynamic decoding/encoding whenever a table with an undefined schema is seen, but there is no way to just dynamically encode a single arbitrary value. This is pretty much necessary for MOSS or really any other database protocol.
https://git.tebibyte.media/sashakoshka/hopp/src/branch/any-type
Working on the static system currently, need to remember the dynamic system as well
Because we are testing the interaction between static and dynamic systems, #18 needs to be solved before the solution can properly be tested.