sqlite3
Here are 5,698 public repositories matching this topic...
-
Updated
Nov 26, 2021 - Go
Is your feature request related to a problem? Please describe.
Now that the fields property is strongly typed, it seems like it would be a nice quality of life improvement to be able to infer what needs to be populated if the fields are specified for a query.
Describe the solution you'd like
Given the following code, the query should figure out that it needs to populate `['order.use
-
Updated
Apr 8, 2020 - C++
-
Updated
Sep 2, 2021 - JavaScript
-
Updated
Nov 3, 2021 - C++
-
Updated
Nov 28, 2021 - C++
-
Updated
Nov 23, 2021 - C++
MMEX version:
1.5
Operating System:
- [x ] Windows
- Mac OSX
- Linux
Hello,
Just bringing attention that MMEX currently shows using v7.61 of libcurl. v7.76 is the latest release. Currently, there are 17 vulnerabilities in v7.61: https://curl.se/docs/vulnerabilities.html
Thank you
portable mode
-
Updated
Nov 28, 2021 - Kotlin
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
Oct 24, 2021 - C++
-
Updated
Nov 25, 2021 - TypeScript
-
Updated
Nov 30, 2021 - Pascal
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.