sqlite3
Here are 6,578 public repositories matching this topic...
-
Updated
Jun 26, 2022 - Python
-
Updated
Jun 25, 2022 - Go
-
Updated
Jun 27, 2022 - TypeScript
-
Updated
Mar 28, 2022 - C++
-
Updated
Jun 17, 2022 - C++
-
Updated
Jun 27, 2022 - C++
PostgreSQL
For new applications, identity columns should be used instead.
-
Updated
Jun 22, 2022 - C++
-
Updated
Jun 27, 2022 - C++
-
Updated
May 31, 2022 - C++
Currently, the node colours in the network graph seem somewhat arbitrary. Ideally, the node colours convey meaning... perhaps a gradient to denote distance from the current selected topic/node.
Describe the bug
Character greater then > breaks comment in formatter
To Reproduce
Steps to reproduce the behavior:
- Go to https://vscode-sqltools.mteixeira.dev/playground/formatter
- Click on insert into below text:
-- comments are
-- breaks by sign greater than >
-- unfortunately - See error
Expected behavior
the comment should not be affected by a character grea
-
Updated
Jun 15, 2022 - Kotlin
Improve this page
Add a description, image, and links to the sqlite3 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sqlite3 topic, visit your repo's landing page and select "manage topics."

Currently we only support Upsert for CockroachDB. Implementing same for MySQL should be pretty straightforward as well.
Wonder if we can also use INSERT ON CONFLICT UPDATE for PostgreSQL to ensure operation with same signature also works.