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

Commit

Permalink
Selects are functioning, time for the next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
chotchki committed Jul 14, 2021
1 parent 69bf520 commit c9c2542
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.4.0"
version = "0.5.0"
edition = "2018"
exclude = [
"docs/*",
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ Implement single non joined select. No wildcards, aliases or other items. (Done)

Going to take some extra time to add unit tests.

Nvm, I think I'm happy where I'm at until I get better column tracing.

Starting 0.5 release process.

**Path to 0.6**

Implement nullable columns, the underlying data structures already support it. Would move this up except that I don't have an easy way to test it. (done)
Expand Down

0 comments on commit c9c2542

Please sign in to comment.