sxt-proof-of-sql icon indicating copy to clipboard operation
sxt-proof-of-sql copied to clipboard

Space and Time | Proof of SQL

Results 44 sxt-proof-of-sql issues
Sort by recently updated
recently updated
newest added

Please be sure to look over the pull request guidelines here: https://github.com/spaceandtimelabs/sxt-proof-of-sql/blob/main/CONTRIBUTING.md#submit-pr. # Please go through the following checklist - [x] The PR title and commit messages adhere to guidelines...

# Background and Motivation This issue is a subtask in https://github.com/spaceandtimelabs/sxt-proof-of-sql/issues/235. In short since we plan to add more SQL features we plan to switch to the [`sqlparser`](https://crates.io/crates/sqlparser) crate which...

refactor

# Background and Motivation This issue is a subtask in https://github.com/spaceandtimelabs/sxt-proof-of-sql/issues/235. In short since we plan to add more SQL features we plan to switch to the [`sqlparser`](https://crates.io/crates/sqlparser) crate which...

refactor

# Background and Motivation This issue is a subtask in https://github.com/spaceandtimelabs/sxt-proof-of-sql/issues/235. In short since we plan to add more SQL features we plan to switch to the [`sqlparser`](https://crates.io/crates/sqlparser) crate which...

refactor

# Background and Motivation This issue is a subtask in https://github.com/spaceandtimelabs/sxt-proof-of-sql/issues/235. In short since we plan to add more SQL features we plan to switch to the [`sqlparser`](https://crates.io/crates/sqlparser) crate which...

refactor

# Background and Motivation This issue is a subtask in https://github.com/spaceandtimelabs/sxt-proof-of-sql/issues/235. In short since we plan to add more SQL features we plan to switch to the [`sqlparser`](https://crates.io/crates/sqlparser) crate which...

refactor

# Background and Motivation This issue is a subtask in https://github.com/spaceandtimelabs/sxt-proof-of-sql/issues/235. In short since we plan to add more SQL features we plan to switch to the [`sqlparser`](https://crates.io/crates/sqlparser) crate which...

refactor

# Background and Motivation We need to expand [column_operation.rs](https://github.com/spaceandtimelabs/sxt-proof-of-sql/blob/main/crates/proof-of-sql/src/base/database/column_operation.rs) to include column-literal operations so that we can define accurate and fast operations on `ColumnarValue`s. # Changes Required - [ ]...

enhancement

# Please go through the following checklist - [x] The PR title and commit messages adhere to guidelines here: https://github.com/spaceandtimelabs/sxt-proof-of-sql/blob/main/CONTRIBUTING.md. In particular `!` is used if and only if at...

🙋 Bounty claim

# Rationale for this change Expand examples # What changes are included in this PR? # Are these changes tested? No