Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2022

Bumps gluesql from 0.10.2 to 0.11.0.

Release notes

Sourced from gluesql's releases.

v0.11.0 🌈

🌊 Breaking Changes

🌈 GlueSQL.js

JavaScript interface for both web browsers and Node.js
GlueSQL works again in web browsers!

e.g.

import { gluesql } from 'gluesql';
const db = await gluesql();
db.query(CREATE TABLE User (id INTEGER, name TEXT); INSERT INTO User VALUES (1, "Hello"), (2, "World"););
const [{ rows }] = await db.query('SELECT * FROM User;');
console.log(rows);

More Info

Related PRs

🚀 Features

New functions - ABS, SIGN and CONCAT

SHOW COLUMNS

SledStorage export and import

CLI - SQL file read-and-execute

Other new features

... (truncated)

Commits
  • 5bfd458 Merge pull request #550 from gluesql/release-v0.11
  • 32456e7 Prepare release v0.11
  • 4fbf83c Migrate code from sqlparser v14 to v16 (#542)
  • 704e2e6 Fix CAST(255 as INT8) to return an error, not 127 (#546)
  • f682d4b Implement SledStorage export & import features (#547)
  • ef888f7 Implement cast to decimal (#529)
  • 01a55e2 Fix gluesql-js/package.json to publish files correctly, (#543)
  • 2283c99 Implement JavaScript interface which supports both web browsers and Node.js (...
  • 5d5217a Implement numeric binary operation between Decimal and other types (#530)
  • 054c18e Migrate sqlparser-rs version from v0.13 to v0.14, (#541)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 11, 2022
@dependabot dependabot bot force-pushed the dependabot/cargo/gluesql-0.11.0 branch from b8c4950 to 401b117 Compare August 9, 2022 02:57
Bumps [gluesql](https://github.com/gluesql/gluesql) from 0.10.2 to 0.11.0.
- [Release notes](https://github.com/gluesql/gluesql/releases)
- [Commits](gluesql/gluesql@v0.10.2...v0.11.0)

---
updated-dependencies:
- dependency-name: gluesql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/gluesql-0.11.0 branch from 401b117 to 43dff8c Compare August 9, 2022 03:04
@24seconds 24seconds merged commit b4b54ea into main Aug 9, 2022
@24seconds 24seconds deleted the dependabot/cargo/gluesql-0.11.0 branch August 9, 2022 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant