Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Prepping for next release, updated TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
chotchki committed Jul 19, 2021
1 parent b59a9f5 commit 4f5c3f6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository = "https://github.com/chotchki/feophant"
keywords = ["sql", "database", "feophant"]
categories = ["database-implementations"]
license = "AGPL-3.0-or-later"
version = "0.6.0"
version = "0.7.0"
edition = "2018"
exclude = [
"docs/*",
Expand Down
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Implement unique indexes. Inserts should fail on violations.

**Path to 0.9**

At this point I have enough infrastructure to start caring about transactions. Implement filtering of tuples based on visibility rules. (done)
Implement where clauses, will likely need to have to start tracing columns from analyizing through to later stages.

**Path to 0.10**

Expand All @@ -66,6 +66,26 @@ Ensure data about table structures is thread safe in the face of excessive Arc u

**Path to 0.13**

Support a row with more than 4kb of text in it.

**Path to 0.14**

Implement sorting.

**Path to 0.15**

Implement column aliasing

**Path to 0.16**

Implement subselect.

**Path to 0.17**

Implement Updates.

**Path to 0.18**

Did some reading on how the buffer manager works and my implementation seems to be firmly in the right direction. Take that knowledge and implement persistence

**1.0 Release Criteria**
Expand Down

0 comments on commit 4f5c3f6

Please sign in to comment.