sxt-proof-of-sql
sxt-proof-of-sql copied to clipboard
Space and Time | Proof of SQL
# Rationale for this change After #283, the `math::decimal` module is a bit untidy, especially around error types and tests. # What changes are included in this PR? This reorganizes...
# Background and Motivation The --no-default-features flag in our CI pipeline is generating around 800 errors during testing, as some parts of the code rely on std and default features....
# Background and Motivation **NOTE**: https://github.com/spaceandtimelabs/sxt-proof-of-sql/issues/230 should be completed before this ticket can be done. Additionally, be aware that some of the code changes for this issue are likely to...
Here: https://github.com/spaceandtimelabs/sxt-proof-of-sql/blob/6740144a5d3d01583d264d2560e68ff5f0025b22/crates/proof-of-sql/src/base/database/owned_column_operation.rs#L182 Here: https://github.com/spaceandtimelabs/sxt-proof-of-sql/blob/6740144a5d3d01583d264d2560e68ff5f0025b22/crates/proof-of-sql/src/base/database/owned_column_operation.rs#L316 And Here: https://github.com/spaceandtimelabs/sxt-proof-of-sql/blob/6740144a5d3d01583d264d2560e68ff5f0025b22/crates/proof-of-sql/src/base/database/owned_column_operation.rs#L450 @iajoiner I must have forgotten about these when we wrapped up timestamp, sorry about that. What are the above lines used for? Because...