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

Commit

Permalink
Incrementing Cargo for the next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
chotchki committed Oct 10, 2021
1 parent 8bee760 commit 64a5432
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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.8.0"
version = "0.9.0"
edition = "2018"
exclude = [
"docs/*",
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,4 @@ Rust's inability to treat enum variants as a type is a HUGE pain. I end up havin

## Legal Stuff (Note I'm not a lawyer!)

I am explicitly striving for SQL+Driver compatibility with [PostgreSQL](https://www.postgresql.org) so things such as system tables and code that handles them will be named the same. I don't think this violates their [trademark policy](https://www.postgresql.org/about/policies/trademarks/) but if I am please just reach out to me! I have also gone with a pretty restrictive license but I'm not tied to it if that is causing an issue for others who are using the code.

test engine::analyzer::definition_lookup::tests::test_def_lookup has been running for over 60 seconds
test engine::io::block_layer::free_space_manager::tests::test_get_next has been running for over 60 seconds
test engine::io::row_manager::tests::test_row_manager_crud has been running for over 60 seconds
test engine::io::row_manager::tests::test_row_manager_mass_insert has been running for over 60 seconds
test engine::tests::create_insert_select has been running for over 60 seconds
I am explicitly striving for SQL+Driver compatibility with [PostgreSQL](https://www.postgresql.org) so things such as system tables and code that handles them will be named the same. I don't think this violates their [trademark policy](https://www.postgresql.org/about/policies/trademarks/) but if I am please just reach out to me! I have also gone with a pretty restrictive license but I'm not tied to it if that is causing an issue for others who are using the code.

0 comments on commit 64a5432

Please sign in to comment.