The Wayback Machine - https://web.archive.org/web/20200911215212/https://github.com/topics/websql
Skip to content
#

websql

Here are 64 public repositories matching this topic...

panarch
panarch commented Sep 9, 2020

Currently, GlueSQL support only single value insertion for INSERT query.

INSERT INTO TableA VALUES (100, "Foo");

This issue is for supporting multiple value insertion using single INSERT query, like this below:

INSERT INTO TableA VALUES (100, "Hello"), (200, "World"), (300, "GOOOOOD");

Improve this page

Add a description, image, and links to the websql topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the websql topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.