Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release-v0.13.1 to main #993

Merged
merged 9 commits into from
Nov 8, 2022
Merged

Merge release-v0.13.1 to main #993

merged 9 commits into from
Nov 8, 2022

Conversation

panarch
Copy link
Member

@panarch panarch commented Nov 8, 2022

No description provided.

devgony and others added 9 commits November 4, 2022 22:00
#977)

Dump whole schemas and data by generating SQL with --dump {PATH} option
gluesql --path ~/gluedata --dump ./dump.sql
-- dump.sql
CREATE TABLE User (id INT, name TEXT);
CREATE INDEX User_id ON User (id);
..
INSERT INTO User VALUES (1, 'Foo'), (2, 'Bar') ..
..
Import database
gluesql --path ~/newdata --execute ./dump.sql
… to dump (#990)

Replace TryFrom for AstLiteral => TryFrom for Expr
Add more data types to E2E test case (except F64 and Decimal due to floating point issue)
Replace double to single quote at interval
* Bump cli, core, pkg/rust and test-suite versions to v0.13.1
* Update pkg/javascript Cargo.toml version to v0.13.1 (will not be released)
@panarch panarch requested review from ever0de and devgony November 8, 2022 12:33
@panarch panarch self-assigned this Nov 8, 2022
@coveralls
Copy link

Pull Request Test Coverage Report for Build 3419433118

  • 486 of 489 (99.39%) changed or added relevant lines in 13 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.09%) to 98.499%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/rust/src/main.rs 0 1 0.0%
core/src/data/value/expr.rs 186 188 98.94%
Totals Coverage Status
Change from base Build 3403190204: 0.09%
Covered Lines: 39506
Relevant Lines: 40108

💛 - Coveralls

@panarch panarch merged commit e4156c0 into main Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants